Dear SYSBIOS team
I am using SYSBIOS on an MSP430F5528 design. I am in a situation where a very large number of very short interrupts occur and I am running into the UCS7 erratum (FLL drifts because it is not enabled for a sufficient length of time). The interrupts need to exit active to allow other short tasks to run. Forcing the FLL to be active for the required 150us at every interrupt is not an option because the wasted time would become enormous (close to 100% of the time). I am in a situation where I could use the DCO in open loop (without the FLL) because the MCLK does not need to be very precise. However I cannot find a way to direct SYSBIOS to avoid enabling the FLL when exiting-active from the interrupts. Is there a way to force SYSBIOS to not activate the FLL when the "exit-active from interrupts" option is used? I can see where the FLL is activated within the interrupt stubs, but I cannot change that code because it is automatically generated by SYSBIOS...
Thank you for your help
Bruno