Migrate from SPL to LL , example : NVIC configuration
Posted on August 11, 2017 at 11:31hello , we try to migrate from SPL to LL drivers using SPL2LL , there's some exception like NVIC configuration : for example in STD we have : NVIC_InitTypeDef NVIC_InitStructure_TIM9; NVIC_InitStructure_TIM9.NVI...