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.

MSP430F5239: I2C Interrupt missed in MSP430 when FreeRTOS used

Part Number: MSP430F5239
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?

**Attention** This is a public forum