We are using Secure awr6843 MMWAVE Sensor for our project. I am facing issue with .bin file.
I have MSS .elf file for mmwave sensor which works as expected( when executed through CCS). But, when I flash .bin generated from same elf file, it’s not working as expected.
I need one L3 ram bank for MSS TCMB. So, while generating .bin file I am using SHMEM_ALLOC=0x00010005. Prior to this L3 ram bank was not needed for MSS. So, we were using SHMEM_ALLOC=0x00000006.
Can you confirm SHMEM_ALLOC configurations are correct?