bianchi77
Advanced Member level 4
- Joined
- Jun 11, 2009
- Messages
- 1,313
- Helped
- 21
- Reputation
- 44
- Reaction score
- 20
- Trophy points
- 1,318
- Location
- California
- Activity points
- 9,442
Guys,
I tried to run Avr FatFs example but,
the code is stopping until :
Please have a look on the complete code at the attachment ?
Any clues ? thanks
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
Last edited by a moderator: