Question
STM32F411 IAP using the USART2 not working
Posted on May 27, 2016 at 10:14
Hello ST,
I am working on Bootloader application with the driver provided by ST (http://www.st.com/content/st_com/en/products/embedded-software/mcus-embedded-software/stm32-embedded-software/stm32-standard-peripheral-libraries-expansions/stsw-stm32067.html♯).I have tested the default code using USART1 and everything works fine. My application needs to use USART2 for the same and after changing the usart configurations from USART1 to USART2, the Bootloader code is not working.It gets stuck in the USART_GetFlagStatus for ever and i cant get any thing printed on the terminal.Please help me to resolve this issue.Thanks in advance.Best,Krish #iap-bootloader #bootloader #stm32