Dear readers,
Configuration:
I've a CLA task triggered by the XINT4 logic. (CLA interrupt 32 on task 7)
The XINT4 logic as falling edge and enabled, corresponding inbar is set to GPIO66 (as input and qualifier enabled).
Usage:
When triggered (used as chip select) the task waits for data from a master and proccess (CRC)..
Problem:
The CLA triggers on falling edge, with external reference of 10KHz, and task starts and waits for the data to receive, that works just fine.
Problem is that is seems that the task is triggered by the previous interrupt event, the interrupt overflow flag is set for the task.
Question:
When CLA task is triggered,when is the task clearing the event? At task start, or at task end?
Is it possible to clear the interrupt in CLA code (like a PIEACK)?
Best regards