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