STM32Cube MCU Full Package for the STM32G0 series - (HAL + LL Drivers, CMSIS Core, CMSIS Device, MW libraries plus a set of Projects running on all boards provided by ST (Nucleo, Evaluation and Discovery Kits))
If User doesn't define USER_VECT_TAB_ADDRESS, Vector Table will never be set with current SystemInit() function. Interrupts won't work with such configuration.
Added #else option if User doesn't want to use own VTOR - just set the
default.
IMPORTANT INFORMATION
Contributor License Agreement (CLA)
The Pull Request feature will be considered by STMicroelectronics after the signature of a Contributor License Agreement (CLA) by the submitter.
If you did not sign such agreement, please follow the steps mentioned in the CONTRIBUTING.md file.
If User doesn't define USER_VECT_TAB_ADDRESS, Vector Table will never be set with current SystemInit() function. Interrupts won't work with such configuration.
Added #else option if User doesn't want to use own VTOR - just set the default.
IMPORTANT INFORMATION
Contributor License Agreement (CLA)