Pretty much what the topic says.
I suspect they are inlined, but is there any way to prevent the debugger from going into them?
On the plus side, I found that I should not use strlen in the condition expression of a for loop. 8^)
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.
Pretty much what the topic says.
I suspect they are inlined, but is there any way to prevent the debugger from going into them?
On the plus side, I found that I should not use strlen in the condition expression of a for loop. 8^)
Here is where you tell me to update CCS:
CCS:
10.4.0.000006
Compiler:
TI v20.2.2.1LTS
I think I solved things though. I was looking at the optimization options for the *project* not the *c file*. I turned off opts for my main file and that seems to have corrected things.
Here is where you tell me to update CCS:
lol
I think I solved things though. I was looking at the optimization options for the *project* not the *c file*. I turned off opts for my main file and that seems to have corrected things.
Thanks for the update!
ki