• Why is this code not working?
    Why are those warnings comming? Build target 'Target 1' Compiling step.c... assembling step.src... linking... ***WARNING L1: UNRESOLVED EXTERNAL SYMBOL SYMBOL: ?C?SLCMP MODULE: Step.obj(STEP...
  • Why I can't Build?
    Why I can't Build? Rebuild target 'Target 1' compiling UART_main.c... UART_main.c(107): warning C316: unterminated conditionals compiling ser.c... linking... *** WARNING L16: UNCALLED SEGMENT...
  • why can't const array be in
    const char anarray[5]={1,3,5,7,9}; The above works well. But occupies a lot of mem. const char code anarray[5]={1,3,5,7,9}; Compliled and linked without an error prompt. But works bad....
  • Why I can't Build?
    When I execute Build target, "FATAL ERROR L210:I/O ERROR ON INPUT FILE...." is shown. Why I can't Build? Build target 'Target 1' compiling main.c... MAIN.C(1): warning C500: SERIAL NUMBER EXPIRED...
  • Can't get interrupt to work
    Hi, I am sorry if there is already a thread open with this problem, I just couldn't find it. I have a problem which should be easy to solve for you guys. I am trying to get a simple interrupt service...