I want to learn how I could debug using a breakpoint
Hello there!
Can you please help me, I have an MPC554 on a Phytec-MPC554 board and I am attempting to debug some prototype software running in it. I am using the MPC554’s Decrementer and exempted it as well as the ISR to keep track of the time it’s been running.
When my software was programmed in the CPU’s internal flash, I ran it until it reached a certain breakpoint. When it reaches the breakpoint, I started stepping through a series of codes. I tried entering the Decrementer Exception (IVOR10) handler routine but the debugger kept on trapping the exception which defeats the purpose of my debugging.
I also tried debugging without using a breakpoint and it worked just fine since I was able to configure the DEC to generate an exception at each millisecond.
However, I still want to learn how I could debug using a breakpoint.
I really hope you’ll help me.
Thank you.