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.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
teaching:ie0624:actividad_stm32_timer_uart [2018/10/31 01:18] – [Parte 2. STM32 TIMER] dgarcia | teaching: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); | + | |
- | | + | 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 | + | void delay(uint32_t |
| | ||
/* | /* |
teaching/ie0624/actividad_stm32_timer_uart.1540948721.txt.gz · Last modified: 2022/09/20 00:08 (external edit)