摘要: void RCC_Configuration(void){ /* RCC system reset(for debug purpose) */ RCC_DeInit(); /* Enable HSE */ RCC_HSEConfig(RCC_HSE_ON); /* Wait till HSE is 阅读全文
posted @ 2016-08-12 22:41 Montauk 阅读(845) 评论(0) 推荐(0)