This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

APP_UART_FLOW_CONTROL_LOW_POWER missing on SDK11?

I have been using this mode to init the app_uart_fifo code on SDK8 for a while now and when moving over to the SDK11 code I was in the app_uart_fifo.c code and it's radically different than stack 8. All of the low power code and gpiote code to catch the CTS transitions are gone. It's still listed in the header file as an option, however no code uses it that I can see.

Did something else change to manage the 1mA continuous current draw issue when using the UART? if it's been solved a different way (e.g. not using the 16mhz clock for the UART) then it would be nice to have it documented. I see nothing in the migration document to say that the UART is being handled any differently with respect to the APIs.

Parents Reply Children
Related