What is the relationship between SPI clock and compiler optimization on STM32L0 ?
Hi,I'm working on a custom board where we integrated an STM32L010RB and I have verry weird behaviour :I need to use SPI1 peripheral and the clock signal is working as expected only if I enable optimization on the compiler settings.The MISO is OK. In ...