• Startup Code within own library
    Hello, I want to develop a target board specific peripheral driver library for a Cortex-M3 controller which can be used by several applications just referencing the BSP library in the project. ...
  • Startup Code within own library
    Hello, I want to develop a target board specific peripheral driver library for a Cortex-M3 controller which can be used by several applications just referencing the BSP library in the project. ...
  • 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...
  • 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...