Forum Discussion
tehjingy_Altera
Regular Contributor
9 months agoHi
I see that your linker setting is wrong in the BSP Setting.
You are running the "Nios II processor application is copied from EPCQ flash to RAM using boot copier" boot method.
Could you change the Linker to all OnChip Memory.
https://www.intel.com/content/www/us/en/docs/programmable/683104/current/bsp-editor-settings.html
Regards
Jingyang, Teh
- BBS30009 months ago
New Contributor
Hi,
Thank you for your reply.
The OnChip memory is too small to copy there the application.
The async_512Kx32 is an external RAM that is used for running the application.
It works since the debugger loads the app there without any problems.
Thanks.