Other Parts Discussed in Thread: AWR1843, MATHLIB
Hi, I TRY to code for awr1843 but for MCU inside I got issue.
first Error is with XDC that could not find
'ti.targets.arm.elf.R4F_big_endian'
from:
'C:/ti/dsplib_c64Px_3_4_0_0/packages;C:/ti/dsplib_c674x_3_4_0_0/packages;C:/ti/mathlib_c674x_3_1_2_1/packages;C:/ti/bios_6_73_01_01/packages;C:/ti/ccs1011/xdctools_3_61_02_27_core/packages;..;': please check the spelling of the target's name and that it exists along this path. .xdchelp /awrmcu2 line 10 C/C++ Problem
if I delete the _big_ending error will be solved but later a new one pups up say please define _BIG_ENDIAN or _LITTLE_ENDIAN which a message from the demo code itself (I code the code to my project).
My main question how could I add demo code to a ccs project and modify it. if I could not (if it is not available) how could I build one project and use demo code algorithm.(I mean a standard way to build a awr1843 project and start coding using sdk and xdc tool).
my ccs is version 10 and I use xdc 3.61 and sdk version is 3.5.
And I also know that 'ti.targets.arm.elf.R4F' are include in Experimental or Deprecated Targets if this is a case what should I do with this issue (TI-RTOS is the answer?!)
If you answerer you will save a student!