STM32H7xx SPI. Tutorial, documentation or example code needed.
I need to write firmware for STM32H7xx to interact with an SPI flash memory chip. (STM32 master, 8-bit, full-duplex polling, no CRC and application controlled #CS.) I am using STM32CubeIDE 1.14.0 and used the device configuration tool to produce my SPI1 configuration code using LL library calls.
I encountered problems with code based upon HAL library hanging whilst reading to verify a write. So I wish to use either the Low-Level or register based programming. I have written firmware for SPI peripherals before but this STM32H7xx is a whole new level.
Yes, I have read, re-read and read again the RM0468 Reference Manual. The poor English quality and lack of clear procedures do not help. It's like trying to learn a foreign language using a dictionary. I am struggling to find any good material for this family of chips. I have spent days on this and getting nowhere.
Thanks.
