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

printf problem after startup of device

Hello

I'm facing with printf over uart problem in my app. Application based on uart example from SDK 15.2.

However, it happens that printf function prints message to uart while on debugger. After start-up every time the first printf miss to print something. After that, it works properly.

Do I miss something related to configuration? Is there a time limits when i can't send over UART or I need to flush some internal buffers before printf call? I dont have Idea where is the problem.

Every kind of help is welcome.

Best regards,

Predrag

Related