This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Bootloader taking higher current consumption upon power on

Misc info:

1.  SDK Version: v15.3

2.  SD: 6.1.1

3.  Toolchain: IAR v7

I'm trying to use secure_bootloader from the examples but it's taking higher current upon power on. 

Our intention is to integrate the bootloader with the soft device+application but higher current consumption is an issue.

Please check the attached images which we got from PPK.

Can you please help me out on this?

Parents Reply
  • Hi Kenneth,

    I did Skip the integrity check ( system OFF reset ) in sdk_config.h file by disabling the below configuration.

    // <i> Only CRC checks can be skipped. For other boot validation types, the reset state is ignored.

    #ifndef NRF_BL_APP_CRC_CHECK_SKIPPED_ON_SYSTEMOFF_RESET
    #define NRF_BL_APP_CRC_CHECK_SKIPPED_ON_SYSTEMOFF_RESET 0
    #endif

    still I see it drawing higher current.

    From the above PPK screenshots, when I do power cycle I noticed that for the duration of around 300ms drawing current about 6-7mA. In the second image about 90ms average current is around 7mA. Can I know what are these bust transactions that we noticed in above PPK screens even after disabling integrity check.

    Regards,

    asr

Children
Related