When I compile my firmware (fork of avr keyscanner: https://github.com/Dygmalab/avr-keyscanner/tree/arm-flasher) the interrupt table is longer:
00000156 <__ctors_end>:
so the rjmp hardcoded here
|
asm volatile ("rjmp __vectors-0x1bc8"); // jump to start of user code at 0x38 |
Doesn't work.