How to transplant FatFs to K60

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 
已解决

How to transplant FatFs to K60

跳至解决方案
970 次查看
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.

标签 (1)
标记 (2)
1 解答
793 次查看
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

在原帖中查看解决方案

2 回复数
793 次查看
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 项奖励
回复
794 次查看
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