How to communicate two devices using SPI(STM32L0 and STM32L1)?
Posted on April 07, 2018 at 12:15I want to communicate STM32L053 and STM32L151 using the SPI,STM32L0 as master and STM32L1 as slave.The flow is to catch the character from the USART of L0 and transmit it to the MOSI of the L0 and slave(L1) has to re...