• UV4 project switching glitches
    Hi there, I am using the latest UV4 release and I experience strange GUI glitches when switching between active projects from within a workspace. Every time I right-click on a project and select...
  • Compile switch
    Hi. I am using two Project targets, a Debug and a Release, and now I what to test which one that is selected, but how do I do it? #ifdef Debug ????????? /* Set the Vector Table base location...
  • Switching from X51 to ARM project...what am I missing?
    I have been using uVision4/5 to do an X51 project and am now onto a project using an ARM device (I have the ARM development software installed) . When I try to select an ARM device (Project/Select Device...
  • Switching from Supervisor mode to Usermode
    Hi I had written a code for UART0 with interrupt.Im Using LPC2387 Series, I compiled this code in Keil V4.14. When i enter into debug mode by default its entering into Supervisor Mode ... So My code...
  • Processor Type and compile time switches
    I am writing FLASH code that will work on both a medium and high density STM32 chip. Is there a simple way of selecting the FLASH and PAGE size in my code with out me having two versions of a header...