• LCP2292,How to Reset from Software?
    Greetings: I'm trying to come up with a proper technique for resetting our LCP2292 from code. If one searches long and hard enough, there are a few existent notes out there that recommend resetting...
  • call function from a ISR
    Hello, At the moment, I'm working with the ethernet MAC interface and I'm now able to get a interrupt, when I receive a new frame from the PHY. But I'm not totally sure, how I have to configure 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...
  • Calling C function from ISR
    Hi, I am trying to call a C function from the interrupt subroutine in LPC3250. When I call the function from a C file, there is no problem. However, when I use a C++ file containing the required...
  • Function call in isr
    Hallo I do have some generel question when calling a function from a isr. I do see some strange behavior when doing it, depending on compiler optimization level and code. When calling a function...