Tool/software: TI-RTOS
Based on demo project from usbserialdevice (instead of uartecho as in manual) for this device (I have EVAL board BoosterPack2 for 1294 device) which working fine.
I then tried to adopt the section 2.3 of the user manual to explore UIA/Logger but got stuck due to complier error unregonised symbol USBCDCD_LoggerIdle_sendData
LoggingSetup.loggerType = LoggingSetup.LoggerType_IDLE;
LoggerIdle.transportType = LoggerIdle.TransportType_USB;
LoggerIdle.bufferSize = 1024;
LoggerIdle.transportFxn = "&USBCDCD_LoggerIdle_sendData";
I unable to progress as the manual did not explain what went wrong. I disabled the logger and loggeridle from the RTSC for now. Recomplie and it work fine (without logging).
UI