你好,
i dont know how to create configuration of the SUOTA in project of ble_peripheral.
据我所知,PXP_Reporter的项目具有Suota的功能。但是我不知道如何在BLE_Peripheral的项目中配置。
i had read the PDF of um-b-056-da1468x_software_developers_guide_6v0,but it only introduces how to make .img file.
而且我不知道BLE_PERITERWAL的项目中应添加哪些项目或配置。
Please suggest what should I do to let my project has function of SUOTA.
Thanks.
设备:
嗨ryon,
Yes, the pxp_reporter example of the SDK includes SUOTA functionality and you can take it as a reference. Let me share some hints for adding SUOTA in the ble_peripheral example.
请按照上述步骤操作,如果您有任何后续问题,请告诉我。
谢谢,PM_DIALOG.
你好,
谢谢您的回复。
i have followed the above steps,but i can not find the the source code project in the following configuration:
da14683-00-REDELY_QSPI_SUOTA.
我没有找到有关如何包含新构建配置的相关手册。因此,我可以从PXP_Reporter导入吗?
当我从PXP_REPORTE导入配置时,会发生许多错误?
所以我想知道如何构建DA14683-00-REDELE_QSPI_SUOTA的配置。
嗨ryon,
谢谢,PM_DIALOG.
你好,
我在上面描述的步骤后配置了该项目。
并且它具有OTA的函数。但是在8个状态后,应用程序无法正常工作,因为它无法播出,所以Suota的应用程序无法扫描它。
当我减少代码大小时,它将工作好。没有正确设置的内存?如果没有,我该怎么办
谢谢
嗨ryon,
您能否澄清以下问题?
“当我减少代码大小时,它将工作好。没有正确设置的内存?如果没有,我该怎么办“
您是否在ble_peripheral_task.c中完成了所有的所有修改?您可以查看是否使用正确的分区表?如果您遵循PXP_Reporter项目和我提供的提示,则应能够添加Suota功能。
谢谢,PM_DIALOG.
你好,
是的,我在ble_peripheral_task.c中完成了所有适当的修改,我使用了PXP_Reporter项目的分区表(1M)
但是我在我的自定义项目上添加了一些函数,所以它没有工作,当我发表评论我的代码时它将工作。
内存特定配置如下:
#define dg_configqspi_cached_optimal_retram_0_size_ae(64 * 1024)
#define dg_configqspi_cached_ram_size_ae(32 * 1024)
#define dg_configqspi_cached_retram_0_size_ae(96 * 1024)
内存特定配置是否正确?
嗨ryon,
Can you please indicate the size of your firmware? I assume that your custom code was fully functional without SUOTA feature. Where does the code stuck? Can you please debug it?
谢谢,PM_DIALOG.