hello,
我不知道如何在Ble_Peripheral项目项目中创建配置的配置。
as far as i understand, the project of pxp_reporter has function of SUOTA.but i dont know how to configure in project of ble_peripheral.
我已经阅读了UM-B-056-DA1468x_software_Developers_Guide_6V0的PDF,但它只介绍了如何制作.img文件。
和i dont know which items or configuration should be added in project of ble_peripheral.
请建议我该怎么做才能让我的项目具有拟议的功能。
谢谢。
Device:
Hi Ryon,
是的,SDK的PXP_Reporter示例包括Suota功能,您可以将其作为参考。让我在BLE_PERITIELAL示例中分享添加拟文单的一些提示。
Please follow the steps above and let me know if you have any follow up questions.
Thanks, PM_Dialog
hello,
thank you for your reply.
我遵循上述步骤,但我找不到以下配置中的源代码项目:
DA14683-00-Release_QSPI_SUOTA
And I don't find any related manual about how to include a new build configuration.so can i import it from pxp_reporter?
it happen many error when i import the configuration from the pxp_reporte?
so i want to know how to build configuration of DA14683-00-Release_QSPI_SUOTA.
Hi Ryon,
Thanks, PM_Dialog
hello,
I have configured the project following the steps you described above.
和it have the function of OTA.But after 8 senconds,the application can not work,because it can not broadcast,the APP of SUOTA can not scan it .
it will work good when i reduce the code size. Isn't memory set correctly? if not ,what should i do
thanks
Hi Ryon,
Can you please clarify the following question?
“it will work good when i reduce the code size. Isn't memory set correctly? if not ,what should i do”
Have you done all the appropriate modifications in ble_peripheral_task.c? Can you please check that you are using the correct partition table? If you follow the pxp_reporter project and the hints I have provided you, you should be able to add SUOTA feature.
Thanks, PM_Dialog
hello,
yes,I have done all appropriate modifications in ble_peripheral_task.c,and I used the partition table of pxp_reporter project(1M)
but i have added some function on my custom project,so it did not work,and it will work when I comment out my code.
the memory specific config as follows:
#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)
is the memory specific config correct?
Hi Ryon,
您能否注明固件的大小?我假设您的自定义代码完全具有Suota功能的功能。代码卡在哪里?你能调试吗?
Thanks, PM_Dialog