Hardware: DWMCDK3001_C2. We’ve gotten the example DWMCDK-DW_QM33_SDK_CLI-FreeRTOS to stream JSON-format CIR data (of the form {“Block”:1270, “results”:[{“Addr”:“0x0000”,“Status”:“Ok”,“D_cm”:36,“LPDoA_deg”:0.00,“LAoA_deg”:0.00,“LFoM”:0,“RAoA_deg”:0.00,“CFO_100ppm”:-631}]}) over the virtual USB/UART (J20) using a terminal emulator. Now how do we gain access to this CIR data in the firmware? That is, where is the buffer that holds this information?
Hello,
Which version of the SDK are you using?
Hey @akrana1 Never mind I figured it out. The magic variable is a struct called txHandle, defined in usb_uart_tx.c if anybody is interested.