USB-MSD bootloader with CW 10.6 with PE

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

USB-MSD bootloader with CW 10.6 with PE

964 Views
dhruvonline
Contributor III

Hi Everyone,

Has anyone had done the USB MSD Bootloader or SD MMC bootloader with Processor Expert  using Codewarrier 10.6 GCC? Could you please provide it for Kinetis Device K20 and K60.

 

I will be great if you can share it for Kinetis K20 and K60 devices.

I'm looking forward to your reply.

Thanks

Dhru

Labels (2)
0 Kudos
5 Replies

592 Views
miduo
NXP Employee
NXP Employee

Hi,

Please you may make reference this thread https://community.nxp.com/docs/DOC-106048. Hope it is helpful.

0 Kudos

592 Views
dhruvonline
Contributor III

Hi,

Thanks for your suggestions.

I am looking for the SD Card Bootloader with Processor Expert for K20 Device. Please help me in this regard. I am using Codewarrier 10.6. SD Card Access is working. I need to add the bootloader Part. Please suggest. 

Regards,

Dhru

0 Kudos

592 Views
mjbcswitzerland
Specialist V

Hi Dhru

I don't know how to generate these using PE but they are available for all K20 and K60 parts (about 50 standard targets in total) for CW 10.6:
http://www.utasker.com/docs/uTasker/uTaskerSerialLoader.PDF

Eg.
http://www.utasker.com/kinetis/FRDM-K20D50M.html
http://www.utasker.com/kinetis/TWR-K20D50M.html
http://www.utasker.com/kinetis/TWR-K20D72M.html
http://www.utasker.com/kinetis/TEENSY_3.1.html
http://www.utasker.com/kinetis/tinyK20.html
http://www.utasker.com/kinetis/TWR-K60N512.html
http://www.utasker.com/kinetis/TWR-K60D100M.html
http://www.utasker.com/kinetis/TWR-K60F120M.html
http://www.utasker.com/kinetis/ELZET80_NET-KBED.html
http://www.utasker.com/kinetis/ELZET80_NET-K60.html

These build with CW 10.6 GCC, KDS, IAR, Keil, Green Hills, Atollic, Rowley Crossworks and CooCox and have been used in many Kinetis based products for several years; can be used with any application; no development/porting required for immediate use with proven reliability.

Regards

Mark
Kinetis for professionals: http://www.utasker.com/kinetis.html

0 Kudos

592 Views
dhruvonline
Contributor III

Hi Mark,

Thanks, I haven't used the utasker earlier. How to make the use of it. I am using Codewarrier 10 with PE. Can we integrate the utasker code with that. Can we customize the utasker bootloader as per our application. The documentation seems good. What about the license and the tools required. 

Regards,

Dhru

0 Kudos

592 Views
mjbcswitzerland
Specialist V

Dhru

The uTasker serial loader can be built immediately for about 50 standard boards with any of the tools listed in the previous post. It allows you to create KBOOT, SREC, iHEX, USB-MSD, SD card, Ethernet and more loaders (also multiple ones in parallel) for any of these by setting just a few defines. You can also test, debug and review the complete operation in its Kinetis simulator (using Visual Studio - any free version is adequate).

The serial loader can be used with any application (it doesn't need to be built with uTasker). See the appendix of its user's manual for details about a few simple things to check for compatibility.

The serial loader can be simply extended with custom functions since it is based on a simple and efficient scheduler, is modular, with almost no HW specific details needed (its code will effectively run on any Kinetis part and family and doesn't need porting).

It is a professionally maintained project and can be licensed if you would like personal email, telephone or remote desktop support in case of questions, problems or a personal tutorial - which also guarantees ongoing support for your products covered by its license. Royalty-free product licensing costs from $242.50 so should be affordable for most product developments where a proven off-the-sheft solution would avoid a parallel development.

For projects with very limited budget or where only free software is allowed it is also offered free or charge, but without support. You can get all details at the web site as well as download the code (visit the forum for all downloads) or request the full version (as commercial evaluation or free, unsupported commercial user).

Regards

Mark

0 Kudos