Other Parts Discussed in Thread: MSP430WARE, MSP430FR2676
Hello,
I am trying to get the example code for i2c working on my MSP430FR2475 over UCB0 on pins P4.5 and P4.6, I I had the issue using P1.2 and P1.3 as well. I have placed a break point at the start of the USCIB0_ISR switch case. I am able to flash and step through the code but when I get to the line __bis_SR_register(LPM0_bits | GIE); the code hangs, and the interrupt never seems to trigger. I have my slave connected and pullup with with 10k resistors. I unfortunately don't have access to a scope or logic analyzer. Which line in this example code should trigger the interrupt? If there is an issue with the slave address, pull resistors etc. would this cause the interrupt not to trigger?
Thanks,
Alex