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.

CC2640R2F: Adding SDI "DEBUG" via uart not working.

Part Number: CC2640R2F

the SPP example uses SDI to support a DEBUG print to UART. I would like to add this to the multirole example. I have added the 4 SDI .c files to the project, and am calling SDITask_createTask(); in main. However, I dont see anything printed to uart when using the DEBUG macro like in MR example. I have steppe thru SDITLUART_initializeTransport and the UART port seems to get opened just fine. Im testing this on a LAUNCHXL board, so using the same stock board files as the SPP example. What am I missing?