• Pre-make facilities?
    Hello, In the uVision2 IDE, it's possible to have post-make facilities. Is there a way to have pre-make facilities too? Rgds, Geert
  • Pre-Make facility
    Hi, Apart from finding a post which says 'this has been discussed before', I haven't found much information on if/how I can run perform a pre-make stage on my uV2.40 project. I want to run a dos...
  • Nesting of pre-processor #if/#endif
    Hello. Using C51, is nesting of pre-processor #if/#endif statements allowed?
  • Sub String in Pre-Processor?
    Does anyone know how to get the pre-processor to spit out a substring? In this case, I want to include only the year from the __DATE__ macro. Something like: #define YEAR=substr(8,4,__DATE__) const...
  • Pre-Processor Location
    Hi, I have a very silly question and very strange as well. I just created a new project for stm32f407vg in Keilv5 MDK on HAL. Following is the simple code: This is HAL libraries FILE ...