HI, TI teams:
software: ti-processor-sdk-rtos-j721e-evm-07_03_00_07
1) vision_apps/apps/basic_demos/app_tirtos/tirtos_qnx/gen_linker_mem_map.py file ,the DDR_SHARE_MEM address is 0xB8000000
2). psdkqa/qnx/sharedmemallocator/resmgr/SharedMemoryAllocator.c, the shared mem address is 0xB8000000 too.
3), but in mcusw/mcuss_demos/mcal_config/CddIpc_Demo_Cfg/output/generated/soc/j721e/mcu1_0/src/Cdd_IpcCfg.c file, the shared memory address is 0xaa000000.
QA: from 1) and 2) , i get the shared memory start address is 0xB8000000, but why the 3) shared memory start address is 0xaa000000 ?
please give me some points, thanks!