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.

AWR1843: EDMA 4k silicon bug details

Part Number: AWR1843

Hi team,

We see this EDMA 4k silicon bug in the OOB code, can you please provide more details on this bug?

The code is copy from "C:\ti\mmwave_sdk_03_06_00_00-LTS\packages\ti\demo\xwr18xx\mmw\dss\dss_main.c"

#ifndef SOC_XWR68XX
/* EDMA 4K silicon bug related : Align heap to 4K address boundary so that
* non heap related changes (such as program code) does not alter the 4K related
* behavior */
#pragma DATA_ALIGN(gMmwL3, 4096U);
#endif

Thanks.

Wesley