• Call functions
    Hi, I have some assembly routines located in ROM memory, for example asmfunc that is located at address 0xF700 - is absolute address of flash memory. The program memory is organized: ROM code...
  • problem in calling a function !!
    Hi I've a function use it to send digits to a DTMF IC. When I copy the body of the function in main ,every thing goes fine. But if I call the function from main the hardware shows no reaction however...
  • problem about function calling in ISR
    I call some sub-routine in ISR. And I mark the ISR as "using 1". But I find out this will lead to the error of parameters passing from ISR to the sub-routine. How come?
  • Problem calling function from SRAM
    Hi everybody I have used an example problem and used my functions to place in the ram after calling it main , it isnt working..........(Iam working on ADuC7026 processor). #define MUL_hi(a, b) ...
  • Calling function in the same file
    When I paste my Buzzer code in the main(), it works. But when I made a buzzer() to have this function execute in the main(), it didn't work. However,I want to use the buzzer function to execute in the...