Part Number: CC2652R
Tool/software: Code Composer Studio
Hi,
I am using CUI terminal to show different attributes of the network. I have built upon the original examples, where there is only one app info and increased 2 more.
But it seems like if i try to add more than 2 app info, they are not displayed. I looked in the cui.h file and changed defines what of what i suspected might be the issue but it is still not allowing me to add additional lines.
CUI_statusLineResourceRequest(gCuiHandle, " APP Info"CUI_DEBUG_MSG_START"1"CUI_DEBUG_MSG_END, &gCoordinatorInfoline);
CUI_statusLineResourceRequest(gCuiHandle, " APP Info"CUI_DEBUG_MSG_START"2"CUI_DEBUG_MSG_END, &gCoordinatorInfoline_2);
CUI_statusLineResourceRequest(gCuiHandle, " APP Info"CUI_DEBUG_MSG_START"3"CUI_DEBUG_MSG_END, &gCoordinatorInfoline_3);
CUI_statusLineResourceRequest(gCuiHandle, " Something "CUI_DEBUG_MSG_START"5"CUI_DEBUG_MSG_END, &gCoordinatorInfoline_4);
gCoordinatorInfoline to 3 works, but gCoordinatorInfoline_4 does not work...
Regards,
Hamza