STMicroelectronics / STM32CubeF7

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
331 stars 193 forks source link

Can't Use IS_TIM_CCX_INSTANCE in CMSIS periph file using LL drivers by default #108

Open HTRamsey opened 11 months ago

HTRamsey commented 11 months ago

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.