Resolved! I am trying to use SPI2 on an STM32F407 processor and can’t get it to work.
I am using SPI1 to communicate with an IMU, which work perfectly. I used the same initialization code for SPI2 making changes for SPI2 and initialize PB13, PB14 and PB15 as SCLK, MISO and MOSI. It doesn’t work and I have run out of ideas. When SPI1 ...