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.

[AVR] FatFS f_open function ?

Status
Not open for further replies.

bianchi77

Advanced Member level 4
Advanced Member level 4
Joined
Jun 11, 2009
Messages
1,313
Helped
21
Reputation
44
Reaction score
20
Trophy points
1,318
Location
California
Visit site
Activity points
9,442
Guys,

I tried to run Avr FatFs example but,

the code is stopping until :

Code:
   /* Get logical drive number */
#if !_FS_READONLY
   mode &= FA_READ | FA_WRITE | FA_CREATE_ALWAYS | FA_OPEN_ALWAYS | FA_CREATE_NEW;
   res = find_volume(&dj.fs, &path, (BYTE)(mode & ~FA_READ));
   usart_pstr("MODE CREATE, res =");
   usart_transmit(res);
   usart_pstr("\n");

Please have a look on the complete code at the attachment ?

Any clues ? thanks
 

Attachments

  • FatFsAVR.zip
    51.5 KB · Views: 48
Last edited by a moderator:

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top