User Activity

Posted on February 13, 2014 at 14:11Hi all,I'm using stm32f100c8 with an external oscillator 8MHz to produce a system clock of 24MHz. All the peripherals are on the default division lines.Now the ADC1 which is with the TIM1 on PCLK2 is supposed to r...
Posted on September 28, 2013 at 21:19 Hi all This task is absolutely simple and I'm really wondering why i'm having a problem with it. I'm supposed to read the battery level via the ADC on stm32f100c8. What i'm doing is completely ...
Posted on June 30, 2013 at 17:27I'm using TIM1 to generate a PWM signal of period 1 sec and a varying pulse duty.This pulse undergoes some signal conditioning and then entered to the ADC, worth to mention that nothing happens to the signal's period ...
Posted on January 28, 2013 at 22:38Hi,I'm using stm32f10xc4, low density value line, it supports an HSE of 8 MHz, my hardware has 20 MHz which is wrong and that's the reason why the clock configuration doesn't go properly - i guess -.So i tried to g...
Posted on January 23, 2013 at 16:16Hi guys,I'm using two channels of ADC1 to convert two different inputs, i'm using the interrupt mode of End Of Conversion. I don't know how to get these values into two different variables.Please take a look at my ...