• keilC
    I donot linking mylib to project can you send an example to me tuan2101@yahoo.com thanks
  • keilC
    I donot linking mylib to project can you send an example to me tuan2101@yahoo.com thanks
  • How to declare a 12bit variable at KEILC
    Dear all: Would somebody can tell me how to declare a 12bits variable in KeilC ? Now I only know use struct to do this. just like struct OneHalf { unsigned int a: 12; }; but I remember that...
  • How to declare a 12bit variable at KEILC
    Dear all: Would somebody can tell me how to declare a 12bits variable in KeilC ? Now I only know use struct to do this. just like struct OneHalf { unsigned int a: 12; }; but I remember that...
  • Is this KeilC's compiler issue? A program flow will jump fly away
    Hello, there: I had my project builded with 0 error as well as 0 warning. Then I tried to simulate it with dScope. When I push step by step to trace my flow, I found the flow will jump flying away...