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.

AWR2944: Flash_read function

Part Number: AWR2944

Hi Team. 

I saw in the provided code samples from mmWave SDK the following Function:

Flash_read(Flash_Handle handle, uint32_t offset, uint8_t *buf, uint32_t len)

Regarding this API the passed buffer will gather the data from Flash, now the issue is, how can I map this buffer with the correct RAM address, where the buffer data should be copied? In my understanding I have to call that function for each application (image) in the flash, taking care of the passed flash offset and the related RAM address associated to the buffer above. Is this statement correct?

Thank you in advance.

Regards,

Marvin

  • Hi,

    Please see how flash_read is used in the QSPI example

      C:\ti\mmwave_mcuplus_sdk_04_02_00_02\mcu_plus_sdk_am273x_08_01_01_06\examples\drivers\qspi\qspi_flash_transfer\qspi_flash_transfer.c

    Thank you

    Cesar