STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

reset timer count value

i wrote a program and i want to turn on the led after passing a 500 and 750 , 1000ms.i use out put compare and use active on mach timer mode.but it only work one time , i realize that i should reset my timer and count value but i don't know how?plea...

Aes.1 by Associate
  • 440 Views
  • 1 replies
  • 0 kudos

Weird problem with UART

I work with STM32L475.First I configure UARTint main(void) { /* Configure the system clock to 80 MHz */ SystemClock_Config(); GPIO_Setup();   USART_Setup(UART4, 115200);   USART_SendInt(UART4, 1234, 1); USART_SendInt(UART4, 0,...