Question
jump to main user application failed
Posted on May 30, 2018 at 11:07
Hi,
I am working on a custom bootloader code for the STM8S207.
using the standard jump routings that are used in the example code AN2659.
the example code work fine, when i try to change location from 0xA000 to 0x11000 of main application, execute code _asm('JPF $11000'); jump fail, it's always reset.
