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