• 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...
  • DS-5 error appeared while running application
    Hi Experts, I am obtaining the following error log while running the DS-5 sample C program as shown in the http://ds.arm.com/developer-resources/tutorials/getting-started-with-arm-ds-5-development-studio...
  • 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 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
  • my program appears to not be running on STM32F100V8T uC
    Hello all, I'm using Keil uVision 5 for STM32F100V8T uC for some project. In the main function one of the first things I do is GPIO configuration in order set some LEDs, hex Display ON. When I'm...