• 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...
  • 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
  • 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...
  • 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...