Hello,
I am trying SUOTA update with pxp_report. I am using SDK 1.0.14.1081 and MCU is DA14681.
pxp_reporter is running correctly without changing any code, and I am able to use SUOTA app to update software.
However, after I add one line of code in custon_config_qspi_suota.h to turn on 1V8P rail:
#define dg_configPOWER_1V8P (1)
pxp_reporter seems to have problem that SUOTA app cannot even see any BLE signal. I tried to use another app to scan for BLE signal, also find nothing. I then tried to delete that line of code, and it function correctly again.
Why would define 1V8p can corrupt its BLE function? I am asking because in my own program I need to use both SUOTA function and 1V8p rail. Thank you!
Device:

嗨huiui,
Could you please let me know if you have defined the dg_configUSE_BOD? Also, please run you code with the debugger hot attached and let me know where the code gets crashed. In this case you can either disable the BOD on 1V8P or change the BOD voltage trigger level for the V18P.
谢谢,PM_Dialog
Hi PM_Dialog,
Thank you for the reply!
I didn't define dg_configUSE_BOD, after I define dg_configUSE_BOD to 0, it seems it is working fine now.
As you mentioned how do I disable BOD on 1V8P only? Also how can I change BOD trigger level for 1V8P?
I tried to run code with debugged attached, but it shows error. Here is what I did: (please see attached for images)
I first download program to board with scripts, then I clicked debug-->QSPI button.
But in the debug session it shows error (again please see attached images). What I did wrong?
Thank you!
嗨huiui,
Could you please clarify that only if you have the dg_configUSE_BOD defined you get this debug error? Also, do you have a custom board or any of our development boards?
谢谢,PM_DIalog
Hi PM_Dialog,
I always get this debug error, with and without dg_configUSE_BOD defined. I am using a custom board. Thanks.
嗨huiui,
Could you please try to explicitly define the dg_configPOWER_1V8P into custom_config_qspi.h header file?
谢谢,PM_Dialog