• 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...
  • 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...
  • 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...
  • 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...
  • 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.