Why I cannot read SPI via HAL but can directly through registers?
I am using stmf413xx to talk to M25P16 via SPI. I have working code that can send and receive data to flash via SPI but when I transition to HAL (I want get to interrupts eventually) it no longer works.The code that works iswhile ((SPI3->SR & SPI_FLA...