Hello everyone, I am using stm32f207zg with usb ttl converter with ftdi chip. I want use the usart1 for communication with PA9 e PA10 pins as TX and RX of usart1. I use as virtual terminal, termite, and when i play the program, appear weird characters.
#define RCC_CFGR *((long*)0x40023808)#define RCC_CR *((long*)0x40023800)#define RCC_AHB1ENR *((long*)0x40023830)#define GPIOC_ODR *((long*)0x40020814)#define GPIOA_MODER *((long*)0x40020000)#define GPIOA_OTYPER *((long*)0x40020004)#define GPIOA_AFRL ...