Hi, I'm trying to use two UART instances, and I have the following issues:
- I'm not be able to configure both instance using NRF_SERIAL_CONFIG_DEF macro with parameter NRF_SERIAL_MODE_IRQ. As result of nrf_serial_init function call on the UART1 instance, the init function returns err code 8 (NRF_ERROR_INVALID_STATE).
- Instead, if I use the NRF_SERIAL_CONFIG_DEF macro with parameter NRF_SERIAL_MODE_DMA the two UART instances work well.
- With EASY_DMA, the current sink in sleep mode is 300uA more. In case of UART + EASY_DMA, during sleep mode, the sink of CPU current is about 1mA.
- If the two UARTs is not enabled (do not call any initialization functions), the current sink in sleep mode is about 2uA.
Where I wrong?
How can I have few uA of CPU current comsumption even with UARTs enabled?
Many thanks for help
Abele