added cmplx16ImRe_t radardata[RL_MAX] to typedef struct Pcount3DDemo_MSS_MCB_t
added memcpy(gMmwMssMCB.radardata, (cmplx16ImRe_t *) rangeProcObj->radarCubebuf , 1024); to rangeprochwa.c funtion DPU_RangeProcHWA_process
added UART_write(uartHandle, (uint8_t*)&gMmwMssMCB.radardata[n], 4); to mss_main.c funtion MmwDemo_uartTxTask
Edited as pictured above, But the received data is strange
After swap byte and swap word , the data was displayed in 16 bits.
swap byte : Swaps the high-order 8 bits and the low-order 8 bits for every word in data.
swap word : Swaps the high-order 16 bits and the low-order 16 bits for every long integer in data.
part of the data graph
Please let me know what went wrong with this process and if there is another way.
Best Regards.