Hi,
I am using a C6415T running at 1Ghz with Code Composer 5. I ran into an issue where I started timer1 running at high rate (> 600 KHz) and enabled the interrupt bit for timer1 towards the end of my main method while bios was still initializing. Occasionally when ran, BIOS would crash before it finished initializing and periodic functions would no longer occur, buy my ISRs still ran and interrupts were still generated. I was able to fix the issue by having the timer1 initialized at 1 Hz and reinitializing timer1 at the desired frequency the first time the ISR ran. The idea was to delay the first timer1 interrupt to let BIOS finish initializing. I was wondering what makes BIOS so sensitive at init time so that I can have a better description of what exactly causes the issue when timer1 runs at such a high frequency from the first time it is started.
Thanks,
Chris
Signalogic