Hi guys,
Could you please somebody can help me?
I have two issues here when I tried to use the TI-RTOS lib to I2C and UART.
When I initialize I2C my project hang at line 858 of I2CCC26XX.c:
Semaphore_pend(Semaphore_handle(&(object->transferComplete)), BIOS_WAIT_FOREVER);
I had the similar error when I try to read something at UART, it´s hanging waiting the semaphore release.
I don´t know if I need to initialize other thing before these features.
My impression is that interruption to read or wait the transaction of i2c is not happening, but I don´t know what I can do.
When I use the TI-RTOS lib to SPI I also cannot used, I´m using to SPI the driver lib directly, so probably I´m not using the TI-RTOS lib correctly.
Best Regards,
Jody.