摘要: 一、SPI的配置过程 1.使能SPI时钟 1 /** 2 * @brief 使能SPI时钟 3 * @retval None 4 */ 5 static void SPI_RCC_Configuration(void) 6 { 7 RCC_APB2PeriphClockCmd(RCC_APB2Per 阅读全文
posted @ 2020-05-04 09:55 Tony.Jia 阅读(4482) 评论(0) 推荐(0)