SPI Slave Problem: For STM32L151, If SPI2 is configured as SPI Slave, what is the expected frequency from SPI Master for which STM32L151 can transmit data without any issues?
STM32L151's AHB is at 32Mhz and APB runs at 16MHz.Given in the datasheet that SPI Slave clock can be APB clock/2 max.I have tried to transmit 7 bytes of data from STM32L151. I am able to receive data properly if my SPI master clock is configured to 2...