-
Notifications
You must be signed in to change notification settings - Fork 1k
Closed
Description
I added a new stm32 model, G491, but encountered a problem when compiling.
TIM7_DAC_IRQn not defined
Arduino_Core_STM32/cores/arduino/stm32/timer.h
Lines 98 to 100 in b715820
#elif defined(STM32G4xx) | |
#define TIM7_IRQn TIM7_DAC_IRQn | |
#define TIM7_IRQHandler TIM7_DAC_IRQHandler |
Only those MCU have TIM7_DAC_IRQn. It not have TIM7_DAC_IRQn like G491.
I search the HAL repo.
It only has TIM7_IRQn.
Metadata
Metadata
Assignees
Labels
bug 🐛Something isn't workingSomething isn't working