You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've managed to use SPI to transmit a byte from SAM D21 as master to STM32 as slave but not the other way around. The example codes I tested with HAL_SPI_TransmitReceive, HAL_SPI_TransmitReceive_IT and HAL_SPI_TransmitReceive_DMA on STM32 can be seen from https://github.com/tohlh/MKRWAN1310-SPI-Test. Appreciate if anyone can offer some help.
The text was updated successfully, but these errors were encountered:
I've managed to use SPI to transmit a byte from SAM D21 as master to STM32 as slave but not the other way around. The example codes I tested with
HAL_SPI_TransmitReceive
,HAL_SPI_TransmitReceive_IT
andHAL_SPI_TransmitReceive_DMA
on STM32 can be seen from https://github.com/tohlh/MKRWAN1310-SPI-Test. Appreciate if anyone can offer some help.The text was updated successfully, but these errors were encountered: