How to Enable the methods when using FATFS library?

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

How to Enable the methods when using FATFS library?

Jump to solution
785 Views
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 Solution
592 Views
BlackNight
NXP Employee
NXP Employee

Hi Amit,

you need to enable the string functions:

pastedImage_0.png

Erich

View solution in original post

2 Replies
593 Views
BlackNight
NXP Employee
NXP Employee

Hi Amit,

you need to enable the string functions:

pastedImage_0.png

Erich

592 Views
Amit_Kumar1
Senior Contributor II

Thanks Erich

It worked perfectly :smileyhappy:

Regards

Amit Kumar

0 Kudos