Forum Discussion
Altera_Forum
Honored Contributor
16 years agoStrange problem after changing reset vector
Hi, I've been struggling for about one day around a strange problem which appeared after some changes in sopc system. Apart a few minor changes (added 2 pio ports, changed ethernet mac isr pr...
Altera_Forum
Honored Contributor
16 years agoHi again,
I think I found the bug myself. I rebuilt the Quartus project with some changes and the situation was even worse: I couldn't load the Nios program because I got and "Invalid system ID" error; moreover the fpga outputs connected to PIOs behaved in strange ways just after configuration. Then, I erased the epcs device with the programmer and everything was perfect again. So, I think the problem was with data from previous configurations stored on epcs. When I switched Nios mode from flash to epcs, probably Nios tried to boot load from this invalid data, leading to instable behaviour or corrupting sopc components init status. Can anyone confirm if this is a valid explanation? Thank you Cris