Part Number: LAUNCHXL-F280049C
Hello,
Can I write assembler on ".cla" file?
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.
Hi,
Can you please explain what you mean by "write assembler on .cla file?
.cla file is written in C language and will be compiled with CLA compiler. Are you looking for how to write CLA code in assembly?
Regards,
Veena
Thanks,
Yes, I,m looking for how to write CLA code in assembly?
Another question,
.sect "Cla1Prog:_Cla1Task1"
.align 2
__cla_Cla1Task1_sp .usect ".scratchpad:Cla1Prog:_Cla1Task1",12,0,1
.global _Cla1Task1
what's the meaming of "12,0,1"? And how can I allocate it?
Hi,
You can refer to the cla_ex2_adc_fir32 example in device_support\f28004x\examples\cla. It has the CLA code written in assembly.
Regards,
Veena