i am currently developing a project which require a logging data. i want to know whether there is any logging library that doesn't effect the rtos and can print log withouth blocking the execution in simple sdk 6.10.29
with cc2652r chipset
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.
i am currently developing a project which require a logging data. i want to know whether there is any logging library that doesn't effect the rtos and can print log withouth blocking the execution in simple sdk 6.10.29
with cc2652r chipset
Hi Pavan,
How are you observing the logs blocking code execution? If you cannot accept the conditions around TI-RTOS 7 Configuration BIOS Logs, can you please state what you need data logging for? You may be able to use Log Framework, the UART2 TI Driver, or System_printf to accomplish your needs.
Regards,
Ryan
i'm doing logging data in ble gap and hci events . what happened is i'm not able to connect to the device i'have removed the comments works fine. what i'm thinking is when event raise i'm doing printing data and before printing data through display_printf in host another event is raising because the app ble scanner i'm using is doing service search and character search may that raise the another event before the previous function get executed.
Are you referring to the HCI_GAP_EVENT_EVENT in simple_peripheral.c? Please provide code snippets of the Display_printf additions which create the issue. I'd also ask you to evaluate SDK v7.40 and the default TI examples with replicant Display_printf functions to determine whether your behavior is apparent on the latest code as well.
Regards,
Ryan