User Activity

Hello everybody.I have problems with uarts in the my bootloader. In the main program the communication works OK.The client card is stm32g484 based.The first problem:After HAL_NVIC_SystemReset()from main app enter to bootloader and HAL_UART_Transmit()...
Hi allI have a problem with interrupts on my STM32G474VEH6 based board. Timer 6 generates an interrupt every 1ms. Program crash at HAL_TIM_Base_Start_IT(&htim6);But after resetting the power of the board, the software starts working correctly.The sam...