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.

AM5728: SoC selection in RTOS

Part Number: AM5728

Hi,

I am trying to build the qspi example present in the am572x rtos sdk in CCS.

As part of building the same, encountered undefined reference error. The same macro's are present in the below file
ti\pdk_am57xx_1_0_9\packages\ti\csl\soc\am572x\src\cslr_soc_aliases.h

But everything is inside #ifdef flag and there are three soc's defined.
1. _TMS320C6X  2.(__TI_ARM_V7M4__)  3.(__ARM_ARCH_7A__)

I want to know which soc needs to be un-commented for IDK-Am5728 ?

BR,Abhinav

  • The RTOS team have been notified. They will respond here.
  • Hi Abhinav,

    The example project should already come with the necessary symbols defined. To create the QSPI example project, navigate to your pdk/packages directory in command prompt and run the following commands:

    > pdksetupenv.bat

    > pdkProjectCreate.bat AM572x idkAM572x little spi all arm -- for arm core

    > pdkProjectCreate.bat AM572x idkAM572x little spi all dsp -- for dsp core

    > pdkProjectCreate.bat AM572x idkAM572x little spi all m4 -- for m4 core

    Once you have created the project you can import it from CCS. It will be located in the directory \pdk\packages\MyExampleProjects.

    For more details, see