pwm 에서는 안되던데 아래 함수는 되려나?
void HAL_TIM_PeriodElapsedCallback(TIM_HandleTypeDef *htim) { GAL_GPIO_TogglePin(LED_GPIO_Port, LED_Pin); } |
'embeded > Cortex-M3 STM' 카테고리의 다른 글
stm32 boot loader(shipping) (0) | 2025.05.13 |
---|---|
stm32flash (0) | 2025.05.08 |
stm32 sleep mode (0) | 2025.03.10 |
STM32 float point support 활성화시 %f 출력 NaN (0) | 2025.03.07 |
STM32 timer 사용하기 (0) | 2024.12.13 |