nRF54L15-DK Power measurement with an ammeter.

Hello.

I am reading up on documentation regarding measuring current on the nRF54L15-DK with an ammeter. I do notice that when we set up the board, we need to use the 2x5 SWD header to toggle an analog switch to disconnect the debugger from the nRF54L5. We know what connector we need, but do we need any special dongle/software to accomplish this step? Is there a simpler way to measure the current at P6?

Thanks!

Parents Reply Children
  • Hi Daniel, 
    The P6 port only has the current flow to the nRF54L chip, not the interface chip. 
    The reason you see the recommendation to disconnect the UART and SWD interface using analog switches is that if we want to measure the most accurate current consumption we should disconnect any connection to the interface chip (the debugger) to avoid any leak. 
    To disable the interfaces, you can just use the Board Configurator tool in NRF Connect Desktop. The analog switches are controlled by the interface chip as shown here: 

    Note: we are having an issue with the latest version of Board Configurator. You may want to use v0.3.7 if you want to disconnect SWD interface. 

  • I see, so we only need to disable those in the board configurator, or presumably we could do the same in a .conf file. So we don't need to actually physically interact with any connectors to do this.

  • Hi Daniel, 
    Yes you only need to do that via the Board Configurator application. You don't need to do anything physically except for removing the jumper on P6. 

    No .conf file won't be able to do disconnect SWD interface or the physical connection to the UART pins. 

Related