Forum Discussion
I'm running a baremetal program using ARM 5 compiler. I actually just solved this problem because I had no preloader installed, and it was causing runtime errors due to the watchdog timer timing out and resetting the PC. I have loaded the included DE1-SoC computer (Intel FPGA program included with the Monitor program), which has the preloader and u-boot SPL, and at first the startup program worked which caused the 7 segment LEDS to scroll in animation, now it doesn't upon startup.
Regardless, now I'm having issues with the debugger
ERROR(?): Value 0x574785de does not match expected value 0x5859a089/0xffffffffERROR(?):
ERROR(CMD656): The script C:\intelFPGA\18.0\embedded\ds-5\sw\debugger\configdb\Scripts\altera_target_check.py failed to complete due to an error during execution of the script
What is causing this error?