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.

TI-RTOS for Davinci DM6446

Other Parts Discussed in Thread: TMS320DM6446

Hi,

I am trying to use TI-RTOS in a project using Davinci DM6446. When I include a peripheral driver from the Driver package, build ffails with an error saying that this driver is not supported for the selected device.

Is it not possible to use TI-rtos for DM6446 or is there any other way of doing this ?

Is there any modifications required in these drivers to be included in a DM6446 project ?

Please advise me.

Best regards,

Vinay

  • Hi Vinay,

    According to the release notes for the latest version of TI-RTOS, DM6446 is not supported.

    Link to release notes for TI RTOS 1.20.00.28:

    http://software-dl.ti.com/dsps/dsps_public_sw/sdo_sb/targetcontent/tirtos/1_20_00_28/exports/docs/tirtos_1_20_00_28_release_notes.html#Device_Support

    I will need to check if it is possible to use TI-RTOS with DM6446. I will get back to you on this.

    Best,

    Ashish

  • Thank Ashish,

    Please let me know if there are any chances of using TI-RTOS with DM6446 with any kind of modifications.

    regards,

    Vinay

  • Hi Vinay,

    Here's a link to the TI-RTOS porting guide: http://processors.wiki.ti.com/index.php/TI-RTOS_Porting_Guide

    This guide does not detail how to modify existing TI-RTOS drivers to make them work with other boards.So you will have to put in effort to make the drivers work on DM6446.

    I think a better and simpler approach is to include the software libraries (available here: http://www.ti.com/product/tms320dm6446) and peripheral drivers (from starterware) in a SYS/BIOS (TI-RTOS kernel) project.

    Best,

    Ashish