Part Number: MSP430FR2355
I wrote code for a I2C master on the FR2155 which works fine.
I use the code in an other uP fr2355 and now it does not work.
when I come to the start condition line
UCB1CTLW0 |= UCTR + UCTXSTT; // I2C TX, start condition
, no start condition is issued (checked with scope)
I also did a manual test (writing to the Port registers) of the pins, to see if the hardware is connected.
GIE and UCB1TXIE is 1""
any ideas?
thanks for your help
best regards
kurt
