Quantcast
Channel: Keil Discussion Forum RSS Feed
Viewing all articles
Browse latest Browse all 3049

ARM: While loop stucks , freezes ! (4 Replies)

$
0
0
Hello .. I am having a very weird issue with my code piece .. The MCU is STM32F407VET6 .. What I'm trying to do is sending a string via USART1 peripheral module .. In order check if the character in the USART1 is sent out of the USART1->DR register I am continuously checking the "Transmit Complete Bit of the usart1 status register The code below works well ... #define TC1 *((uint32_t *)(0x42220018)) //Previously defined at

Viewing all articles
Browse latest Browse all 3049

Trending Articles