Part Number: TMS320F280049
Dear Champs,
I am asking this for our customer.
The user uses below inline code in the .h included by CLA .cla file.
#pragma FUNC_ALWAYS_INLINE(Test_Function)
static inline int Test_Function()
{
volatile int A;
A = 1;
return A;
}
But it still shows below error during compling/linking,
Description Resource Path Location Type
#99923 "xxxxxxxxxx", line 207: CLA does not permit function calls in background tasks. Try inlining function.
Would you please show me how to solve this?
Wayne Huang