stm32f411c - No VCP-acceptance - usart2 initialisation under linux ...
Good Morning, when I use the following short function for initialisation - no VCP is detected under Linux: void USART2_Init(void){ RCC->APB1ENR|=RCC_APB1ENR_USART2EN; RCC->AHB1ENR|=RCC_AHB1ENR_GPIOAEN; ... ?!?! GPIOA->AFR[0]=0x0700; GPIOA->MO...