I was trying to use TIM15 PWM on a a 072.
Code: Select all
#define STM32_PWM_USE_TIM15 TRUE
#define STM32_PWM_TIM15_IRQ_PRIORITY 3
I get the error:
Code: Select all
lib/chibios/os/hal/ports/STM32/LLD/TIMv1/hal_pwm_lld.c:324:2: error: #error "TIM15 ISR not defined by platform"
#error "TIM15 ISR not defined by platform"
^~~~~
I looked here viewtopic.php?f=3&t=4956.
Do you know if its a driver limitation or a Chip limitation?
Cheers,
Yiangos