Part Number: TMS320F28P550SG Tool/software: Hi Team,
My customer is using c2000ware6.0 CLA , but report below warning:
it easy reproduce, please download the project and test it:
f28p550sg.zip
Seems their is a bug in F28P55 cla2_math_library_datarom_fpu32_eabi…
Part Number: TMS320F28379D Tool/software: My project runs under the Micrium real time RTOS UCOS-III. We have two Interrupt service routines, one for PWM to generate ADC SOC and the other for processing ADC EOC. The ISR functions identified in PIE registers…
Part Number: TMS320F280049 Tool/software: TI C/C++ Compiler Hi Team,
My customer used F280049 CLA software resolver library Resolver_Lib_CLA_Float.lib, and reported an "#17003-D Warning", while removed the Resolver_Lib_CLA_Float.lib file, this warning…
Part Number: TMS320F28388D Other Parts Discussed in Thread: C2000WARE Tool/software: TI C/C++ Compiler Hi everyone,
I am trying to program a CLA of a TMS320F2838x with tables loaded into the CLA ROM, but a lot of warnings appear due to the CLA Table…
Hi, just a thought.
Can't your Leaf function be to far away from your CLA interrupt function ClaTask()?
I'm having one (leaf) function called by 3 ClaTasks. The tasks (pre) init the global variables before executing the "main" ClaCode. The leaf became…
I have tried to build "cla_acos" - Goes fine.
After that I added 1 line to "cla_acos.cla" - Line 29
And tried building again - Same warnings with weird dir:
#17003-D /home/ubnuser/ti/repos/c2000ware/libraries/math/temp/source/CLAcosPU.asm…
The warning message copied from Console are below:
**** Build of configuration CPU1_FLASH for project QS2 **** "C:\\ti\\ccs1250\\ccs\\utils\\bin\\gmake" -k -j 16 all -O Building target: "QS2.out" Invoking: C2000 Linker "C:/ti/ccs1250/ccs/tools/compiler…
Part Number: TMS320F28P559SJ-Q1 Other Parts Discussed in Thread: C2000WARE Tool/software: Hi expert,
Customer is migrating code from 280039 to 28P55. cla2_math_library_datarom_fpu32 , will occur a warning after the import of this CLA library file is…
Thanks Davide, understood.
A couple of references that may help you. Looks like other users have run into similar issues.
1. e2e issues dealing with the 17003 error
https://e2e.ti.com/search?q=17003&category=forum&group=97
2. Specifically, the…