K82: custom bootloader

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

K82: custom bootloader

515 Views
EugeneHiihtaja
Senior Contributor I

Hello !

I would like to have custom bootloader at beginning of flash memory and after that jump to application

what is located with offset +32K from beginning of flash memory.

Do you have source examples where visible how-to change interrupt vectors locations and other enable/disable tricks

what need for jump from bootloader to other application ?

Regards !

Eugene

0 Kudos
2 Replies

427 Views
kerryzhou
NXP TechSupport
NXP TechSupport

Hi Eugene Hiihtaja,

   You can refer to our KBOOT code, there has the MK82 flash bootloader code, please download it from this link:

https://www.nxp.com/webapp/Download?colCode=NXP_KINETIS_BOOTLOADER_2_0_0&appType=license 

  Then you can find the K82 flash bootloader from this link:

NXP_Kinetis_Bootloader_2_0_0\targets\MK82F25615

You can refer to freedom_bootloader.

More details, please refer to the document in folder :NXP_Kinetis_Bootloader_2_0_0\doc

Wish it helps you!
Have a great day,
Kerry

-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------

0 Kudos

427 Views
mjbcswitzerland
Specialist V

Hi Eugene

There are various loaders for the K82 at the link below and full code showing how all of these details are done is in the uTasker project on Git Hub - including simulation of the process.
See the appendix in the serial loader document for a check list of things to consider to ensure application's boot loader compatibility.

Regards

Mark


http://www.utasker.com/kinetis/FRDM-K82F.html
Serial Loader: http://www.utasker.com/docs/uTasker/uTaskerSerialLoader.pdf

0 Kudos