Other Parts Discussed in Thread: TMS320F28235
I am using the TMS320F28235 with CCS 3.3. I am using the SPRA820 as a reference to configure AUx in the code at run-time.
However, I do not see any configuration to choose between a breakpoint vs. RTOS interrupt. In the configuration panel within CCS 3.3, there are 3 options 1) Break, 2) Generate RTOS interrupt, 3) Drive EMU1 low.
I just want to break.
The SPRA820 is written in such a way that it leans more toward being part of system recovery in the stand-alone application. In this way, it uses RTOS interrupt as a catastrophic failure recovery mechanism.
I am using the SPRA820 method with the debugger. I just want it to break. I have used the AUx Bus Monitor in the past by configuring it in GUI panel. I was able to choose breakpoint as the "Action" with the GUI.. However, in this case, I need to enable it only in specific mode on-the-fly, but still connected to the debugger.
Jim