User Activity

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...
I would like to send data with modulation "B-PSK coded with Peak Noise Avoidance". Most of the time I receive instead of DL_DataConfirm a response DL_DataError with error cause 0x08. Unfortunately, that error code is not documented in user manual. Co...