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.

RTI config for C6727

Hi,

RTI example for C6727 does not work. I don't get interrupt from timer . Why?
Compiled in ccs 3.3

  • Hi Michael,

    Welcome to the TI E2E forum. I hope you will find many good answers here and in the TI.com documents and in the TI Wiki Pages (for processor issues). Be sure to search those for helpful information and to browse for the questions others may have asked on similar topics (e2e.ti.com).

    This RTI example is part of which software package ?
    Have you tried with as-is example code or changed something.
    Also have you checked the status of Interrupt register in CCS registers window.

    I will suggest you to migrate to latest version of CCS i.e CCS6.
  • Currently I can't work with CCS 6.1 because i'm using xsd510 as debugger, and CCS 6.1 requires license.

    My problem that when I'm loading image to the debugger I get error :
    "GEL: Error calling OnPreFuleLoaded(): memory map prevent write to target memory at 0xF000000B"

    Best Regads,
    Michael
  • Hi Michael,

    "GEL: Error calling OnPreFuleLoaded(): memory map prevent write to target memory at 0xF000000B"

    Is it a Typo, it need to be OnPreFileLoaded(); Can you cross-check your gel file.

    Also you can refer GEL file document.

    www.ti.com/.../spraa74a.pdf

  • Hi Arvind,

    I've built project for CCS 6.1 and after pressing on debugging session i've got :

    "C672X_0: Error connecting to the target: Error 0x80000200/-1063 Fatal Error during: OCS, Bad Target Silicon Revision Number Please check your multi-processor configuration. The number of devices in the JTAG scan path must be correct for the silicon revision to be read. Or, you may have selected the wrong DSP device driver. "

    My hardware contains two contains C6727. How I can connect to one processor in debug session ? I'm working with  xsd510. What is a multiprocessor configuration?
    Where I can change it?