EasyManuals Logo

ST STM32F31xx User Manual

ST STM32F31xx
584 pages
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Page #286 background imageLoading...
Page #286 background image
Miscellaneous add-on to CMSIS functions(misc)
UM1581
286/584
DocID023800 Rev 1
15.2.2.2 NVIC_Init
Function Name
void NVIC_Init ( NVIC_InitTypeDef * NVIC_InitStruct)
Function Description
Initializes the NVIC peripheral according to the specified
parameters in the NVIC_InitStruct.
Parameters
ï‚· NVIC_InitStruct : pointer to a NVIC_InitTypeDef structure
that contains the configuration information for the specified
NVIC peripheral.
Return values
ï‚· None.
Notes
ï‚· To configure interrupts priority correctly, the
NVIC_PriorityGroupConfig() function should be called before.
15.2.2.3 NVIC_SetVectorTable
Function Name
void NVIC_SetVectorTable ( uint32_t NVIC_VectTab, uint32_t
Offset)
Function Description
Sets the vector table location and Offset.
Parameters
ï‚· NVIC_VectTab : specifies if the vector table is in RAM or
FLASH memory. This parameter can be one of the following
values:
 NVIC_VectTab_RAM :
 NVIC_VectTab_FLASH :
ï‚· Offset : Vector Table base offset field. This value must be a
multiple of 0x200.
Return values
ï‚· None.
Notes
ï‚· None.
15.2.2.4 NVIC_SystemLPConfig
Function Name
void NVIC_SystemLPConfig ( uint8_t LowPowerMode,
FunctionalState NewState)
Function Description
Selects the condition for the system to enter low power mode.

Table of Contents

Questions and Answers:

Question and Answer IconNeed help?

Do you have a question about the ST STM32F31xx and is the answer not in the manual?

ST STM32F31xx Specifications

General IconGeneral
BrandST
ModelSTM32F31xx
CategoryMicrocontrollers
LanguageEnglish

Related product manuals