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

Consumption problem changing project to other PC

Hi everyone, I'm having troubles with a project using softdevice, and I think it could be a memory problem, I just wanted to confirm that the addresses are correct and there is no problem with that.

My softdevice version is s132 4.0.2 and I have these RAM/ROM addresses:

image description

The problem is that the current consumption has increase to 4.2mA and I had 2mA, it has appeared when I changed the whole project from an old PC to a new PC, and a .hex file compiled in the old PC it works fine consuming 2mA, but when a I compile in the new PC, it consumes 4.2mA.

It could be any setting?

image description image description image description image description image description image description image description image description image description image description

Thanks in advance

EDIT: Problem solved, it was a library problem, I was using some libraries that didn't work as we wanted. Thanks.

Parents
  • Looks good to me. The only difference from my own system is this:

    asdf

    I don't know if it matters though.

    Can you post your Preprocessor Symbol Defines? In this case you say that you use SDK 13 in which case you should have:

    BLE_STACK_SUPPORT_REQD BOARD_PCA10040 CONFIG_GPIO_AS_PINRESET NRF52 NRF52832_XXAA NRF52_PAN_12 NRF52_PAN_15 NRF52_PAN_20 NRF52_PAN_31 NRF52_PAN_36 NRF52_PAN_51 NRF52_PAN_54 NRF52_PAN_55 NRF52_PAN_58 NRF52_PAN_64 NRF52_PAN_74 NRF_SD_BLE_API_VERSION=4 S132 SOFTDEVICE_PRESENT SWI_DISABLE0
    
Reply
  • Looks good to me. The only difference from my own system is this:

    asdf

    I don't know if it matters though.

    Can you post your Preprocessor Symbol Defines? In this case you say that you use SDK 13 in which case you should have:

    BLE_STACK_SUPPORT_REQD BOARD_PCA10040 CONFIG_GPIO_AS_PINRESET NRF52 NRF52832_XXAA NRF52_PAN_12 NRF52_PAN_15 NRF52_PAN_20 NRF52_PAN_31 NRF52_PAN_36 NRF52_PAN_51 NRF52_PAN_54 NRF52_PAN_55 NRF52_PAN_58 NRF52_PAN_64 NRF52_PAN_74 NRF_SD_BLE_API_VERSION=4 S132 SOFTDEVICE_PRESENT SWI_DISABLE0
    
Children
Related