Hi Team,
As shown in the figure, in CCS12.0, a hardfault occurs when I'm running the code. How can I find the function executed before the hardfault occurs through the call stack?
Kind regards,
Katherine
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Hi Team,
As shown in the figure, in CCS12.0, a hardfault occurs when I'm running the code. How can I find the function executed before the hardfault occurs through the call stack?
Kind regards,
Katherine
Hi Katherine,
Thank you for reaching out. We will look into your query and get back to you as soon as possible. In the meantime, could you provide the SDK version being used? I would also recommend referencing the Debugging Guide available in the User's Guide.
Best Regards,
Jan
Hi Jan,
It is SDK version 6.10. I saw a hardfault when debugging on IAR, and I could clearly see the function call stack. But when CCS was debugging, I cannot see the function call stack when there was a reset pause.
Regards,
Katherine
Hi Jan,
The customer inquired whether there were any updates on his issue. Could you please follow up on this?
Regards,
Katherine
Hi Katherine
Does the issue come with your code change? For debugging exceptions, please refer to Debugging — SimpleLink CC13XX/CC26XX SDK BLE5-Stack User's Guide 2.02.07.00 documentation
For reset, does watchdog enabled? If so, during debugging maybe watchdog is triggered. Then please disable watchdog for debugging.
Best Regards
Barbara