This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

[TDA4M] usage of the timers in MAIN domain in SDK 6.01.00.05 (SDK release 06.01.00)



Hi, 

We recently released SDK 06.01.00 (PSDKRA & PSDKLA).

In the deep learning demo scenario, my customer wants to know the timers resource allocation. This is because the deep learning scenario is very close to my customer's use case, and my customer also needs several PWM outputs.

As there are 20 timers (which work along with 32.768k functional block) in MAIN domain, would you please help us check how many are already in use (in deep learning demo scenario)? 

Thanks.

  • Hi,

    There is a typo error.

    The PSDKRA is 06.01.00.15. 

    The PSDKLA is 06.01.00.05.

  • Hi Peter,

    You can review the timer usage in the deep learning demo by going through the BIOS configuration files under the vision_apps folder as below:

    vision_apps/apps/basic_demos/app_tirtos/tirtos_linux$ tree
    .
    ├── app_ipc_rsctable.h
    ├── app_mem_map.h
    ├── c66x_1
    │   ├── c66x_1.cfg    --> Look at the time config here
    │   ├── concerto.mak
    │   ├── linker.cmd
    │   ├── linker_mem_map.cmd
    │   └── main.c
    ├── c66x_2
    │   ├── c66x_2.cfg    --> Look at the time config here
    │   ├── concerto.mak
    │   ├── linker.cmd
    │   ├── linker_mem_map.cmd
    │   └── main.c
    ├── c7x_1
    │   ├── c7x_1.cfg    --> Look at the time config here
    │   ├── concerto.mak
    │   ├── linker.cmd
    │   ├── linker_mem_map.cmd
    │   └── main.c
    ├── gen_linker_mem_map.py
    ├── k3-j721e-vision_apps.dts
    ├── mcu2_0
    │   ├── concerto.mak
    │   ├── linker.cmd
    │   ├── linker_mem_map.cmd
    │   ├── main.c
    │   ├── mcu2_0.cfg    --> Look at the time config here
    │   └── r5_mpu.xs
    ├── mcu2_1
    │   ├── concerto.mak
    │   ├── linker.cmd
    │   ├── linker_mem_map.cmd
    │   ├── main.c
    │   ├── mcu2_1.cfg    --> Look at the time config here
    │   └── r5_mpu.xs
    ├── mpu1
    │   ├── app_init.c
    │   ├── app_init.h
    │   └── concerto.mak
    └── system_memory_map.html

    Thanks and Regards
    Piyali