i dont want whole code just want a better approach or something to solve this problem,like jusr directly storing the dr register contents in a variable and observing it is not the correct way to receive Ig.
Thank you so much for this explaination.but can you show me like the best way to recieve data as i want to recieve a continous data frame from esp to stm32 without much error , so can u provide me a code snippet which i can refer to create my own re...
yes rxe is same as the usart_sr_rxne i just forgot to format while asking .also i am using usart1 now the problem i am facing if i am putting a delay of 10 ms before sending in arduino i am recieving correct data everytime but when i put not delay in...
Hey can u also tell me like i am implemeting usar1 on my stm32f401re baremetal and whenever i put this condition if ( USART2->SR & USART_SR_RXNE ) in the reception function i never enters the condition and it cant return the recieved data.also if i j...