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.

LP-EM-CC2340R5: How to print the context of rx buffer

Part Number: LP-EM-CC2340R5
Other Parts Discussed in Thread: CC2340R5

Hi,

I was running rfPacketRx_LP_EM_CC2340R5_nortos_ticlang example and want to print the rx buffer to check the data received. I tried to use Log_printf to print some data of the multiBuffer->data, only three bytes can be printed correctly. Is there any method to print rx buffer or output rx buffer to a file ?

Thanks