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

storing data in file

hi sir, I am using stm32f103-eval.I want to store the analog value that is inside the output array.sir i am able store hex files from memory .but won't able to store analog datas in .csv file??

Parents
  • So are you using SAVE in the debugger?

    Why can't you write a PC based app to parse the hex data from that file, and print it out in the .CSV or whatever format you want. Presumably you can use C file function like fopen/fclose/fread/fwrite/fprintf on your PC C compiler, or is this and issue? Describe.

Reply
  • So are you using SAVE in the debugger?

    Why can't you write a PC based app to parse the hex data from that file, and print it out in the .CSV or whatever format you want. Presumably you can use C file function like fopen/fclose/fread/fwrite/fprintf on your PC C compiler, or is this and issue? Describe.

Children
No data