STM32_tutorials
STM32_tutorials copied to clipboard
STM32 tutorial with STM32Cube and Keil MDK-ARM
Hi, /** * @brief EXTI line detection callback. * @param GPIO_Pin Specifies the port pin connected to corresponding EXTI line. * @retval None */ __weak void HAL_GPIO_EXTI_Callback(uint16_t GPIO_Pin) { /*...
i tried this lesson using stm32f446re and stm32cubeide the led blinks but the uart transmit isn't working
Hi, I am using the STM32F401CEU6 and I was following the tutorial to use printf() with UART, but I am not getting any output on the serial monitor. Also in...