Any NAND flash examples for External loader?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-07-13 6: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.
- Labels:
-
Flash
-
STM32CubeProgrammer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-04-11 6:18 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-04-11 6: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.
Up vote any posts that you find helpful, it shows what's working..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-04-12 1:49 AM
