Hi,
thank you for the suggestion, I found the solution:
- get address of “Reset_Handler” function
- set $pc to the address
- go
But now I have a new problem; interrupts are not working with the built “Blinky” example – i.e. SysTick_Handler is newer called.
Looking at lds everything is in SRAM, also everything else works, but looking through the sources the vector table does not get relocated (VTOR is not explicitly set), is this expected to be done automatically or is it really missing?