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.

AWR1843BOOST: import and develop demo code of awr

Part Number: AWR1843BOOST
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! 

  • Hi,

    Welcome to the E2E forums!

    Could you clarify the following:

    1. What are you trying to build exactly (is it the out of box demo)?
    2. What are you using to build it?

    IF you are talking about the out of box demo, we do not provide projectspec files that enable CCS project import for it. The straightforward way to build any SDK component (including OOB demo) is to use the provided makefiles. You can refer to section 4.5 (Developing using SDK) of the SDK user guide to see how to setup he build environment, and how to build the demo; it is not very difficult to follow.

    The endianness is defined as a compile time macro in these makefiles. They are needed by some portions of our code. The makefiles should take care of all such things.

    Please let me know if this doesn't solve your issue.

    Regards,

    Aayush

  • Hi,

    Since there has been no activity on this thread I hope that I have answered your question. I will be closing this thread now, but please feel free to reopen this thread or create a new one for any follow up questions.

    Regards,

    Aayush