Forum Discussion
Altera_Forum
Honored Contributor
21 years agoRunning from internal ROM
Hello all, Can I ask if it is supposed to be possible to run from an internal ROM? This means not using a bootloader at all. setting reset to an internal on chip ROM. In this case, do...
Altera_Forum
Honored Contributor
21 years agook, but any data sections that would normally be initialised by a bootcopier will be incorrect?
I don't have anything in my code like static variables initialised, but if the library has or the irq_handlers or other altera bits then they'll not be happy! I will use an internal ROM, but I'd really like to be able to use a RAM and be able to use it for scratchpad memory after bootup! But, in order to acheive that I'd need to be able to get the reset input not to just reset the nios,etc but to actually reset the FPGA and force a boot/bitstream download - something which I'm not sure can be done internally? Externally I guess its only a matter of pulling nCONFIG low - but it would be great to be able to do that internally with no re-spin of PCB!!! Thanks for the help!