Tool/software: Code Composer Studio
For I2C communication we are using MSP430F6659 as master and PCA9505 as slave. We are generating clock internally through DCO,I2C is working properly but UART communication is not working properlyfor 9600 baud 8N1.If we add one Milli second delay for each byte we are getting proper output.To eliminate this for we are using external clock (i.eXT2 = 20Mhz crystal oscillator ),in this case UART working correctly but I2C is strucking (stop condition is not generated ).We are adding delay and execute in debugging mode it is working but it is not working in continuous mode.By increasing divider factor also I2C is not working properly.
Regards
Vasavi