mynewt-core
mynewt-core copied to clipboard
SPI fails on STM32L0
Running SPI at hundreds of KHz or higher rates on STM32L0 with default clock looses the first one or two bytes of communication. Some debugging of this indicates the issue is related to the time taking to enable SPI through the SPI_SS interrupt.
How can I enable SPI debug ?