Other Parts Discussed in Thread: AWR1642, MMWAVE-SDK
I want to save some data into QSPIFlash; those data are referenced by DSS code.
Thanks,
Xinsi Lin
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.
I want to save some data into QSPIFlash; those data are referenced by DSS code.
Thanks,
Xinsi Lin
Hello Xinsi Lin,
The QSPIFlash on the AWR1642 can be accessed only from the Master R4F sub-system. The DSS cannot access the QSPIFlash directly .
However, you can read the data from the QSPIFlash and then send the data over mailbox from MSS to the DSS.
There is already code in the MMWAVE-SDK where we custom data between MSS and DSS over mailbox. You can use this as reference and write your code to send the data read from QSPI to the DSS.
Please refer to "MmwDemo_message_type" in "$mmwave_sdk_01_00_00_05\packages\ti\demo\xwr16xx\mmw\common\mmw_messages.h" and the associated code "$mmwave_sdk_01_00_00_05\packages\ti\demo\xwr16xx\mmw\mss\mss_main.c" and "$mmwave_sdk_01_00_00_05\packages\ti\demo\xwr16xx\mmw\dss\dss_main.c" for your reference on how these custom message over mailbox.
Thanks,
Raghu
----------------------------------------------------------------------------------------------------------
Please click the Verify Answer button on this post if it answers your question.
----------------------------------------------------------------------------------------------------------