2021-07-13 06:29 PM
I failed to make the .stldr for a NAND flash. I have followed the steps of initial System CLK, GPIO, NAND, and then Erase&Write the chip. Unfortunately, nothing wroted into the flash.
The open resources are more about SPI/QSPI. It is helpful if there are any souce codes for NAND flash such as the one created 512W3A_STM3210E-EVAL.stldr.
2024-04-11 06:18 PM
2024-04-11 06:26 PM
My recommendation would be to write a BSP for your board and test in application space, where you can debug it.
When you can read, write, erase you can then port that into the External Loader frame work.
2024-04-12 01:49 AM