• adc sampling
    HI sir, could you kindly explain me how to calculate the sampling frequency of adc in STM32F103ZET6 ? I am not getting from any site this calculation. thanks
  • input/output redirection in IDE
    Hi All, I am new to the µVision2 environment, so I don't know all the ropes yet. My question is this: I have a long text file which represents a data stream. Can I somehow feed this file to a program...
  • mapping input to output exactly
    #include "stm32f0xx.h" #include "stm32f0308_Discovery.h" #define in0 GPIO_Pin_0 #define in1 GPIO_Pin_1 #define in2 GPIO_Pin_2 #define in3 GPIO_Pin_3 #define in4 GPIO_Pin_4 #define in5 GPIO_Pin_5...
  • ADC Single Conversion Sample
    Hi I am currently having a issue about ADC conversion because I always get the first wrong ADC sample but get correct reading after second try. I assume it is reading dummy data. Now I tried...
  • ADC for unipolar input
    I'm about to design an ADC for unipolar inputs(positive and negative) using an 80C552... A couple of questions: We know that Vref=(Vref+ - Vref-) If Vref+ = 2.5V and Vref- =-2.5V Then Vref=(2...