Hi there,
When I tried the remote log app in vision apps rtos sdk software-dl.ti.com/.../group_apps_utilities_app_remote_log.html,
I found that the shared memory used for log among all the cpus is not set to non-cached in mcu2_0.
In psdk_rtos/vision_apps/platform/j721s2/rtos/app_mem_map.h, log memory is defined as: #define APP_LOG_MEM_ADDR (0xAA000000u)
But in vision_apps/platform/j721s2/rtos/mcu2_0/j721s2_mpu_cfg.c, no memory region containing APP_LOG_MEM_ADDR is set to non-cached.
This memory should be set to non-cached, right? Is there anyplace else the log memory set to non-cached?
And I can see that the IPC memory is set to non-cached as region 8 in j721s2_mpu_cfg.c. Should it be the same for log mem?
Thanks!