Part Number: MSP430F5529 Other Parts Discussed in Thread: LMP91002 #pragma vector=USCI_B0_VECTOR
__interrupt void USCI_B0_ISR(void)
{
switch(__even_in_range(UCB0IV,12))
{
case 0: break; …
Part Number: LMP91002 Other Parts Discussed in Thread: LMP91000
参考官方给出的例程,对LMP91002初始化,但是总是会卡在设备状态是否准备正常那一句
while (status == TI_LMP91000_NOT_READY) // wait while device is not ready status = LMP91000_I2CReadReg(TI_LMP91000_STATUS_REG); // Read device…