This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

DSP(tesla) programming of OMAP4460 (in PandaBoard es)

Other Parts Discussed in Thread: SYSBIOS

hi, my project is to develop a multimedia application on the PandaBoard platform  . First step, I like having initialize the DSP (tesla) separately, but I can not find sufficient information for it.
my first question: how to program the DSP (tesla) is that through CCS or Syslink?
my second questuion: what is the CCS version compatible with OMAP4460 (PandaBoard es).
thank you .
  

  • Hi,

    The OMAP4460 device itself (as well as the Pandaboard ES) are supported since CCSv5.2. This means a few things:
    - Code can be loaded via CCS, only requiring it to be released from reset by running a GEL script on the A9 core (provided on the Pandaboard ES target configuration in CCS).
    - Low-level debugging is possible on this core (Disassembly, step, watch, breakpoints, etc.)

    However, what we at the CCS team don't know for sure is the status of the runtime software support such as RTOS (or SYSBIOS), SYSLINK and other support libraries. For that I would start posting this question also on the TI-RTOS as well as on the OMAP forums.

    Hope this helps,
    Rafael