Required commands in kinetis (k66 Processor)

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

Required commands in kinetis (k66 Processor)

476 Views
prasadgj
Contributor II

Hello Everyone,

 Can you tell me,list of commands to interface & test the peripherals & protocol in Bootloader.

2 Replies

362 Views
kerryzhou
NXP TechSupport
NXP TechSupport

Hi Prasad GJ,

    About the K66 bootloader, you can refer to our KBOOT2.0, which can be downloaded from this link:

Kinetis Bootloader|NXP 

After you download, you can find the K66 bootloader code in folder: NXP_Kinetis_Bootloader_2_0_0\targets\MK66F18

It is the flash bootloader, because K66 don't have the ROM bootloader.

About the command, you can find it from the according document :

NXP_Kinetis_Bootloader_2_0_0\doc

About the peripherals, it has UART, I2C, DSPI, USB_HID, USB_MSC. More details, you can check the code.

Wish it helps you!

If you still have question, please let me know!


Have a great day,
Kerry

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

362 Views
prasadgj
Contributor II

Thank you Kerry

0 Kudos