Hi Amit, Could you please confirm that you are using the MSP432LP + CC2650BP?? If that is the case, by default the logging is disabled. /* Initialize the RTOS Log formatting and output to UART in Idle thread. * Note: Define xdc_runtime_Log_DISABLE_ALL to remove all impact of Log. * Note: NULL as Params gives 115200,8,N,1 and Blocking mode */ Please make sure that the xdc_runtime_Log_DISABLE_ALL define is disabled in your project properties Build > Advanced Options > Predifined Symbols. Hopefully this helps. David
↧