How to use low-power UART demos other than lpuart

Hi all,

  I want to use UART periodically, but because I need to communicate with other standard UART, I cannot use LPUART

I saw that Zephyr's demos all use CONF_SERIAL=y, which has an impact on power consumption

I saw the demo of tx_rx_non-blocking, but there is no option for nrf54l15. I'm not sure if it can be used.

Do you have any simple low-power demos?

Parents
  • Hi

    I don't think this is outside expectations. We don't have the measurements done yet for the nRF54L15, but if you refer to the "wake on GPIOTE input sleep mode from I.E. the nRF52840 we can see that the typical current consumption here is 17.37µA. Note that this is just a comparison from previous devices, so the nRF54L15 numbers might be different. But for those we can only wait for the numbers to be added to a future revision of the nRF54L15 datasheet.

    One thing worth noting here, is that if you need the lowest possible GPIOTE current consumption, you should use the GPIOTE30 instance that is drawn from the low power domain and uses pins on P0, as that should be lower on current usage than GPIOTE20 from the peripheral domain.

    Best regards,

    Simon

Reply Children
No Data
Related