Skip to main content
Czhu.1
Visitor II
July 14, 2021
Question

Any NAND flash examples for External loader?

  • July 14, 2021
  • 2 replies
  • 1453 views

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.

This topic has been closed for replies.

2 replies

Junde
Senior III
April 12, 2024

Hello @Czhu.1 

I am coming here too.

Do you have the resolution now?

Thank you.

Tesla DeLorean
Guru
April 12, 2024

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.

Tips, Buy me a coffee, or three.. PayPal VenmoUp vote any posts that you find helpful, it shows what's working..
Junde
Senior III
April 12, 2024

@Tesla DeLorean 

Thanks for your reply.

Finally, I got the way by referring here.