STM32CubeG0 icon indicating copy to clipboard operation
STM32CubeG0 copied to clipboard

Set default Vector Table location

Open lamik opened this issue 3 years ago • 2 comments

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.

lamik avatar Apr 18 '22 18:04 lamik

Hi @lamik,

Thank you for this proposal. We are already working on a solution internally. I will keep you updated.

With regards,

ALABSTM avatar Apr 20 '23 12:04 ALABSTM

ST Internal Reference: 116475

ALABSTM avatar Apr 20 '23 12:04 ALABSTM