• question about absolute address function call!help me .
    hi,all,i have a question about keil c51,can anybody help me ? first, i develope a program,which is loaded into flash(i called it main program later), and i place a function in EEPROM with an absolute...
  • question about absolute address function call!help me .
    hi,all,i have a question about keil c51,can anybody help me ? first, i develope a program,which is loaded into flash(i called it main program later), and i place a function in EEPROM with an absolute...
  • Call C function (that calls another C function) from assembly code
    Hi all, I want to call a C function (for example: func1() ) from my old assembly code. The problem is that if func1() calls another C function( func2() ), what will happen? How does the compiler pass...
  • Call C function (that calls another C function) from assembly code
    Hi all, I want to call a C function (for example: func1() ) from my old assembly code. The problem is that if func1() calls another C function( func2() ), what will happen? How does the compiler pass...
  • Question about using "USBD_CDC_ACM_WriteData()" middleware call
    Hi, I have a VCOM USB application and my intent is to send as many messages as possible to an attached PC via the VCOM serial interface. Since I am using middleware I don't have access to the traditional...