Other Parts Discussed in Thread: UNIFLASH, SYSBIOS
Hello team,
I my using AWR1843Boost EVM for my project and i used ( out of box demo) code for that with some modification. i want to debug my code
For debugging i follow the step which is mention in this link (https://dev.ti.com/tirex/explore/node?a=1AslXXD__1.00.00.26&node=A__AKZl2I1OiS5ssBNGpidsCQ__radar_toolbox__1AslXXD__1.00.00.26) the link is for using CCS debug.
1. Using uniflash, I flash the xwr18xx_ccsdebug.bin which is available in SDk/package/ti/utils/ccsdebug.
2. I change the mode of EVM to debugging mode and then perform debugging in CCS IDE as per step which is mention in (Using CCS debug)
But debugging was stop at the middle. For identify that, I preform debugging line by line with (step into function) in CCS.
I mention the picture where the debugging was stop with explanation
After going inside the ti_sysbios_utils_Load_startup() at line 2680 in picture 1. code was continuously debugging upto Bits32 Timestamp_get32(Void) at line 23 in picture 2.
While return (Timestamp_SupportProxy_get32() at line 25 in picture 2. Code was directly goes to void abort(void) function at line 127 in picture 3 and debugging was stop.
picture 1.
picture 2.
picture 3
Help me to resolve this Debugging issues.
Regards
Miit prajapati.