Part Number:MSP430FR2433
Tool/software: Code Composer Studio
I am a new for using msp430. I am using msp430fr2433 board and example code (eusci_b_i2c_ex3_masterTxMultiple ) flashed.When I debug It stops
while (!(HWREG16(baseAddress + OFS_UCBxIFG) & UCTXIFG)) ;
here and always the bus is busy state. I was tried ccs8 example code and cloud examples also both are same problem. How to solve this problem?