• What is best practice for ARM compiler 6.7
    I've been playing around with the ARM C compiler 6.6 and 6.7 for cortex m3 and I was wondering what is the best practice for the enabling of compiler warnings? What level of warnings should be a minimum...
  • Unable to properly define named sections.
    Hello, I am trying to define a named section in code, and assign it to an execution region in may scatter file and i get "...warning: L6314W: No section matches pattern main.o(section_name)." ...
  • What is best practice for implementing long timers in RTX with a short tick?
    My system: Cortex-M0 at 60 MHz. RTX RTOS with 1ms tick. Since os_tmr_create only takes a U16 timer length, the longest timer I can create with a 1ms tick is 65,535 ms which is just over 1 minute...
  • uV4: Including a preprocessor define in the file name
    Hello All, I have a question about a possibility to use symbols defined with #define in the C-code in the "Run User Programs After Build/Rebuild" dialog in "User" tab in "Target Options" in Keil...
  • visibility of functions names in Library
    Hi, I made a library. when i build executable using library, the map file created shows all functions/variables of library. Can i strip the library, so that only functions used by executable are...