• calling C-function from within assembler?
    I want to call a C-function from an assembler-file. for example: void asc0_SendInt(void) interrupt S0TINT using rbank_s0 { ...my code } My Assemblerroutine looks like: $MOD167 $SEGMENTED...
  • CALL C FUNCTIONS WITHIN STARTUP CODE
    Hello, I need to start C functions from startup code before calling C startup (which calls main()). Reason: I have to do some selftests like a destroying RAM Test which must be done before the...
  • CALL C FUNCTIONS WITHIN STARTUP CODE
    Hello, I need to start C functions from startup code before calling C startup (which calls main()). Reason: I have to do some selftests like a destroying RAM Test which must be done before the...
  • calling C-function from within assembler?
    I want to call a C-function from an assembler-file. for example: void asc0_SendInt(void) interrupt S0TINT using rbank_s0 { ...my code } My Assemblerroutine looks like: $MOD167 $SEGMENTED...
  • CARM-LCP2292: Function calls from within ISRs
    Greetings: I'm desperately chasing obscure bugs in somebody else's code. I say this before I state that some of the ISR's are embarrassingly long, and have multiple calls to utility functions. In a...