• Memory pool
    Hello all, I'm working with C51 complier ver 7.00. Can anyone help me with the following questions? 1. For using functions like malloc, calloc and etc I need to define memory pool. If I define a...
  • Memory Pool
    I dont understand very well so that we use the memory pool.... Can u explain me? Thanks
  • Caller Function Did Not Keep R3
    Hi, I have a "test_fun1()" function call to a inline ASM "test_fun2()". I found that the caller, "test_fun1()" did not keep the R3 before jump to "test_fun2()", which cause the result of the "test_fun1...
  • Caller Function Did Not Keep R3
    Hi, I have a "test_fun1()" function call to a inline ASM "test_fun2()". I found that the caller, "test_fun1()" did not keep the R3 before jump to "test_fun2()", which cause the result of the "test_fun1...
  • pooling based program
    i am using ds80c320 and i am using both serial ports in my application how to use the pooling technique for this application and how its differ with interupt based program.