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