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.

AWR6843ISK: raadrcube地址

Part Number: AWR6843ISK


您好,我使用的是D:\zj\AutomotiveToolbox\mmwave_industrial_toolbox_4_1_0\labs\people_counting\68xx_3D_people_counting

我想确认一下radarcube的地址

我首先认为在DSS端的int32_t DPU_radarProcess_process (void *handle, cplx16_t * pDataIn, void * pDataOut, int32_t *errCode),这个函数中的pDataIn是radarcube的地址。我通过地址查看发现他是:0x20000000.

但是我在MSS端的static int32_t rangeProcHWA_ConfigEDMA_DataOut_nonInterleave,这个函数中有一个变量为 syncABCfg.destAddress= (uint32_t)rangeProcObj->radarCubebuf;但是这个我查看发现他是:0x51000000,我发现他们两个并不相同,我不太能明白radarcube的起始地址是在不同的核心不同吗?希望能得到一个准确的回答。

谢谢!