• How to conditionally NOAREG a fn?
    Hi All. Imagine a function that looks like this: DEFINED_SYMBOL1 type FnName(args) DEFINED_SYMBOL2 { ...; } By appropriate definition of DEFINED_SYMBOL1 and DEFINED_SYMBOL2, I would like to end up...
  • slow download through virtual box on macbook air
    anyone expereinced very slow download speed of MDK472_A.exe to Macbook Air through virtual box running window 7? Any way to make it faster? thanks.
  • Nested Subroutines?
    Hello, I was wondering how to use routines in a subroutine (called nested subroutines?). For example, let's say I have MOV r0, #0 start BL firstLoop stop B stop firstLoop ADD r0,...
  • nested interrupts
    How can I install nested interrupts? With the key-word __irq is that not possible. Bernd
  • nesting interrupts
    Hi all, I have tried to use 3 vectorized interrupts at the same time for LPC2468. These are timer1, adc and uart1. But after a while timer interrupt stops. I declared all interrupt priorities...