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??
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.