• Code bank switching with C251 v2.14 ?
    Is anybody here who solved this problem ? I know C251 v1.xx have this feature, but I need in v2.14. How possible build big programs for 251 with C251 v2.14 ?
  • Code bank switching with C251 v2.14 ?
    Is anybody here who solved this problem ? I know C251 v1.xx have this feature, but I need in v2.14. How possible build big programs for 251 with C251 v2.14 ?
  • C251 memory pointer problem
    Hi, Is this a valid construct in you Keil C-251 compiler? unsigned char data buf[20]; typedef struct { int i; int j; } TEST_T; #define GetStruct() (*(TEST_T *)&buf[2]) void Test(void)...
  • C251 memory pointer problem
    Hi, Is this a valid construct in you Keil C-251 compiler? unsigned char data buf[20]; typedef struct { int i; int j; } TEST_T; #define GetStruct() (*(TEST_T *)&buf[2]) void Test(void)...
  • C251.exe compiler bugs
    Just wanted to pass on a recent experience. I was using C251.exe V3.20a and experiencing quite a few problems with an RTOS. Investigation at the assembly level revealed really screwed-up code. I...