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.

RTOS/EK-TM4C129EXL: CCS/TM4C129ENCPDT: How to get TiRTOS sources into C index?

Part Number: EK-TM4C129EXL

Tool/software: TI-RTOS

Dear Forum,

I already asked the following question in the CCS forum, but didn't get the full answer, yet. Maybe someone in this forum can help?

CCS thread: e2e.ti.com/.../696814

"I have to write an driver for half duplex communication over UART. This should be a variant of the origin TiRTOS driver UARTTiva. Unfortunately the driver is not in the index of the project, thus it is very hard to get to the sources. Is there a possibility to get the driver source code into the C index (such that "open declaration" works)?"

  • Hi Sven,

    The CCS forum is probably the best place for your question. I do know that if you rebuild TI-RTOS locally on your machine, it clears up the need to locate files when in the debugger. This is because we build the libraries on linux server which obvious you don't access to:) So the file name/path in the obj files (and therefore libraries) cannot be found by CCS.

    I'm going to mark this as "TI Thinks Resolved" since I think the other thread is the right place for the indexing question.

    Todd
  • Hi Todd,

    thank you for your answer. I read about this debugger issue in the documentation. Do you think that rebuilding resolves the indexer issue also?

    If yes, I'm going to rebuild the TI_RTOS ...

  • I don't know how the indexer works, but it's worth a shot:)