Altera_Forum
Honored Contributor
10 years agoDebugging Cyclone V Dev board with USB-blaster
I'm trying to verify that I can use a USB Blaster (Rev C) with DS-5 to debug the HPS Core0 in a Cyclone V.
I've created the hello world program and can load it with the onboard USB Blaster II. Using that same project and just switching it to use an external USB Blaster connected to J23, it will connect and stop the core, but the load of the axf file always fails. loadfile "C:\Users\208005267\Documents\newworkspace\test\Debug\test.axf" ERROR(CMD16-TAD274-NAL20): ! Failed to load "test.axf" ! Failed to write 16,504 bytes to address S:0xFFFF0000 while writing block of 4,096 bytes to address S:0xFFFF0000 ! Verify error on memory operation. The project should be fine since it works with the on-board USB Blaster II. The connectivity to the part is fine since it connects and stops the process. This isn't a large project (less than 16K), so its well within the oc ram area. What am I missing or what things might others suggest that I try ?