We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
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
hi, To add on to my query,
I have doubts like where to place the input file and what functions to use to read the files.
Regards, Sreenivasa
Test generic C code on a PC, or put the files on the SD card and use the real board. I'm not aware of a simple way for the embedded system to have it's files hosted by the PC. The debugger has SAVE, LOAD, LOG, etc.