Forum Discussion
Altera_Forum
Honored Contributor
20 years agoScott,
Your're right, of course, I should have thought of that. I learned it the hard way by forcing the flash driver to initialize and then crashing when the driver tried to read the flash configuration data back from the device. My next plan of attack is to do this: - Run the driver initialization from a RAM segment, which will then get reused as a scratch buffer - Run the flash write routine from a small RAM segment. I might even copy the routine from flash to RAM each time I need it but only if we get desparate for RAM Thanks, Andrew