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.

RTOS/CC2640R2F: --[Project Zero] how the UartLog is configured ?

Part Number: CC2640R2F

Tool/software: TI-RTOS

simplelink_cc2640r2_sdk_2_30_00_28, project zero

there's only Text.isLoaded = true; and Idle.addFunc('&uartLog_flush'); no OutputFxn callback configured in app_ble.cfg as described in the github page, but it works, all the Log_xx  references UartLog_log. why ? and is there no need to configure OutputFxn any more in the simplelink_cc2640r2_sdk_2_30_00_28 ?