USB_D_PLUS_PULLUP_OFF();\r
LED_B_ON();\r
\r
- // jump to RAM address 0x10000 (LSBit set for thumb mode)\r
- asm("ldr r3, = 0x10001\n");\r
+ // jump to Flash address 0x10000 (LSBit set for thumb mode, 0x100000 added for Flash base address)\r
+ asm("ldr r3, = 0x00110001\n");\r
asm("bx r3\n");\r
}\r
}\r