Sign in

username:

password:



Not a member?

Search c55x



Search tips

Subscribe to c55x



c55x by Keywords

AIC23 | C5509 | CCS | CSL | EMIF | EVM | GEL | GPIO | HPI | Interfacing | JTAG | McBSP | OMAP | Omap15 | OMAP59 | RTDX | SDRAM | TMS320VC5509 | USB | XDS5

Discussion Groups

Discussion Groups | TMS320C55x | Problem with converting asm code from 54x to 55x

Technical discussions about the TI C55x DSPs (including the c5501, c5502, c5503, c5507, c5509, c5510 and OMAP5910).

  

Post a new Thread

Problem with converting asm code from 54x to 55x - muon...@aselsan.com.tr - Sep 25 16:35:45 2007



Hi all,

I have an assembly code written for and works correctly on C5416. I need to make it work on
C5509A and TI has a function "cl55.exe" which is expected to do the conversion
process. But at each time I call this exe, a new assembly file is created, but I have to make a
lot of changes on the file to make it work. However it should work without any problem and any
changes. Does anybody know what can be the problem? Or is there any other way to convert a C54x
asm file into a C55x asm file?

Thanks,

Murat.



(You need to be a member of c55x -- send a blank email to c55x-subscribe@yahoogroups.com )

Re: Problem with converting asm code from 54x to 55x - Jeff Brower - Sep 26 23:10:48 2007

Murat Uonder-

> I have an assembly code written for and works correctly on C5416. I need
> to make it work on C5509A and TI has a function "cl55.exe" which is
> expected to do the conversion process. But at each time I call this exe,
> a new assembly file is created, but I have to make a lot of changes on
> the file to make it work. However it should work without any problem and
> any changes. Does anybody know what can be the problem? Or is there any
> other way to convert a C54x asm file into a C55x asm file?

You could do this with very simple code and just a few files, in which case your
C5509A would only run in "compatibility mode".  But if you have a lot of C54x files
and memory usage includes far mode, this will lead to a lot of thinking about how to
map one chip architecture onto the other -- and no TI utility is going to do that for
you.

How many files do you have?  How big is the fully linked C54x code?

-Jeff



(You need to be a member of c55x -- send a blank email to c55x-subscribe@yahoogroups.com )