Ok I found why most of bootloader don't work with the "LOADER_USED 1" command.
Because the melabs bootloader start at the end of the prog instead of the first 0x200 first byte :
it start with GOTO 0x7e00
so I have to modify my bootload to be at the end of the pic , because the pbp work always at the begin ..
Bookmarks