• 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...
  • Noise level
    How to remove switching transients at digital pin of PIC 16F877A microcontroller.Please suggest something worthy.Very noisy environment of High Voltage
  • Typographical Noise
    Since I am tired of reading technical manuals, data-sheets, "other people's" code, and other publications, I thought I would remind people of lessons learned back in the '70s and earlier. Enjoy...
  • 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;...
  • how to reduce the compile time?
    Hi friends, I have created one new project for AT91SAM7SE512. When i compile(BUILD TARGET) the code,that will take more time. How to speed up this build target process? anybody have the...