Altera_Forum
Honored Contributor
11 years agoDS-5 debug stop command
Hey all
each time that I load my program press run and stop it within the debugger. the Disassembler shows that I am currently located in a different location (0x000008FC) where my code is located at 0x02000000 seems that this location is of an interrupt handler. wrote this code at the start of the main while(1) { __asm("NOP"); } check with the debugger that I enter the loop let it run stop the the processor and then I find myself at the region once again *I disabled all interrupts with altera_int_global_dis_all() function