STM32Cube MCU Full Package for the STM32F7 series - (HAL + LL Drivers, CMSIS Core, CMSIS Device, MW libraries plus a set of Projects running on all boards provided by ST (Nucleo, Evaluation and Discovery Kits))
Other
342
stars
196
forks
source link
Can't Use IS_TIM_CCX_INSTANCE in CMSIS periph file using LL drivers by default #108
IS_TIM_CCX_INSTANCE uses TIM_CHANNEL_1 ... TIM_CHANNEL_6 which is defined in HAL but LL defines them as LL_TIM_CHANNEL_CH1 ... LL_TIM_CHANNEL_CH6 so currently it is required to copy over the definitions when only using LL.
IS_TIM_CCX_INSTANCE uses TIM_CHANNEL_1 ... TIM_CHANNEL_6 which is defined in HAL but LL defines them as LL_TIM_CHANNEL_CH1 ... LL_TIM_CHANNEL_CH6 so currently it is required to copy over the definitions when only using LL.