Forum Discussion
Altera_Forum
Honored Contributor
10 years agoHello Terrazas,
Did you manage to solve your problem ? I am having the same problem. How did you convert your elf-file to a hex-file which could be included in Quartus. I use the following: elf2hex --little-endian-mem --input="C_bootloader.elf" --output="C_bootloader.hex" --base=0 --width=32 --end=0x3fff --record=4 --lower When I use SignalTap to look at the processor-signals I don't see any processor activity. It looks like it is still in reset. Regards, Wamor