Forum Discussion
I saw on another thread about disabling c_plus_plus in BSP.
https://community.intel.com/t5/Nios-II-Embedded-Design-Suite/Processor-stuck-at-reset/m-p/151894
Tried that also unsuccessfully. The error I am getting now is:
"Reading symbols from C:\FPGA_simulations\DE-10\Boulder\Nios1\software\HelloFree_Flash\HelloFree_Flash.elf...
_start () at HAL/src/crt0.S:304
304 movhi sp, %hi(__alt_stack_pointer)
Warning:
Cannot insert breakpoint 1.
Cannot access memory at address 0x80270"
The above memory location is in Flash and I am trying to run from flash.
Here is a screenshot of the Qsys system. The incoming clock on DE-10 is 50Mhz and I am using the PLL to generate 100MHz on which all the components are running.
I have added the clock constraints alone for timing without adding an input/output delay as at this point, I am not doing anything accessing external logic.