Question
adjustment for HAL
Posted on January 17, 2018 at 03:36
can the HAL programmers please add the __weak attributes to the interrupt routines.
I had to add this one again today:
__weak void CEC_CAN_IRQHandler(void); // in stm32f0xx.h
and this one:
__weak void CEC_CAN_IRQHandler(void) // in stm32f0xx.c
#hal