Migrate from SPL to LL , example : NVIC configuration
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2017-08-11 2:31 AM
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
Labels:
- Labels:
-
Interrupt
-
STM32F7 Series
This discussion is locked. Please start a new topic to ask your question.
0 REPLIES 0
