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.

CCS/AM5728: Regarding accessing qspi flash region

Part Number: AM5728

Tool/software: Code Composer Studio

Hi,

I am using the CCS and AM5728 board.
Want to know whether I can access the qspi from the CCS ?

My objective is to flash the qspi for factory reset boards which will be used in production.
Please let me know what can be the possible solutions for this.

Regards,
Abhinav 

  • Abhinav,

    Since QSPI is a peripheral that accesses an external memory device, CCS is unable to access it directly via the Memory Browser or the Program Loader.

    What you can do is create your own application to read/write to the QSPI flash. I found an example named qspi_test on the CSL package inside the PDK of the TI Processors SDK. For details on how to use this project, please consult with the experts in the Sitara device forum.

    Hope this helps,
    Rafael
  • Hi Rafael,

    Thanks for the reply.
    I have the same impression but thought there must be some hack to do so.
    Will ask the same in Sitara device forum.

    Regards,
    Abhi