This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts
This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Power consumption custom board

I have put my code developed on a nRF52 dk on a custom board that is based on a ISP1507 CPU. We are having higher current consumption than expected, I use the exact same code on the two boards.

Is there some things I should double check to make sure it is not the new CPU causing trouble?

I have done some research but I am not sure how much of it is still relevant as it is mentioned in a nRF51 context:

  • GPIOTE configuration
  • GPIO pull definitions
  • External resistor on SWDCLK pin
  • Dc/dc regulator settings different for the other board?
Parents
    1. Make sure that you don't have any floating GPIOs.
    2. Resistors on SWD lines shouldn't matter on the nRF52.
    3. If the code is the same then the DCDC should also behave the same.

    What differences in consumption do you see? What amperage are we talking?

Reply
    1. Make sure that you don't have any floating GPIOs.
    2. Resistors on SWD lines shouldn't matter on the nRF52.
    3. If the code is the same then the DCDC should also behave the same.

    What differences in consumption do you see? What amperage are we talking?

Children
No Data
Related