rogy-AquaLab / 2024_umiusi_nucleo_cube

umiusiの足 with STM32Cube
MIT License
0 stars 0 forks source link

ワンショットタイマー #15

Open H1rono opened 1 week ago

H1rono commented 1 week ago

忘れていた https://community.st.com/t5/stm32-mcus-products/how-to-stop-and-then-re-start-one-shot-timer/td-p/110804 https://controllerstech.com/stm32-timers-9-one-pulse-mode/

H1rono commented 1 week ago

https://github.com/STMicroelectronics/STM32CubeF3/tree/67adb5fdda4434a099ef433bdaeb53472c607fbd/Projects/STM32F303ZE-Nucleo/Examples/TIM/TIM_OnePulse

H1rono commented 4 days ago

HAL_TIM_GenerateEventよくわからんので、SysTick_Handlerに処理継ぎ足してハードコーディングする形でもいいかな... いや、IWDG入れてからsystick周りも怪しいんだよな... (要検証)