• RV30 - loading code to RAM
    Hello all, I'm attempting to store all of my __irq() functions in the internal RAM. I have created an IRAM2 section (for LPC2129) I have the code mapped to the IRAM2 section. But, I haven...
  • Interruts not working for lpc2368 using RV30
    hi, I am now programing for lpc2368 using RV30, but interrupts are not working,but its working for lpc2119. what all additional changes to make.
  • Upgrade from RV30 to RV31 startup.s
    I am finishing another ones work but now I've got a problem with the version of RV. At first we were using RV30 and now we've upgraded to RV31 and so the startup.s and retarget.c files can't be found...
  • Variable declaration
    I am lost in this : Define src_ptr and dest_ptr at address 0x20001000 & 0x20002000 without assembler directives. What should I do?
  • #define statements on variable declarations
    Hello. I am trying to find new and exciting ways to optimize (read: shrink down) my current code and want to include an eeprom autorefresh option to cut down on variables. Basically, when I have the...