• 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...
  • Error: #40: expected an identifier
    Hi, My code: #ifndef __LPC_TYPES_H #define __LPC_TYPES_H #include <stdint.h> (49) typedef enum {FALSE = 0, TRUE = !FALSE} Bool; typedef enum {RESET = 0, SET = !RESET} FlagStatus,...