Hi!
I have two tasks in a sensor controller project.
- Task 1: an event handler waiting for interruptions from an external pin.
- Task 2: "Hall Effect Sensor for LPSTK" example ( an event handler waiting for interruptions from an external pin and a timer).
If both task are enable, timer doesn't work.
If only task 2 is enable, both interruptions work perfectly.
Sensor controller help say: "The CC13x2/CC26x2 and CC13x4/CC26x4 chip families support up to 3 event triggers in total per project"
In the panel task you can't change the event index so the 3 event triggers have to be in SAME task?
Thanks in advance
Andrés