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.

PROCESSOR-SDK-J721E: J721EXSOMG01EVM

Part Number: PROCESSOR-SDK-J721E

Hello TI team,

Where to find default clocks for peripherals and how to change these ?

Under Board_pll.c only Timer0 is available and not other timers.

We need to be able to configure different frequencies for timers used in different cores for RTOS and Baremetal with PDK.

Best.

KAMEL.

  • Hi Kamel,

    Under Board_pll.c only Timer0 is available and not other timers.

    PLLs in board_ppl.c are used by SBL during boot time to configure PLLs for some modules. To optimize the boot time not all the modules are added in the list. You can either add a module in the list to configure it during the boot or you can use the sciclient calls to setup the clock from application. You can check Board_PLLSetModuleClkFrequency for reference.

    Regards,
    Parth