Closed tmauron closed 5 years ago
Can you provide a reproducible example? is it possible to just flash a stub of the bootloader which just jumps to the correct address?
This is not going to be implemented in open-source plugin. If the issue is still valid, please create a feature request at JetBrains YouTrack system. Please do not forget to provide an example.
Expected Behavior
Ability to debug an app that does not begin at
0x08000000
but atORIGIN = 0x08008000
for example. (WithVECT_TAB_OFFSET = 0x8000
). It works fine in the command line (openocd & gdb). This is usefull if you have two applications. For example a bootloader and an application.Actual Behavior
FW download works (no error). When I press RESET the execution is stuck in the
disassembly
file.Steps to Reproduce the Problem
ORIGIN = 0x08008000
andVECT_TAB_OFFSET = 0x8000
Thank you!
Specifications