Hi
We design a customized firmware upgrade flow progress.
Put boot code in Flash sector E~H. Begin from 0x3F7FF6.
Put application code in Flash sector A~D. Begin from 0x3F5FF6.
It can't jump to application code by call asm (" LB 0x3F5FF6"); Is there any more configuration need to take care? Such as boot and app CMD file? Thanks a lot.