Part Number: CC2652R
Other Parts Discussed in Thread: SYSCONFIG
Tool/software:
I have to generate a waveform over 6 digital outputs and one DAC. I have set a timer interrupt that handle the 7 signals and reprogram the timer for the next cycle. I got a pulse of 25us every 4ms on the DO and the DAC. This is what I need. However sometimes I got a glitch that makes the 25us pulse to last 300ms. I suspect the TI-RTOS system timer to preempt my interrupt for too long, making the timer's compare value passed and the timer running a complete cycle before firing the interrupt again. So, the quick question is: is it possible to get a timer interrupt that is not preemptible by anything including the TI-RTOS? I started from the "Simple GATT profile" example and I am using SysConfig tool.