/**
* @brief Sets the vector table location and Offset.
* @param NVIC_VectTab: specifies if the vector table is in RAM or FLASH memory.
* This parameter can be one of the following values:
* @arg NVIC_VectTab_RAM
* @arg NVIC_VectTab_FLASH
* @param Offset: Vector Table base offset field. This value must be a multiple
* of 0x200.
* @retval None
* @brief Sets the vector table location and Offset.
* @param NVIC_VectTab: specifies if the vector table is in RAM or FLASH memory.
* This parameter can be one of the following values:
* @arg NVIC_VectTab_RAM
* @arg NVIC_VectTab_FLASH
* @param Offset: Vector Table base offset field. This value must be a multiple
* of 0x200.
* @retval None
这个 API 在 stdperipherallib 中的 misc.c 中.
主要是设置 NVIC 的中断向量函数的位置和偏移量.
比如有些人想在 SRAM 中调试程序,就会用这个.
通常用不上.
我现在基本不在 SRAM 中调试程序了,麻烦,没什么太大的意义.
一周热门 更多>