I noticed the following error message while making a function to send ADC to UART.

Why does this error appear?
I noticed the following error message while making a function to send ADC to UART.

Why does this error appear?
Because you are printing lots of logs in a short period.
Here is a document on how to configure the logger module for better usage
Because you are printing lots of logs in a short period.
Here is a document on how to configure the logger module for better usage