Hi!
I am trying to write 1000 bytes of data in four blocks. I use the following sequence:
1> Mount the drive on U0
2>Open file for append
3>Send write command for 1000 bytes
4>Send 1000 data bytes
5>Flush file
6>Close file
I repeat the step 2 to step 6 four times. In the first loop the file is written properly, but in the second step I do not receive any acknowledge after step 4 is executed. I have checked my code number of times but the same error exists. Kindly help me in finding a right method to complete the project.