Other Parts Discussed in Thread: IWR1443,
Hello,
I'm trying to debug the OOB Demo for IWR1443 with IWR1443BOOST. For that purpose, I've followed the instructions described in Using CCS Debug for Development (as recommended in the Demo User guide). My problem is that I don't manage to set breakpoints. For this application, I'm trying to set a breakpoint on the CLI_task, at the moment where it prints the banner through the CLI port. I try to activate that breakpoint and CCS gives the following error:
Nevertheless, the app seems to be going through those code lines when debugging.
I'll describe what I'm doing right now in my attempts in case it helps to understand the situation. I first flash the debug binary into the IWR1443. Then, I change IWR1443BOOST SOP lines to Functional Mode. I power-cycle the device so that it rereads the SOP lines. Then, I open CCS and:
- "test connection" at target configuration properties
- launch the target configuration for IWR1443 (previously created according to the instructions)
- connect to my target
- load the program (previously built without errors) on it.
After doing all of that, the debug stops on the first breakpoint (auto-established by CCS) on the first line of main(), as follows:
Then, when I press the resume button, it prints the CLI banner through data UART (so it means it runs the line code at which I'm trying to set my breakpoint) and does "nothing" apparently. If I pause it I can see it has gone to sleep mode, waiting for interruptions:
To sum up, what I want is to understand what could I be doing wrong when trying to establish my breakpoints at CCS (if I should include some symbols I didn't consider; if that's the case, how should I do it; if the root of the error is someplace else...)
Thank you in advance for your attention,
Best regards, Julia.