Forum Discussion
Altera_Forum
Honored Contributor
15 years agoresetrequest and restart
Hi, i have a SPOC-System with 3 NIOS II Processors. One of the processors is used to download software to the others. For download i set the resetrequst signal to the cpu and then i wait unti...
Altera_Forum
Honored Contributor
15 years agoI have implemented a latch for checking resetrequest. The CPU always starts after resetrequest is released, when i do the following:
Step1: assert resetrequest Step2: wait for a rising edge on resettaken Step3: download hex Step4: deassert resetrequest but if i do not download the hex-file (Step 3) the CPU does not start again. Thats why i thougt, that i have to do something with the RAM (Stack reset or smthg.) before releasing resetrequest. Thanks, Paddy