• 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...
  • 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...
  • problem with msc1210 microcontroller
    Simulation problem joe man Hi All, When simulating an interupt from serial port RX0, I cannot succeed in affecting SBUF0 to a local variable, the watch window shows this variable to 0 even if SBUF0...
  • debug MSC1210
    Now,I'm using Keil software debug TI MSC1210. When I connect ISD51,the screen shows the following information: "Loaded application does not match the ROM content!Please program your application into...
  • Problem using INT0 of the MSC1210
    Hello, i am using the MSC1210 for my project. My project consists of 2 parts: the Master Card and the Slave Card. Now when an alram condition occurs, i want the slave card to interrupt the master card...