This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

TMS320F280039C: Can user pre-build the cla part then link the built file directly to other project?

Part Number: TMS320F280039C
Other Parts Discussed in Thread: C2000WARE

Tool/software:

Hi expert

To isolate the development process, the cla functions and cpu functions are developed individually. So they want to pre-build all the cla functions and .cla file, then integrate the file to the main project. 
Is there any method to realize that?

thanks

joe

  • Hi Joe,

    It sounds like you're looking for a separate development environment for the CLA functions and the C28 functions. Is that correct?

    I would definitely say you can add CLA side support in your application and partition your application to have some functions execute from the CLA and others from the C28x.

    Take a look at the CLAMath examples provided in C2000Ware. Especially the cla_ex6_cpu_offloading.

    Regards,

    Ozino