Các anh chị PIF cho em hỏi: Khi em build không thấy lỗi nhưng khi debug thì hiện ra:
"Error connecting to the target:
Could not find device (or device not supported)"
Led1 trên laundpad vẫn nhấp nháy được. Bên Main thì có nguồn, led đơn sáng, Lad7seg sáng được 2 đoạn.
Code:
#include <msp430g2553.h> // or <msp430.h>
void main(void)
{
// unsigned int i; // declare variables
WDTCTL = WDTPW + WDTHOLD; // Stop watch dog timer
P1DIR =0xFF;
// Set P1.0 to output direction
while(1)
{
P1OUT =0x03;
_delay_cycles(1000000);
P1OUT=0x9F;
_delay_cycles(1000000); // Delay 1000000 Machine Cycles (MC=1us)
}
}
Xin giúp em. Cám ơn các anh chị trước.
"Error connecting to the target:
Could not find device (or device not supported)"
Led1 trên laundpad vẫn nhấp nháy được. Bên Main thì có nguồn, led đơn sáng, Lad7seg sáng được 2 đoạn.
Code:
#include <msp430g2553.h> // or <msp430.h>
void main(void)
{
// unsigned int i; // declare variables
WDTCTL = WDTPW + WDTHOLD; // Stop watch dog timer
P1DIR =0xFF;
// Set P1.0 to output direction
while(1)
{
P1OUT =0x03;
_delay_cycles(1000000);
P1OUT=0x9F;
_delay_cycles(1000000); // Delay 1000000 Machine Cycles (MC=1us)
}
}
Xin giúp em. Cám ơn các anh chị trước.