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...