Technical discussions about the TI C54x DSPs (including the c5401, c5402, c5402a, c5404, c5407, c5409, c5409a, c5410, c5410a, c5416, c5420, c5421, c5441, c549, c5470 and c5471).
|
Hello group, I am using CCS 2.2. When I use the view memory tool from CCS, am able to see the contents of the memory (say from location:X - location:Y). Now, is there a way to copy these contents into an excel file (or even a simple text file, for that matter)? I am sure there must be a way to do this, only that i do not know how it is done. Any help will be appreciated. Regards, Deepak. |
|
|
|
Try File -> Data -> Save --- pet_dsp <> wrote: > > Hello group, > I am using CCS 2.2. When I use the view > memory tool from > CCS, am able to see the contents of the memory (say > from location:X - > location:Y). Now, is there a way to copy these > contents into an excel > file (or even a simple text file, for that matter)? > I am sure there > must be a way to do this, only that i do not know > how it is done. Any > help will be appreciated. > Regards, > Deepak. > > > _____________________________________ > Yahoo! Groups Links > __________________________________________________ ">http://mail.yahoo.com |
|
Hi Deepak ! I am using CCS 2.21 but i believe it is the same about the memory view. Go to File->Data->save choose the file name and format and click save. choose the start Address ,Length ,and Memory Page(Data,Code or IO) and click OK. note that it saves the data as a text . so if you use a Hex editor , the bytes there are the ascii code for each byte. hope it helps. Haim. Regards . HAIM PASKAL B.O.S - Better On-line Solutions Rabin-House,Teradion,Misgav 20179,ISRAEL Tel : (972)-4-9907542 Fax : (972)-4-9990334 <mailto:> "IP Telephony...Clear and Simple" > -----Original Message----- > From: pet_dsp [mailto:] > Sent: Friday, October 29, 2004 5:52 PM > To: > Subject: [c54x] Copying memory contents from CCS > > > Hello group, > I am using CCS 2.2. When I use the view memory tool from > CCS, am able to see the contents of the memory (say from location:X - > location:Y). Now, is there a way to copy these contents into an excel > file (or even a simple text file, for that matter)? I am sure there > must be a way to do this, only that i do not know how it is done. Any > help will be appreciated. > Regards, > Deepak. > > > _____________________________________ > Yahoo! Groups Links |
|
|
|
Hi, Thanks much guys. This is exactly what I wanted. Thanks again, Deepak. --- In , Haim Pascal <hpaskal@b...> wrote: > > Hi Deepak ! > > I am using CCS 2.21 but i believe it is the same about the memory view. > Go to > File->Data->save > choose the file name and format and click save. > choose the start Address ,Length ,and Memory Page(Data,Code or IO) > and click OK. > note that it saves the data as a text . so if you use a Hex editor , the > bytes there are the ascii code for each byte. > > hope it helps. > Haim. > > Regards . > > HAIM PASKAL > B.O.S - Better On-line Solutions > Rabin-House,Teradion,Misgav 20179,ISRAEL > Tel : (972)-4-9907542 > Fax : (972)-4-9990334 > <mailto:hpaskal@b...> > > "IP Telephony...Clear and Simple" > > -----Original Message----- > > From: pet_dsp [mailto:pet_dsp@y...] > > Sent: Friday, October 29, 2004 5:52 PM > > To: > > Subject: [c54x] Copying memory contents from CCS > > > > > > > > > > Hello group, > > I am using CCS 2.2. When I use the view memory tool from > > CCS, am able to see the contents of the memory (say from location:X - > > location:Y). Now, is there a way to copy these contents into an excel > > file (or even a simple text file, for that matter)? I am sure there > > must be a way to do this, only that i do not know how it is done. Any > > help will be appreciated. > > > > > > Regards, > > Deepak. > > > > > > > > > > > > > > > > _____________________________________ > > > > > > Yahoo! Groups Links > > > > > > > > > > > > > |