Question
How to change VECT_TAB_OFFSET in IDE (MX)
Now, I develop DFU.
0x80000000 : DFU Project
0x8000C000 : Application Project.
I have to change VECTOR Table in Application Area.
I'm trying to find VECT_TAB_OFFSET in IDE.
But, I can't
Old solution is directly change source code in System_stmf2xx.c
I don't know best solution.
Please give good advice.