Hi all,
Quick question: we're looking into using the monitor for simple debugging tasks. What happens when the monitor sets a breakpoint on main()? Are all interrupts stopped as well? And when you single step one code line, are interrupts only enbled for that period of time?
Helloworld is working fine, we're now trying to get our main app to work. Single stepping works but our screen seems to be turned off and we're wondering if it has something to do with the interrupts in combination with the monitor.
Regards, Joost Leeuwesteijn