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

File IO

I am new on this ARM tool, What I trying to do is verify some simple ARM algorithm. What I need to do at this time is open a file on my local window machine, so I can read some array in then process it. So I start to use this uVision tool, start from simulator and example code. One problem I have now is, only the hello project works for me, once I added some file open things, such as fopen(), I got problem, for example, the fopen returned the "0x0" back. if I uncheck the Micolib, could not start to main().

I read this thread, http://www.keil.com/support/docs/3051.htm, there is different approach to save data, is there a way we can save the data directly into a file by using fwrite() under uVision?

Thanks a lot.
Huafeng

  • Can anyone take a look this file IO thing please? My question is, can use Keil tool to run the data-match testing program by using the file IO? For example, open a reference binary file on windows machine C drive, then processed it?

    Thanks