Monica Pryce
- Total activity 2
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
-
Created CLion STM32 - Interrupt functions in embedded development are not included
Answeredstm32l4xx_it.c void TIM1_UP_TIM16_IRQHandler(void){ if(LL_TIM_IsActiveFlag_UPDATE(TIM1) == 1) { LL_TIM_ClearFlag_UPDATE(TIM1); LL_GPIO_TogglePin(GPIOC, LL_GPIO_PIN_7); }} s...