How to transplant FatFs to K60

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

How to transplant FatFs to K60

ソリューションへジャンプ
778件の閲覧回数
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 解決策
601件の閲覧回数
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 返答(返信)
601件の閲覧回数
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 件の賞賛
602件の閲覧回数
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