Altera_Forum
Honored Contributor
21 years agoRun from flash and use flash device driver?
I'm planning to store my program in flash and also store data using the flash device driver. Individually everything works: I can run out of RAM and write data to flash. If I run from flash (e.g. program is stored AND runs from flash) then I cannot open the flash device. I poked around in the sources and it looks like the flash device driver is disabled if it collides with the program. How do I get around this? My program determines its own end so I think I can protect myself from overwriting the program code.
Thanks, Andrew Queisser