• Debugging problem of MSC1210 Y2
    Hi, I am using an msc1210y2 chip which has a keyboard of 5 keys connected to it . I also have an interrupt pin connected to its external interrupt input (INT0) pin of MSc1210y2. My initialization...
  • Debugging problem of MSC1210 Y2
    Hi, I am using an msc1210y2 chip which has a keyboard of 5 keys connected to it . I also have an interrupt pin connected to its external interrupt input (INT0) pin of MSc1210y2. My initialization...
  • MSC1210
    HI, i hav written a piece of code tat executes continuously i.e. while(1) In this there r two condition statement: if(SBUF1==0x20||SBUF1==0x7F||SBUF1==0x0FF) { //Statements } else if(SBUF1==0x53...
  • MSC1210
    HI, i hav written a piece of code tat executes continuously i.e. while(1) In this there r two condition statement: if(SBUF1==0x20||SBUF1==0x7F||SBUF1==0x0FF) { //Statements } else if(SBUF1==0x53...
  • MSC1210 problem
    I program the msc1210 with the keil but when i power on the device the program don't start run, only run after i press the reset button. Can anyone help me. Thanks