nrf52832 and nrf51822 advertising mode, one second interval, 23bytes lenth,power consumption is 30 microamps, why is this?
nrf52832 and nrf51822 advertising mode, one second interval, 23bytes lenth,power consumption is 30 microamps, why is this?
Hi Skoon,
I recommend that you utilize this Online Power Profiler to calculate the power consumption.
I need a little more information about your issue.
Hi Martin,
The SDK is nRF5_SDK_15.0.0_a53641a,s132 in this SDK.
The example is ...\nrf52832\nRF5_SDK_15.0.0_a53641a\examples\ble_peripheral\ble_app_uart\pca10040\s132\arm5_no_packs.

I debug it,the id is 0x00001001,I guess it's a hard fault,I will try it again.
Thanks for your advice.
Hi Skoon,
Looks like you are getting the Error: NRF_FAULT_ID_APP_MEMACC
"Application invalid memory access. The info parameter will contain 0x00000000, in case of SoftDevice RAM access violation. In case of SoftDevice peripheral register violation the info parameter will contain the sub-region number of PREGION[0], on whose address range the disallowed write access caused the memory access fault."
Hi Skoon,
Looks like you are getting the Error: NRF_FAULT_ID_APP_MEMACC
"Application invalid memory access. The info parameter will contain 0x00000000, in case of SoftDevice RAM access violation. In case of SoftDevice peripheral register violation the info parameter will contain the sub-region number of PREGION[0], on whose address range the disallowed write access caused the memory access fault."