Altera_Forum
Honored Contributor
19 years agoThinner flash driver
Hello,
My Nios II code must run from onchip memory so I have a very limited code space to play with. In my system libraries I set "Small C library" and "Reduced drivers" to save some space. However, in order to write to a flash memory, it seems that I'm required to disable the "Reduced drivers" options because the HAL driver for the CFI flash access requires full drivers. But this takes too much space. Are there any other options, beside coding a flash interface of my own in VHDL with its own thin driver ? Thanks in advance