Forum Discussion
Altera_Forum
Honored Contributor
13 years agoAvalon bus addressing wrong
Any idea why in my C code I poll address 0x8000 but actually see 0x0c00 (divide by 2) on Avalon address signals utilizing SignalTap? I would expect to see 0x2000 (divide by 4).
Altera_Forum
Honored Contributor
13 years agoI hardly ever use the debugger... Can you set a breakpoint and see if it stops there?
It could also be a good idea to add a printf() at start up, just to be sure the debugger is running the correct code!