We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
Hello !
I wrote a RTX bootloader at 0x0 using LAN Ethernet (for updating) and uart (for debuging) to jump to the USER application at 0x00080000 address.
I try the following with my boot :
https://github.com/UltimateHackingKeyboard/bootloader/tree/master/apps/led_demo/MK64F12/mdk/led_demo_freedom_a000
I changed the scatter file from 0x0000a000 to 0x00080000 and The jump works !
I copy the bootloader and modify it to get my USER APP.
The problem is that the bootloader jump again and again
If I use the bootloader from the github source the jump works !
https://github.com/UltimateHackingKeyboard/bootloader/tree/master/targets/MK64F12/mdk/freedom_bootloader
Thank you for help
Hello
Am I the only one with this problem ? No idea why my bootloader issues ?
I can give the "home" loader for windows to send firmware and test that.
Thank you for help me