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.
Dear team:
My customer wants to whether the different CLA core has different limitation to formal parameter?
Because only 2 formal parameters are supported in the CLA of F28035, but in F280049, the customer used 4 formal parameters in the CLA without problems.
Do we have any document on this?
Best regards
Hi,
Forwarding your query to one of our SW experts.
Regards,
Praveen
Hi Praveen:
Thank you for your help and look forward to the reply from our SW experts.
Hi Green, Can you let me know the compiler versions being used for both projects?
Thanks,
Ashwini
Hi Ashwini:
Sorry for the late reply.
Due to my customer's account error(can't login to TI.com), He didn't reply to me until today.
The CCS version he is using is 10.2 and the compiler version is TI v20.2.1.LTS.
Hi Green,
So sorry for the late reply. Can you confirm that both projects for F28035 and F280049, are using the same compiler? If yes
1. Can you let me know the compiler error being generated with F28035?
2. If it is not compiler error but a runtime error can you check that the scratchpad section is defined in the linker command file and the allocated memory is accessible by CLA?
Thanks,
Ashwini
This ...
only 2 formal parameters are supported in the CLA of F28035
... is incorrect.
Do we have any document on this?
Please search the C28x compiler manual for the sub-chapter titled Function Structure and Calling Conventions. It states ...
The CLA compiler also supports calling functions with more than two arguments.
Thanks and regards,
-George