Altera_Forum
Honored Contributor
15 years agobreak in HAL?
Using NIOSIIIDE 9.1. while running in debug, I am intermittently getting a break in the HAL function alt_irq_entry(). I am not sure what is causing this to occur. I would like to trace it, but I am at a complete loss. I am hoping someone can give me some direction. is there a trick to figuring this out, or a project setting that will give me more of a hint, or anything.. Here is what I see at the break in the disassembly tab:
0x03800094 <alt_irq_entry+116>: break 0 0x03800098 <alt_irq_entry+120>: ldw r5,68(sp) 0x0380009c <alt_irq_entry+124>: ldw ea,72(sp) 0x038000a0 <alt_irq_entry+128>: ldw ra,0(sp) 0x038000a4 <alt_irq_entry+132>: wrctl estatus,r5 thanks