|
|||||||||||
|
Technical Support Support Resources
Product Information |
RTX51 TINY: Do not See Source When DebuggingInformation in this article applies to:
QUESTIONWhen I debug my RTX51 Tiny programs, I see only the assembly listing and not the C source code. What's wrong? ANSWERRTX51 Tiny programs do not have a main C function. Instead, Task 0 is the first function that gets executed. The easiest thing to do is to set a breakpoint on the first instruction in Task 0. Then, when you run the program in the debugger, when Task 0 starts, the debugger will halt and show your C source code. MORE INFORMATION
Last Reviewed: Thursday, February 25, 2021 | ||||||||||
|
|||||||||||
Arm’s Privacy Policy has been updated. By continuing to use our site, you consent to Arm’s Privacy Policy. Please review our Privacy Policy to learn more about our collection, use and transfers
of your data.