2018-05-30 02:07 AM
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.