Allow VECT_TAB_OFFSET to be set externally #4
Labels
cmsis
CMSIS-related issue or pull-request.
enhancement
New feature or request
internal bug tracker
Issue confirmed and reported into a ticket in the internal bug tracking system.
Currently, in order to change the value of VECT_TAB_OFFSET, the user has to modify the
system_stm32h7xx.c
file. This is inconvenient in cases where the value has to change for different builds.If the code was changed from:
to
The user could define the value via a command line, like so
-DVECT_TAB_OFFSET=0x00020000
.The text was updated successfully, but these errors were encountered: