This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Mon166: Error 9

I try to debug my program using dScope.
My RAM is starting from 0x100000 address
and has size of 1MB.
I load monitor from 0x1FE000, and set
interrupt vector table from 0x100000.
After loading executable file, which
is mapped from 0x100000, I set PC = 0x100000
and run step by step pressing <F10>. After first step
the program come on next command: DISWDT.
Next step is not executed and I receive the
monitor error 9: CANNOT WRITE BREAKPOINT VECTOR

How I can debug program on boards without
RAM on 0 address?

0