Other Parts Discussed in Thread: MSP-FET 手上有一个5438A的Demo板和一个最新的“MSP-FET Flash Emulation Tool”仿真器。 在CCS里Debug时,一直提示“No usb fet was found”。但是我在“资源管理器”中已经看到“MSP Debug Interface(COM10)”了 不知道为什么还是不行!! 我想问的是…
Other Parts Discussed in Thread: MSP430F5438A MCU选用MSP430F5438A,系统主频为18.432MHz,adc采样保持源选用01 Timer_A.OUT1时,单片机无法采样,代码如下:
#include "msp430x54x.h"
__no_init int Volt[1200]; //ADC转换电压 40个周期
__no_init int Crrnt[1200]; //ADC转换电流 40个周期
int Jizhun[10…