Forum Discussion
Altera_Forum
Honored Contributor
14 years agoJtag uart causes "Verify failed" error
When I try to run or debug my application on my DE3 board, I get the following error: Using cable "USB-Blaster [USB-0]", device 1, instance 0x01 Processor is already paused Reading System I...
Altera_Forum
Honored Contributor
14 years agoYes you need to connect the instruction memory to the CPU's data port whenever you want to be able to upload the application into the instruction memory. This happens usually in two cases:[list][*]when you want to upload an application through JTAG[*]when you use a bootloader that copies the application from flash[/list]And be also careful if the BSP is configured to use some of the instruction memory for data (data, stack, bss or heap).