Please read教程8:调试methodstutorial form our support website in order to debug your code. You should follow the same procedure as “Hardfault” analysis. Do you have the WDOG enable or disabled? Please check CFG_WDOG macro in da1458x_stack_config.h. If the WDOG expires, an NMI will be fired up.
Located in SDK5.0.4\DA1458x_SDK\5.0.4\projects\target_apps\ble_examples\ble_app_profile Avoiding Long Value Characteristic Declaration has not been changed elsewhere. When debugging, it always enters the interrupt. As shown below PDF
If you check in this header file, the custs1 database array has lenght CUST1_IDX_NB which is equal to above enumeration. To do so, you should remove the "Long Value Characteristic” from this enumeration as well. Please test my suggetion and let me know.
Hi abc1724,
Please read教程8:调试methodstutorial form our support website in order to debug your code. You should follow the same procedure as “Hardfault” analysis. Do you have the WDOG enable or disabled? Please check CFG_WDOG macro in da1458x_stack_config.h. If the WDOG expires, an NMI will be fired up.
Thanks, PM_Dialog
你好,谢谢你的回答
Located in SDK5.0.4\DA1458x_SDK\5.0.4\projects\target_apps\ble_examples\ble_app_profile Avoiding Long Value Characteristic Declaration has not been changed elsewhere. When debugging, it always enters the interrupt. As shown below PDF
Thank you, according to your suggestion, the problem has been solved
Hi abc1724,
In order to remove the “Long Value Characteristic” you should do the following modifications in the ble_app_profile example of the SDK.
1. In user_custs1_def.c file remove the follow code lines:
In user_custs1_def.h heder file remove the follow code lines:
If you check in this header file, the custs1 database array has lenght CUST1_IDX_NB which is equal to above enumeration. To do so, you should remove the "Long Value Characteristic” from this enumeration as well. Please test my suggetion and let me know.
Thanks, PM_Dialog
Thank you, according to your suggestion, the problem has been solved
Hi abc1724,
Glad that you are able to remove the "Long Value Characteristic" and thanks for accepting my answer.
If you have any other issue, please create a new forum thread.
Please take a look into our new device:
//www.wsdof.com/products/connectivity/bluetooth-low-energy/products/da14531
Thanks, PM_Dialog