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.

STARTERWARE-SITARA: IDK-AM5728 Starterware

Part Number: STARTERWARE-SITARA
Other Parts Discussed in Thread: AM5728

Hi,

I want the starterware for the IDK-AM5728.
In case of IDK-4377, got it inside the TI-sysbios SDK. But when istalled the same for am5728 starterware directory was not present.

Objective it to create a CCS project which will initialize the qspi flash and do some read write on it at bare-metal level i.e without loading MLO and u-boot.
I have done the same for IDK-AM4377 but how to do that for IDK-Am5728 ?

BR,Abhinav

  • Hi,

    Starterware has been obsoleted by TI and is no longer being developed or supported.
  • Below is the reply from TI (Rahul Prabhu) in some other discussion which actually answer the question. Pasting the reply for other's reference

    "The low level drivers that TI provide in the Processor SDK RTOS, can be used in bare-metal as well as in the RTOS context. In order to achieve this we provide an OS abstraction layer called (OSAL) that has two versions, one for using with RTOS and one can be used in the context of no-OS or bare-metal code.

    You can see the QSPI driver used in bare-metal example that is included in the diagnostic tests that we provide for testing board functionality. You can locate this example at the following location in the PDK package.
    pdk_am57xx_1_0_9\packages\ti\board\diag\qspi"