Tool/software: TI C/C++ Compiler
Hello ,TI expert
We use gesture recognition demo code,sdk version is v3.4.0.3. When rebulid the whole project, it will be generated multi_gesture_68xx_ods_dss.bin(size is 169KB)under the multi_gesture_68xx_ods_dss\Debug,
under the multi_gesture_68xx_ods_mss\Debug, generate multi_gesture_demo_68xx_ods.bin , size is 505KB.
The multi_gesture_demo_68xx_ods.bin should contain mss patch image and dss patch image,
After system reset, bootloader will load mss/dss patch image from SFLASH to program memory,
1)is dss image loaded into L1P(32KB)+L2 x2(128x2=256KB) RAM? Is is corrrect?
2)MSS TCM A size is 512kb ,If the mss image size exceeds 512kb, what do we need to do next?
3)in the r4f_linker.cmd, What is the maximum value of MMWAVE_SHMEM_TCMA_NUM_BANK?