Other Parts Discussed in Thread: MSP430F5529
I have a CCS project where I use MSP430F5239 as a I2C Master. The communication with slave was tested to be successful.
I introduced FreeRTOS to my Application. (I2C ISR + a new task that handles data to/from I2C)
Any I2C transaction that happens before the start of scheduler works fine. But the transactions done inside the task keeps failing. I guess this has to do with missing I2C Interrupts.
Is there any change that I have to do in "Port files" of FreeRTOS ?
I was want to know if anyone have already been successful in implementing something similar and also is there any TI example code for the same?