cancel
Showing results for 
Search instead for 
Did you mean: 

Migrate from SPL to LL , example : NVIC configuration

elmzaiti youssef
Associate II
Posted on August 11, 2017 at 11:31

hello , 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.NVIC_IRQChannel = TIM1_BRK_TIM9_IRQn;

NVIC_InitStructure_TIM9.NVIC_IRQChannelPreemptionPriority = 1; 

NVIC_InitStructure_TIM9.NVIC_IRQChannelSubPriority = 0;

NVIC_InitStructure_TIM9.NVIC_IRQChannelCmd = ENABLE;

NVIC_Init(&NVIC_InitStructure_TIM9);

So in LL what's the equivalent for this configuration ?

regards

Youssef 

  

#spl2ll #nvic #stm32f7 #ll
0 REPLIES 0