This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Cortex m4 simulator file handlers

hi ,

I am using keil uvision v4.71 ide. I work on TIVA TM4c129xNczad cortex m4 based microcontroller.
Since the board has fatfs file system , i used corresponding fuctions like f_mount , f_open etc to mount the sd card containing the input files to my program and open the file respectively.

Now i want to use the simulator feature present in keil ide. How can i read the input files from my pc ??
Should i use fatfs based file handlers or the normal standard c file handlers?
Please give me example so that its clear.

Thanks and regards,
Sreenivasa