User Activity

Posted on February 13, 2013 at 18:48 i am having trouble writing code on STM32f103 , I want to get value from accelerometer and send to UARTvoid RCC_setup(void){ ErrorStatus HSEStartUpStatus; RCC_DeInit(); RCC_HSEConfig(RCC_HSE_ON); HSEStartUpStatus...
Posted on February 05, 2013 at 16:47I'm use stm32f103ret6 . I want send sms code by gsm module sim900and DMA_Usart Necessary ? Thank You.
Posted on February 04, 2013 at 18:08 I want to read valuefromaccelerometer . Model 1 void GPIO_ADC1_setup() { GPIO_InitTypeDef GPIO_InitStructure; // Enable GPIOC clock RCC_APB2PeriphClockCmd(RCC_APB2Periph_GPIOA,ENABLE); // Configure PA1 as ...