Where is the NVIC_InitStructure?
Posted on June 15, 2013 at 22:18I am trying to configure the NVIC for the first time. In looking online for help, most project reference these functions: NVIC_InitTypeDef NVIC_InitStructure; /* Enable the TIM2 gloabal Interrupt */ NVIC_InitStr...