• TX is not giving expected data.
    Hi all, i am using silicon labs controller 8051F340 in which the TX of serial port is not giving expected data(acknowledgment for received data). instead it is giving some other data. It is happening...
  • Programming error with START900.A51
    I use EPM900 as parallel programmer. In programmer setting of micro vision2 environment, I've chosen "Use configuration from START900.A51". When I clicked Flash download, following error message displayed...
  • A51 FATAL ERROR
    A51 FATAL ERROR - ERROR: LIMIT EXCEEDED: SYMBOL-TABLE SPACE EXHAUSTED while building a target i am encouting with this error and my for loops in code are unable to work as loops as they are treating...
  • Error: #40: expected an identifier
    Dear All, I am compiling following code. __asm{ STMDB R0!, {LR} }; __asm{ MOV LR, R0 }; __asm{ LDMIA SP!, {R0} }; . . . But compiler is giving me following errors for each of above line...
  • expected identifier error
    Hello everyone, I've been trying to make a struct and compiler gives me expected identifier error. Can anyone tell me where is my fault? struct State { unsigned long Out1; unsigned long out2;...