Forum Discussion
Altera_Forum
Honored Contributor
13 years ago --- Quote Start --- Did You set the reset and exceptions pointers correctly? Also did You correctly generate hex file from elf file? --- Quote End --- I assume that the reset vector should be offset 0 of the on-chip memory. What is the exception vector supposed to be? Right now I have it pointing to the sdram. I have been using this command to generate the hex file, and have it set in the on-chip RAM to load, and the RAM summary after compilation confirms this: elf2hex bootloader.elf <on chip ram start in SOPC> <on chip ram end in SOPC> --width=32 --create-lanes=0 --record=4 ../../bootloader.hex