Senior
September 25, 2019
Question
How to program data to the QSPI NOR memory (MT25QL256, 32MB)?
- September 25, 2019
- 7 replies
- 4092 views
My board has QSPI NOR memory (MT25QL256, 32MB) and STM32H750. I used Studio, CubeMX and CubeProgrammer to work with QSPI external memory on F746G-Disco board with no problem. But I have problem on my board with QSPI. My H750-MT25QL schm is same as in Disco board. Software is generated by CubeMX. Attached are .ioc, linker, map, start-up script error msg.
I have this attribute for the table I want to place in QSPI:
__attribute__((section(".imgqspi")))
const uint16_t image_data_Kidman120x160[19200] = {0x00, ...}
I probed MT25Q's CLK and CS pins while CubeProg was programming the board. There were no activities. It seems like H750 was not talking to MT25. I think I miss some start-up setting for the MCU.
