• Declare Flash variables in RV30
    Hi I used to use Code vision for programing AVR micro controllers and I'm familiar with flash variables in that. All I needed to do was to declare an unsigned char variable and add a flash prefix before...
  • 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...
  • Declare Flash variables in RV30
    Hi I used to use Code vision for programing AVR micro controllers and I'm familiar with flash variables in that. All I needed to do was to declare an unsigned char variable and add a flash prefix before...
  • 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.