• Generate Reentrant Functions
    There is a new configuration in Keil Options for Target - CX2 - Generate reentrant functions. What is this new feature for? Does this mean that after I choose this configuration - Generate reentrant...
  • Error If "Generate Assembler SRC File" & "Assemble SRC File" are active?
    I have the follwing problem? I have just three files in my project. 1. main.c 2.I2c_sw.c 3.Startup.a51 I2c_sw.c file has few lines of assembly code. so I have checked "Generate Assmebler...
  • reentrant in assembly
    Hello, If i write a function in assembly and name it with prefix _? , ( example _?FUNCNAME ) will this make that function automatically reentrant. Or is it just a naming convention used by Keil if you...
  • Reentrant Functions
    Hi I need to know if either of the functions defined below is set up the right way to make it reentrant. They are both delay functions that will be called more than once at the same time. I think there...
  • reentrant function
    hi, 1'm using the RTX51Tiny and am trying to implement a "mailbox"-like function to allow tasks to intercommunicate. The core structure of my program looks like this: //startup.a51 has been modified...