• is there inline funtion in keil c51
    i want to use inline function like in c++ language. how to do in keil c or it's not support? use #define to simulate ?
  • About C51 bank funtion call ?
    Two funtiom. One is char A(char *str1,char *str1),this funtion is in BANK 6. main() is in bank 1; Now main() call A(Astr1,Astr2) have some error. Seem as some parameter has't been pass OK. How...
  • Need Help on GPIO funtions of LPC2378
    Hi, I am new to ARM processor and i am working on Kit MCB2300 (LPC 2378 Processor) . I am having a problem of sending the data on entire port like in other 8 bit microcontrollers(AT89c51). So what...
  • If non-reentrant funtion is interrupted, what wil happen?
    Dear everyone: If non-reentrant funtion is interrupted ,will it cause error? In my non-reentrant funtion defined some local variables, if it is interrupted, non-reentrant funtion will not preserve...
  • extern type in 'C' and PUBLIC type in asm mismatch
    Anyone seen this one? I have a data structure in assembly (bit-mapped font) that I want to reference in C. The 'C' code looks like this: extern code unsigned char *FONT1; and the assembly...