Hi everyone,
I have one questions related to the CLA:
1. How do I find the cla_subsystem block?
it seems it is supported according to the following link: C28x CLA Task
I already loaded the tic2000demospkg package.
I went to C CODE > Code Interface > Embedded Code Dictionary > Manage Packages , I clicked on refresh to get the tic2000demospkg package to appear and then I clicked on Load.
For those who want to run the CLA example in the F280049C_LaunchPad :
- Copy the example F28004x: c28004xblink_cla.slx, In a c:/document/myfolder.
- Change the GPIO OUT block to configure the block for GPIO23 and I added Toggle GPIO23. otherwise it won't turn on the red led. You can select GPIO34 for the green led.
- Add the tic2000demospkg package.
- Go to Hardware Settings > Hardware Implementation > Device details and uncheck Support long long.
Otherwise you will get this error: The CLA C compiler does not support long long data type - In the same Hardware implementation , go to Target hardware resources and check "Use custom linker command file.
This will enable the CLA memory map. - After that just hit the Build, Deploy & Start button.