DBarn22
New Contributor
4 years agoNIOS Code not running from compressed internal Flash
I have a FPGA design in Quartus Prime 18.1, including a NIOS II processor.
The original design used a 10M25DAF and I could program the design to internal Flash and it would run the code on power up - using Option 2 from AN730 (copying application from UFM to RAM).
Due to chip availability, we have moved to a 10M25DCF. This has insufficient UFM for the code to fit uncompressed, so I have moved to Compressed - changing it in the on-chip flash IP and the device configuration.
All still builds and programs without error. However, on start up the code simply does not run. Can anyone give pointers as to how I go about diagnosing why not?