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.

TMS320F28377D: SYS/BIOS

Part Number: TMS320F28377D
Other Parts Discussed in Thread: SYSBIOS

Is there a Sys/BIOS dualCoreExample for F2837xD? 

I have built tow Sys/BIOS projects with CCSv8.3, biosV6.75.

When I choose XTAL as OSCCLK and config the SYSCLK more than 75MHz, CPU2 can not be boot.

It seems that the IPCBOOTSTS register's value get back to 0.

cfg_cmd.rar

  • Part Number: TMS320F28377D

    Tool/software: Code Composer Studio

    Is there a SYSBIOS dualCoreExample for F2837xD?

  • No, we don't have a dual core SYSBIOS example for the F2837x. I can help you get your application working though.

    Make sure you have turned off the clock configuration in the Boot module for CPU2 since it doesn't have access to those configuration registers.

    Is is getting a failure when you call IPCBootCPU2()? How are you loading and running CPU2? If you do a reset and run instead of a reset, restart, and run (in other words, let it run through boot ROM instead of skipping to main()) does it start properly?

    Whitney