how to use IAR workbench external loader nor flash project in our own project
Hi team,
I am using the STM32H753BIT6 MCU and a 1Gbit parallel NOR flash (MT28EW01GABA), which is an alternative to the 128Mbit default flash on the evaluation board. Unfortunately, I did not use QSPI in the hardware design.
Can anyone explain how to use the IAR project on our custom hardware, which includes a TouchGFX GUI project? I am able to enable TouchGFX using the internal flash, but I need guidance on enabling the external NOR flash for at least 16MB of storage.
I followed this link:How to implement and use your own external flash l... - STMicroelectronics Community
and tried using the 128Mbit parallel flash example program from GitHub. However, from respository GPIO example HEX file is used in cube programmer,it shows the same addresses, 0x08000000 and 0x60000000. I'm unsure if this external loader will work for my NOR flash for testing, given that it should store up to 16MB. or if i need to follow the steps in guide, i didn't find .c and .h file for my flash in any where.?
Please guide me and provide advice on the next steps to enable external NOR flash storage on my custom hardware.
Thank you.
Best regards,
Jr. Embedded Engineer


