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).
|
HI everybody, I am looking at ways by which i can convert algebraic instruction listings of the c54x to mnemonic listings. Can i use Code composer to do this??...or if there r any other means..pls. comment regards Shrikanth |
|
|
|
On Tue, 26 Nov 2002 22:32:28 +0000 (GMT), you wrote: >HI everybody, > >I am looking at ways by which i can convert algebraic >instruction listings of the c54x to mnemonic listings. >Can i use Code composer to do this??...or if there r >any other means..pls. comment There's a utility to go the other way, called mnem2alg, but not the other way. The other possibilities that jump to mind are to look at it in CCS, if it isn't too big, or to just use algebraic (my preference) for everything you do -- you can include algebraic files by right clicking the file in project, go to File specific options, then Assembly and select algebraic. Hope this helps, Brian ----------------------------------------------------- Brian C. Lane (W7BCL) Programmer www.shinemicro.com RF, DSP & Microcontroller Design |
|
|
|
HI Brian, thanks for the details but by including the "-amg " option, the CCS assembler gives me obj files (as expected)instead of .asm which i am looking for. Also, by using the .algebraic directive in the algebraic assembly code, these settings could be overridden. But i'm yet to find a tool that can do the reverse. :( So friends....Any other way out???? regards, Shrikanth --- "Brian C. Lane" <> wrote: > On Tue, 26 Nov 2002 22:32:28 +0000 (GMT), you wrote: > > >HI everybody, > > > >I am looking at ways by which i can convert > algebraic > >instruction listings of the c54x to mnemonic > listings. > >Can i use Code composer to do this??...or if there > r > >any other means..pls. comment > > There's a utility to go the other way, called > mnem2alg, but not the > other way. > > The other possibilities that jump to mind are to > look at it in CCS, if > it isn't too big, or to just use algebraic (my > preference) for > everything you do -- you can include algebraic files > by right clicking > the file in project, go to File specific options, > then Assembly and > select algebraic. > > Hope this helps, > > Brian ________________________________________________________________________ Missed your favourite TV serial last night? Try the new, Yahoo! TV. visit http://in.tv.yahoo.com |
|
Hoy, I 'm working on a board which use th 54x and its bootloader but I would like to change the adress where it boots to put my own .out on the flash memory and so it would execute my code, which tool should I use to d that ??? thanks.... ===== Michel memeteau www.geocities.com/chelmitch ICQ : 138498950 www.freechelmi.fr.fm 0033 (0)621339362 0033(0)238770942 3 rue reginald 45000 orleans |
|
Can anybody help me find the mnem2alg tool in the cc Studio??? I had CCS 2.0 earlier and just found that this tool has been deleted from it and so downloaded the latest version of CCS (2.1) from the TI website but even then i could not find the tool. --- "Brian C. Lane" <> wrote: > On Tue, 26 Nov 2002 22:32:28 +0000 (GMT), you wrote: > > >HI everybody, > > > >I am looking at ways by which i can convert > algebraic > >instruction listings of the c54x to mnemonic > listings. > >Can i use Code composer to do this??...or if there > r > >any other means..pls. comment > > There's a utility to go the other way, called > mnem2alg, but not the > other way. > > The other possibilities that jump to mind are to > look at it in CCS, if > it isn't too big, or to just use algebraic (my > preference) for > everything you do -- you can include algebraic files > by right clicking > the file in project, go to File specific options, > then Assembly and > select algebraic. > > Hope this helps, > > Brian ----------------------------------------------------- > Brian C. Lane (W7BCL) > Programmer > www.shinemicro.com RF, DSP & Microcontroller > Design > > _____________________________________ > ________________________________________________________________________ Missed your favourite TV serial last night? Try the new, Yahoo! TV. visit http://in.tv.yahoo.com |