Tool/software: TI-RTOS
First, there is a similar question refers to
.
In my project, when I only run CPU1, there is no problem. The task is runing with period of 5 ms which I configured in the code. The PLL and tick are configured in the cfg file as 200 MHz and 500 us respectively.
Then when I load CPU2 program, the BIOS on CPU2 seems to change the system clock (normally CPU2 do not configure the PLL, and its system clock should be same with CPU1). Also I found that the clock in the cfg file for cpu2 remain 25000000 Hz, unless I configure the PLL in cpu2.cfg which cannot be done in CPU2! When I see the debug information from CPU2 through ccs, the variable BIOS.cpufrequency.lo allways equals 25000000. Hence, I guess maybe the boot rom of CPU1 is overwriten. Should the two cmd files for both CPUs be same?