Question
UART
Posted on April 02, 2016 at 12:40
Hi,
I am facing some weird problem in UART.Whenever i am using UART in polling to receive the data followed by storing the data into some array. But what is happening is that the array is sometimes(mostly) starts to fill from some random index that is sometimes it start to fill the data from array index 5 or sometimes 6 and so on. It does not fill the array from the starting indices of the array that is from index 0.My code is all right, checked many times but couldn't resolve the issue.Please help! #uart #stm32 #uart #standard-peripheral