Quantcast
Viewing all articles
Browse latest Browse all 63778

Forum Post: RE: Interfacing LM75 with MSP430f5510 Freezes on Sending a Byte

An ACK signal would be visible with the oscilloscope/logic analyzer, which is vital for debugging communication (I2C, UART, SPI, etc.) issues. Printing serial data will not do you much good here, you need to access a debugger using some form of FET tool. Extracting and pasting driverlib only makes your code more confusing. UCTXIFG staying set means that new data is never ready to be written into UCAxTXBUF, most likely because the slave is not returning an ACK. You can view the UCNACKIFG bit to see if this is the case. Regards, Ryan

Viewing all articles
Browse latest Browse all 63778

Trending Articles