Other Parts Discussed in Thread: SYSBIOS
Tool/software: Code Composer Studio
I have come across an issue with a project that I compiled with two different versions of code composer, one on my desktop and one on my laptop.
I started on my desktop which is running:
Code composer 5.4.0.00091
Compiler v6.2.11
Sys/Bios 6.35.1.29
On the laptop I have:
Code composer 5.5.0.00077
Compiler v6.2.11 (same)
Sys/Bios 6.35.4.50
Both of the code at first appear to run the same. The issue appears once I start using two of the timer interrupts.
I'm using two different timers with the sys/bios command Timer_setPeriodMicroSecs(), one appears to work fine while the other runs a few times and then I stop getting an interrupt for the timer.
Again the code works fine when compile on the desktop but does NOT when I compile on the laptop.
Any ideas as to what could be causing this issue?
Ed Hildebrandt