#include"msp430g2553.h"unsigned int a[32],b[8];unsigned int i,j;float v[8];void main(void) {WDTCTL=WDTPW+WDTHOLD;//P1OUT=0;ADC10CTL0|=ADC10ON+ADC10IE+REFON+REF2_5V+SREF_1+MSC+ADC10SHT_2;//取内部参考电压2.5V,...
采用WINCE6.0,编译内核时添加了组建“.net compact framework 2.0”。PC上开发环境为VS.NET2005,并且安装了定制的SDK,可是在运行C#写的代码时出错,提示如下:[color=#FF0000]An unhandled exception of type 'System.MissingMethodException' occurred in Unknown M...