cancel
Showing results for 
Search instead for 
Did you mean: 

External loader for W25N01GVZEIG for Touchgfx

stm32h743iit6
Visitor
Hello, can anyone give me the W25N01GVZEIG IC stldr external loader file to work at touchgfx
1 REPLY 1

You'll have to code your own, use of NAND is atypical because it doesn't memory-map, it's a block storage method.

Step One, write your BSP to manage the memory.

Implement a download method to write the content.

Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..