• uVision access defines from .h file in .s asm file
    Hello all,I have looked through the forum and did not find the solution for the issue. The problem is: ______config.h______ #define CFG 1234 _______ ______start.s_______ ... VAR EQU CFG...
  • uVision access defines from .h file in .s asm file
    Hello all,I have looked through the forum and did not find the solution for the issue. The problem is: ______config.h______ #define CFG 1234 _______ ______start.s_______ ... VAR EQU CFG...
  • USING LCALL from another asm file.
    Q) Which Register should be PUSHed into the stack, when calling a Functin in another asm file using LCALL?
  • USING LCALL from another asm file.
    Q) Which Register should be PUSHed into the stack, when calling a Functin in another asm file using LCALL?
  • How to jump to a label in asm file from the C function?
    Hi, I'm using ARM7(AT91SAMSE32) in one of my project and Keil's RVCT 3.0 to complile it. I want to soft reset the system without using the RESET pin on processor. Someone suggested that directly...