Tool/software: TI-RTOS
I'm no solution for following issue.
We have change the cpu oscillator frequency during a product lifetime. (CAN sampling issue...) ans the same software should run at both hardware version.
The PLL setup isn't a problem. The bootloader recognize the oscillator Placement with bootstrap (SYSBOOT) configuration (24MHz or 25MHz) and setup the PLL register. All fine!
The problem is the internal bios clock. The configuration is static defined in the cfg file
ti_sysbios_timers_dmtimer_Timer.intFreq.lo = 24000000; // or = 25000000
Is there an solution for configure the bios timer at runtime depend on the bootstrap, like the bootloader code?
Or use a other (not oscillator) clock for bios timer?
CCS8, SYS/BIOS 6.52.0.12,