How to Enable the methods when using FATFS library?

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

How to Enable the methods when using FATFS library?

跳至解决方案
1,552 次查看
Amit_Kumar1
Senior Contributor II

Hello

I am working on FRDMK20D50M Board I have connected SD card via SPI and I want to acquire some data to the SD card. I am having problem in Enabling some methods which are present in the FATFS library. I want to activate f_printf, f_scanf etc. but they are not being activated.

pastedImage_0.png

The methods are on the below snapshot

pastedImage_1.png

Kindly look into the matter

Thanks & Regards

Amit Kumar

1 解答
1,359 次查看
BlackNight
NXP Employee
NXP Employee

Hi Amit,

you need to enable the string functions:

pastedImage_0.png

Erich

在原帖中查看解决方案

2 回复数
1,360 次查看
BlackNight
NXP Employee
NXP Employee

Hi Amit,

you need to enable the string functions:

pastedImage_0.png

Erich

1,359 次查看
Amit_Kumar1
Senior Contributor II

Thanks Erich

It worked perfectly :smileyhappy:

Regards

Amit Kumar

0 项奖励
回复