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

nRF51822 SDK10 printf characters out of order with 921000 baud rate

I recently migrate to SDK 10 from SDK 9 and printf is behaving weird with baud rate of 92100 (460800 and below works fine). Some of the characters were printed out of order. For example,

printf("init complete\n") output became "init ocmpelte"

Anyone else is seeing this problem with SDK10?

Thanks in advance.

Related