• Ram clear after reset
    Hello, I am working on a project based on STM32F103VC microcontroller. I tried to find any resource/discussion/application note on clearing of internal SRAM after reset (i.e. initialization of SRAM...
  • How to clear RAM Memory in Debugging Mode
    Hi, I used C8051F005 development kit and Keil IDE. I tried to test assembly code in debugging mode and had some problem with memory window. Does anyone know about how to clear RAM content of Memory windows...
  • How to remove unused functions with armclang?
    Obviously, the option --freedback for armcc doesn't work. But setting -flto to compiler controls or linker controls (or checking the Link-time optimization checkbox) shows this error: error: use...
  • Error removing a function
    Hi, I have a function in my code which has its content commented. So it does nothing. When a I remove this function the system no longer works (the LED was blinking and now is turned off).
  • How to remove printf from c51 code ?
    I am using the latest version of the Keil 8051 toolset (AX51, C51, LX51) and want to compile my code without the standard printf. I do not use it anywhere, yet it is still linked in (I can see in the...