Other Parts Discussed in Thread: ADS1292R , MSP430F5529 编译ADS1292R EVM DEMO程序出错,麻烦TI的技术支持帮忙解决一下:
"../USB_Common/usb.c", line 1055: error: identifier "USBFUNADR" is undefined "../USB_Common/usb.c", line 1182: error: identifier "USBIFG" is undefined "..…
Other Parts Discussed in Thread: MSP430F5529 我用的是5529,AD转换设置如下:
ADC12CTL0 = ADC12SHT02 + ADC12ON + ADC12REFON; // Sampling time, ADC12 on ADC12CTL1 = ADC12SHP; // Use sampling timer ADC12MCTL0 = ADC12INCH_0; // Use A0 (power voltage) as input ADC12CTL0…