hi guys, I am working on ADuC7026. im saving some data by using SAVE command. im getting the values in HEX386 format. Im dont know how to covert that into decimal.. help me in this regard. thank u hameed
The Intel Hex file format definition is here: http://www.keil.com/support/docs/1584.htm There's a whole bunch of utilities for dealing with Intel Hex files (and many others) here: http://srecord.sourceforge.net/ What exactly are you trying to do with this saved data?
Hi Neil, I am doing FFT. i want compare the results in keil with those i get in MATLAB. so i want the data in decimal format. thank u hameed
ADuC7026. What toolset? Erik
"i want compare the results in keil with those i get in MATLAB. so i want the data in decimal format." Surely MATLAB could do that for you?