I have read several forum posts and tried to implement the suggested code I could find, but so far I could not accomplish the following:
* Create a simple example that runs a task on CPU1 while executing a separate function on CLA.
I would like the CLA function to be triggered either from the RTOS task or from an independent timer.
Particular struggles:
- How to enable CLA coding in C within the RTOS environment
- How to conciliate the CLA interrupts with RTOS
- How to properly debug (breakpoints and stepping) the CLA in a RTOS implementation.
- What provisions should exist in the linker command file
I can easily create a simple RTOS example running on CPU1. I can also run a simple example of the CLA running in bare metal. When trying to combine both, CCS refuses to run a debug session.
Background information:
CCS version: 6.2.0.00048
TI compiler: v15.12.3.LTS
controlSUITE: 3.4.3
F2537xD device support: v210
Thank you!