• user define interrupt
    Hello, I'm using a lpc2378 with the Realview compiler. In my application I want a interrupt to be triggered by software. This interrupt is being handled the same as all other irq's but then with...
  • user define interrupt
    Hello, I'm using a lpc2378 with the Realview compiler. In my application I want a interrupt to be triggered by software. This interrupt is being handled the same as all other irq's but then with...
  • User-defined memory type
    I came across this article from Keil's Knowledgebase: http://www.keil.com/support/docs/2397.htm However, I do seem to have trouble finding the definitions for those prefiex S:, T:, U: and V:. Can...
  • User defined memory selectors
    Is there any pragma that allows you to create your own memory selector keyword? (i.e. near_ram). I have two EDATA classes defined as: CL (edata(0-041FH),edata(4000H-FFFFH)) I would like to use the...
  • User defined memory space
    Hi all, I'm asking if anyone has found a better way to access user defined memory. That is, accessing memory that can't be reached w/the "movx" instruction, but must be accessed w/user code. I...