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
↧