Hello...
I have the following code in main.c
if (ERR_FUNC_RTN == init_UART(&applicationUART))
printf("ERROR\n");
I have stdio.h included....
When I run the application with faulty parameters and get to this statement my code halts in trgmsg.c at
for (i = 0; i < length; i++) PACKCHAR(*data++, p, i+8);
Even without any breakpoints....If I hit the run button to continue the print works. I have adjusted heap and stack to 400...Can someone tell me how to get around not having the program halt and having to "re" hit the run button?
Using CCS 10.4.0