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.

AWR2944EVM: 如何实现在线升级

Part Number: AWR2944EVM

你好:

        我分析代码发现sbl_qspi_release.tiimage中解析烧录的appimage文件是通过QSPI_readMemMapMode读取指定地址完成的。
        我们现在的需求是想要实现在线升级,想通过串口将appimage传到2944板子里,然后在通过QSPI写到sbl_qspi_release.tiimage调用QSPI_readMemMapMode读取的指定位置,但是qspi库中对应的QSPI_writeMemMapMode函数只有声明,没有定义,只有QSPI_writeConfigMode这个函数。我想请问直接把QSPI_readMemMapMode读取的地址作为offset参数传给QSPI_writeMemMapMode能不能实现我们的需求。