Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Problem with Mmc_Fat_ReadN() function in PIC18f452

Status
Not open for further replies.

Reza30ir

Newbie level 1
Joined
Jan 17, 2012
Messages
1
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,287
Hello Everybody
I have stored a file in MMC and read each byte using :

Mmc_Fat_Read(&character);

but the speed of this function is too low.
So I checked another version of the Mikroc Pro V5.4.In this version there is function that appears to Read multiple bytes:

no_bytes = Mmc_Fat_ReadN(&data_buffer, 500);

I checked this function alot.
But it doesn't work correctly!!!!I mean the read data are not correct.
any help and suggestion are welcomed.
Regards
Hamid Reza
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top