Hello Experts,
I am using TI Code Composer Studio integrated development environment (IDE) v12.5.0 to debug an example application which works differently on a free run (fails) and stepping through, and as plain breakpoints with the action "Remain Halted" do not help, I am trying to set its action as "Writing data to File" to log the value of a register as encountered over a normal, uninterrupted executable binary run.
With above property set for it, the action breakpoint is always listed as disabled.
On checking it under the Breakpoints tab (from View > Breakpoints) to enable it, it shows the below Pop-up from the Breakpoint Manager:
Even the Read data from File action gave a similar situation but I switched to Write one on realizing that closely matches my requirement. The same behaviour is noted whenever this breakpoint is enabled with the AM263 device execution core R5F_0 is connected and whether the program is paused around its start or the end.
Checking conditional breakpoints documentation from CCS v12.5 didn't help as it doesn't find anything when searched on breakpoints or actions.
Please guide me on how to make use of such an action on CCS.
Thanks for any efforts taken to answer it.