Can i use NVIC_ SetVectorTable in STM32F722RE MCU ?
Posted on March 23, 2017 at 08:08Dear Due to i need to modify vector table address, can i use 'NVIC_ SetVectorTable' this function? or i need to modify &sharpdefine VECT_TAB_OFFSET in system_stm32f7xx.c I always get link error and can't find whci...