User Tools

Site Tools


Writing /var/lib/dokuwiki/data/meta/teaching/ie0624/actividad_stm32_timer_uart.meta failed
teaching:ie0624:actividad_stm32_timer_uart

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
teaching:ie0624:actividad_stm32_timer_uart [2018/10/31 01:18] – [Parte 2. STM32 TIMER] dgarciateaching:ie0624:actividad_stm32_timer_uart [2022/09/20 00:08] (current) – external edit 127.0.0.1
Line 138: Line 138:
      
     /* Reset TIM1 peripheral. */     /* Reset TIM1 peripheral. */
-    timer_reset(TIM1); +    //timer_reset(TIM1); 
-    //rcc_periph_reset_pulse(RST_TIM1)+    rcc_periph_reset_pulse(RST_TIM1);
      
     /* Timer global mode:     /* Timer global mode:
Line 252: Line 252:
    * Will wait for 100 miliseconds    * Will wait for 100 miliseconds
    */    */
-  void delay(iint32_t time_ms);+  void delay(uint32_t time_ms);
      
   /*   /*
teaching/ie0624/actividad_stm32_timer_uart.1540948721.txt.gz · Last modified: 2022/09/20 00:08 (external edit)