Hi,
I'm using a F28035 piccolo mcu. I'm using the CLA task 1 configured to be triggered every 10us on PWMINT1. The PWM has a frequency of 100kHz. I was having problem with part of my code where I set one PWM state at the beginning of the CLA based on certain condition. It can run ok for 100ms sometime and other times, it caused problem. My action wasn't being done in time. I added a timer running in CPU and stamped the starting time of the CLA. If my tests are correct, sometime, the CLA isn't called every 10us. it was either called too quick or too late. I need to improve my test to give more info about that.
Before going any further, I just wanted to confirm if this is possible. Having the CLA triggered by PWM. PWM frequency never changes. Only one task is setup in CLA. Can the task 1 be delayed by something I'm not think about?
Thanks a lot!