• Reduce size code using strings
    Hi everybody. I am developping an embedded application using an ARM cortex M0. I have 32k of program memory, so i want the smallest footprint as possible. I want to use C++ and strings because in...
  • Impossible to reduce fonction with Keil 4.22a
    hi, i have migrate to Keil 4.22a, but now, it's impossible to reduce a fonction with the icon "square with a cross". where's the paramatre for restore this icon?
  • How to reduce readcode operation in agdi.
    hi all: We are developing device driver via AGDI . In Disassembly Window ,when pressing the button in the scroll box and dragging, it will call ReadCode() to read all the Code from the beginning address...
  • How to reduce Interrupt-Jitter
    Hello to everyone. This is my Code: void FIQ_Handler(void) __irq { T1CLRI = 0x55; // T1CLRI is an 8-bit register. // Writing any value to this register clears the Timer1 interrupt. GP4SET = 0x00040000;...
  • reducing noise on ADC
    Dear friends, I am working with stm32f103RBT6 MCU. I have used AMS1117 3.3V regulator both for MCU VDD and also for the VDDA pin. due to noise from GPRS device I need a way to reduce this noise. ADC...