• how to call a function from another banking??
    does somebody can explain or provide simply samples for code banking switch and call a function from another banking?such as call a function in bank1 from common area or call a function in bank2 from...
  • 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...
  • Yet another angle on FLASH programming
    I have a Cypress 8051 system which has 6K internal RAM and a 64K Flash ROM external to the uP. The internal RAM can be used for data and/or code. What I'm trying to do is move a few "flash updating...
  • Calling Assembly Function From Another File
    Hi, I have two files in my project, that are as follows; /////////////////////////////////////////////////////////////////////////// ///////////////////////////////////// File 1 ////////////////...
  • Can a task call function defined in another task?
    Hello, we are using Keil's RTX Real-Time Operating System. Can a task call function defined in another task ? Thank you!