I'm using the TMS320F28069M part and want to program it with TI-RTOS. I don't see drivers available for the environment for 28x parts. Are they available? I need to use a I2C EEPROM.
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.
I'm using the TMS320F28069M part and want to program it with TI-RTOS. I don't see drivers available for the environment for 28x parts. Are they available? I need to use a I2C EEPROM.
There are no plans to include driver support in TIRTOS for C28x parts.
Sounds like you are sort of familiar with TIRTOS but not ControlSuite? If that's the case, I think its basically understanding what controlSuite APIs to call and when to initialize the peripheral and plugging ISR and such.
ControlSuite is a separate product provided by TI that has all of the drivers for C28x peripherals. Although its not specifically for TIRTOS, it can certainly be used with TIRTOS. In the future ControlSuite may provide some ControlSuite examples that are based on TIRTOS SYSBIOS kernel.
Here's one example:
processors.wiki.ti.com/.../BIOS_and_controlSUITE_ADC_Example
Judah