这个问题网上也有一些提示,但是都没有解决。我用的是IAR 5.3版本,MSP430F449,软件全部正确设置后,总是烧写失败,提示:
Fatal error:Failed to initialize.
Check if hardware is connected.
Check if drivers are installed.
Try to restart the computer.
Tools using the parallel port are not supported on Windows…
Other Parts Discussed in Thread: MSP430F449 #include <msp430x44x.h> int y; void main( void ) { // Stop watchdog timer to prevent time out reset WDTCTL = WDTPW + WDTHOLD; TACTL=TASSEL1+TACLR+TAIE;//TBCTL=TBSSEL1+TBCLR+TBIE; TACCR0=100;//TBCCR0=100; TACTL…