Tool/software:
Hi everyone,
I am working on the CC1352R to capture IQ samples, using the rfPacketRx example from the SDK. I am following the TI document SWRA571.pdf. Currently, I receive data in the callback function, but when I try to print this data using Display_printf(), the callback function stops. I believe this is happening due to buffer overwrites in the RF core, which then causes the callback to stop. I am looking for guidance on how to handle the buffer so that data is received continuously and can be sent to UART without interruptions. Any help on this issue would be greatly appreciated.