Part Number:EK-TM4C129EXL
Tool/software: Code Composer Studio
I am working on the EK-TM4C129EXL Evaluation board. As of now I trying to set breakpoints in the program. I have set a breakpoint the C code. The breakpoint is sown as blue dot in the program. Is there any option to directly run to the breakpoint skipping the intermediate steps?? I am seeing options like Step over , Step Into, Step return.. Is ther any option to run to breakpoint in CCS.
Also what is use of System_printf(). I had seen that multiple times in example code. Where will be the messages inside the system_printf() gets printed??
What is meant by GEL file ??. What is the use of it??