Other Parts Discussed in Thread: C2000WARE
Hello, people!
Please, help me one more time.
I've read the document "F2837xS Peripheral Driver Library 2.00.00.02" in order to use the driverlib library properly, specially the CLA. That document says there's a background task, which is always running, and also says I need to use the function "CLA_mapBackgroundTaskVector()" in order to configure this background task.
Despite the information presented in that document, I can't find the description for the function "CLA_mapBackgroundTaskVector()" (and for any other function related to the background task) in the sections bellow, and even the driverlib's source code doesn't make any reference to the background task.
My question is: Does the background task really exist???
What am I doing wrong?