User Activity

void RCC_Configuration(void){   RCC_DeInit();  //RCC_AdjustHSICalibrationValue(0x00);  RCC_HSICmd(ENABLE);  while(RCC_GetFlagStatus(RCC_FLAG_HSIRDY) == RESET)    {;}  //PLL out = (8M/2)*12 = 48 MHz  RCC_PLLConfig(RCC_PLLSource_HSI_Div2,RCC_PLLMul_12)...
Posted on June 17, 2015 at 08:13I am using STM8L052C6(48 PIN)IC.I have enabled VREFINT on pin no 41(PORT D6) and I am getting 1.22v on that pin.Can I use this 1.22V on (Pin no. 12) Vref+ Pin as a Refernce Voltage for adc?OR else I have to give exter...
Posted on September 23, 2013 at 11:33Hi, I configured USART1 in stm32f051c8t6 but when i run the code on my h/w it goes hang. I dont  where it is hanging. whether because of  NVIC OR USART. But according to me it hang in NVIC because everything run ...
Posted on February 26, 2013 at 10:39The original post was too long to process during our migration. Please click on the attachment to read the original post.