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.

Can't use logging in my Project

Hello, I try to add Logging to the "UART Echo" from the tirtos resources. I have done all the changes, followed by the given description in the TI-RTOS 1.21 User’s Guide.

When I try to compile the code, there is an error because the function  Log_info2() is unknown. So I include the xdc/runtime/log.h. Now I can compile the project without errors or warning.

But when I upload the project and run it on the controller - I get the message "Can't create HWI". This error message came from the USBCDCD_LoggerIdle.c   line 382.


What's wrong or missing in my Project?


This is my UART echo Code.

 

This is my UART echo Code.

0474.uartecho.c