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.

RTOS/TMS320F28379D: Sysbios config on CPU2

Part Number: TMS320F28379D
Other Parts Discussed in Thread: TMDSDOCK28379D

Tool/software: TI-RTOS

Hello,

I just started experimenting with the development board TMDSDOCK28379D.

I would like to have SYS/BIOS on both CPUs but I do not understand how to configure the Boot module: should it be included in CPU2 configuration?
If so what about clocking configuration? 

My understanding is that both CPUs run with the same clock as PLLSYSCLK, so is it enough to specify clock configuration on CPU1? 

Thank you for the help,

Paolo 

  • You can still include the Boot module in your CPU2 project, but you are correct that there are some pieces of it that aren't going to be applicable. As you've already pointed out both cores have their clocks derived from the same PLLSYSCLK, so you wouldn't want to enable PLL configuration in both applications.

    Whitney