Dear support,
We need to disable the UART20 runtime. Currently it is configured as follows:
CONFIG_SERIAL=y
CONFIG_UART_ASYNC_API=y
CONFIG_UART_INTERRUPT_DRIVEN=y
CONFIG_UART_20_INTERRUPT_DRIVEN=n
CONFIG_UART_20_ASYNC=y
I need to disable permanently this UART runtime from the application, i.e., 1 minute after boot.
Can you help me disable the UART safely with a snippet of code for low power consumption?
thank you
marco