Hi,
I have MMB0 mother board that it has TMS320VC5507 DSP and I ´m using Code Composer V4.1.3. I´m thinking to use chip support library but I have some questions.
- First: I downloaded the chip support library recommended at http://focus.ti.com/docs/prod/folders/print/tms320vc5507.html at table "Tools and software". But, the TMS320C55xChip Support LibraryAPI Reference Guide not cited the TMS320VC5507 DSP (http://focus.ti.com/lit/ug/spru433j/spru433j.pdf, check table 1-2, page 19). Why?
Second: Where do the compiler assigns DSP address register to register names used in source code? Have I create one or exist a ready one?
>Example: #define IODATA *((volatile ioport Uint16 *)(0x3401)) <- where is this?
Thanks!