Forum Discussion
Altera_Forum
Honored Contributor
15 years agoDual NIOS exception overwrite
When I load the second NIOS code, it overwrites the exception handler in the first NIOS space. I'm using a shared ddr_sdram, but neither core's linker maps overlap. Exception addresses are 08000...
Altera_Forum
Honored Contributor
15 years agoFixed by writing my own bootloader that has one processor wait in flash until the other writes to a mailbox. Then the waiting processor continues with copying code from flash to ram.