How to transplant FatFs to K60

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

How to transplant FatFs to K60

Jump to solution
725 Views
1182657559
Contributor I

Hello

        I am a newhand, how to transplant FATFS to K60 microcontroller in CW environment, it is best to use PE.Looking forward to your reply, thank you very much.

Labels (1)
Tags (2)
1 Solution
548 Views
BlackNight
NXP Employee
NXP Employee

Marks solution is a good one.

If you want to use PE, I wrote an article about that subject here:

FatFs with Kinetis | MCU on Eclipse 

The projects are available on GitHub: mcuoneclipse/Examples/CodeWarrior/TWR-K60F120M at master · ErichStyger/mcuoneclipse · GitHub 

I have attached one project for CodeWarrior for MCU 10.x with FatFS to this reply.

It uses some extra Processor Expert components, see McuOnEclipse Components: 1-Apr-2018 Release | MCU on Eclipse  for the latest release and installation instructions.

I hope this helps,

Erich

View solution in original post

2 Replies
548 Views
mjbcswitzerland
Specialist V

Hi

Try one of the following:

http://www.utasker.com/kinetis/TWR-K60N512.html
http://www.utasker.com/kinetis/TWR-K60D100M.html
http://www.utasker.com/kinetis/TWR-K60F120M.html

There is "turn key" SD card (and memory stick) FAT file system operation (valid for just about all Kinetis parts) on SDHC or SPI in the uTasker project.
utFAT has more features [http://www.utasker.com/docs/uTasker/uTasker_utFAT.PDF] and if you enable the TCP/IP stack (processors with Ethernet or USB [RNDIS]) it immediately allows FTP and HTTP operation from the SD card too.

Don't panic - it is also free and open source (and includes CW project target)!

Regards

Mark

uTasker - for more performance and faster, cheaper product development

0 Kudos
549 Views
BlackNight
NXP Employee
NXP Employee

Marks solution is a good one.

If you want to use PE, I wrote an article about that subject here:

FatFs with Kinetis | MCU on Eclipse 

The projects are available on GitHub: mcuoneclipse/Examples/CodeWarrior/TWR-K60F120M at master · ErichStyger/mcuoneclipse · GitHub 

I have attached one project for CodeWarrior for MCU 10.x with FatFS to this reply.

It uses some extra Processor Expert components, see McuOnEclipse Components: 1-Apr-2018 Release | MCU on Eclipse  for the latest release and installation instructions.

I hope this helps,

Erich