你好,
i dont know how to create configuration of the SUOTA in project of ble_peripheral.
据我所知,pxp\u reporter项目具有索塔,但是我不知道如何在ble\u外设项目中配置。
i had read the PDF of um-b-056-da1468x_software_developers_guide_6v0,but it only introduces how to make .img file.
我不知道哪些项目或配置应添加到项目的ble\u外围设备。
Please suggest what should I do to let my project has function of SUOTA.
Thanks.
设备:
嗨,赖安,
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.
请按照以上步骤操作,如果您有任何后续问题,请告诉我。
谢谢,下午好
你好,
谢谢你的回复。
i have followed the above steps,but i can not find the the source code project in the following configuration:
DA14683-00-发布\u QSPI \u SUOTA
我没有找到任何关于如何包含新版本的相关手册配置.so我可以从pxp\u reporter导入它吗?
当我从pxp\u报告导入配置时,会发生很多错误吗?
所以我想知道如何构建DA14683-00-Release\u QSPI\u SUOTA的配置。
嗨,赖安,
谢谢,下午好
你好,
我已经按照上面描述的步骤配置了项目。
它具有太田,但是8秒钟后,应用程序无法工作,因为它无法播放,索塔的应用程序无法扫描它。
当我减少代码大小时,它会工作得很好。内存设置不正确吗?如果没有,我该怎么办
谢谢
嗨,赖安,
你能澄清一下下面的问题吗?
“当我减少代码大小时,它会工作得很好。内存设置不正确吗?如果没有,我该怎么办
你在ble\u peripheral\u task.c中做了所有适当的修改了吗?您能检查一下您使用的分区表是否正确吗?如果您遵循pxpƏreporter项目和我提供的提示,您应该能够添加SUOTA特性。
谢谢,下午好
你好,
是的,我在ble\u peripheral\u task.c中做了所有适当的修改,并且使用了pxp\u reporter项目(1M)的分区表
但是我在我的自定义项目中添加了一些函数,所以它不起作用,当我注释掉代码时它就会起作用。
特定于内存的配置如下所示:
#定义dg\u configQSPI\u CACHED\u OPTIMAL\u RETRAM\u 0\u SIZE\u AE(64*1024)
#定义dg\u configQSPI\u CACHED\u RAM\u SIZE\u AE(32*1024)
#定义dg\u configQSPI\u CACHED\u RETRAM\u 0\u SIZE\u AE(96*1024)
内存特定配置是否正确?
嗨,赖安,
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?
谢谢,下午好