murugans
Newbie level 1
- Joined
- Mar 21, 2013
- Messages
- 1
- Helped
- 0
- Reputation
- 0
- Reaction score
- 0
- Trophy points
- 1,281
- Activity points
- 1,288
Hi,
I am using LPC1768 Development board one of our project. In this project we have one problem with MMC card interfacing with file system format.
We can able to open a file and read and write. But we can't set a file pointer position in any where in the file and also get file size in the MMC card interfacing.
i don't know about the function for set file pointer position and get file function, i am using set file pointer position function is given..
int __setfpos (int handle, U32 pos);
where this function in handle parameter is i don't know what it doing in that function.
I am using LPC1768 Development board one of our project. In this project we have one problem with MMC card interfacing with file system format.
We can able to open a file and read and write. But we can't set a file pointer position in any where in the file and also get file size in the MMC card interfacing.
i don't know about the function for set file pointer position and get file function, i am using set file pointer position function is given..
int __setfpos (int handle, U32 pos);
where this function in handle parameter is i don't know what it doing in that function.