I am using mcb2300 evaluation board with uv4.I have used mcb_2300_sd_file example from keil,i can delete,rename file but cant open a file.i think it is not coming out of fopen. did anyone faced problem like this?
I put some debug points in the code (displayed some msg on lcd ,also used led's for debugging)but it is sure that it is not executing the code after fopen. Tell me when it will come out of fopen,is it something related to EOF(end of file).What is the value of EOF(like CR is 0x0d ,LF is 0x0a).Also if I create a test file in SD card how i will terminate my file with EOF.If it has to be done manually or it will be terminated automatiacally.