Hello, I need help in setting up a SPI3 communication with AT45DB161E flash memory using STM32H743II. My application gets stuck when trying to write/read data to the flash and I don't know why. Details and code can be found below. Thank you!
More details on the topic:I have a working application that runs with nuttx and is able to successfully configure SPI3 and read/write to the flash memoryI have compared the registers between my app(that doesn't work) and the application that runs wit...