User Activity

Posted on March 30, 2018 at 09:15hi i write this code for TIM2 CH3 PWM generation GPIOB.10but it not works can help too me ....BEST regards // RCC_APB1PeriphClockCmd(RCC_APB1Periph_TIM2, ENABLE);//// GPIO_StructInit(&port);// port.GPIO_Mode = GPIO_M...
Posted on September 22, 2017 at 23:14hi i need start timer with external pulse at falling edge at one pin and i need stop timer with external pulse at falling edge at one pin can convert two 16 bit timer to one 32 bit timer ?on stm32f103c8t6 my time...
Posted on July 30, 2017 at 10:57hi i have connected &sharposcillator to &sharpOSC_IN (PD0) i used this function for init &sharpRCC at &sharpSTM32F103c8t6but is not work with &sharppll and &sharpexternal oscillator please help to me ...void RCC_Confi...
Posted on January 25, 2017 at 06:35hey I must connect between two micro controller with https://community.st.com/tags♯/?tags=i2c‌i work with spl but i cant work whit i2c at stm32f103c8t6 and stm32f103c8t6 I do not have to do this sample code ........
Posted on November 20, 2016 at 07:58 hey all i configed timer 3 whit this .... formeasurement frecuncy in PA.7 void TIM3_Configuration(void){ RCC_APB1PeriphClockCmd(RCC_APB1Periph_TIM3, ENABLE); TIM_ICInitTypeDef TIM_ICInitStructure; TIM_...