在學習了其他人的分享,並加以練習,以下內容是我每天練習的基礎,尤其是基礎模組。全部可執行,整理索引如下。
一、基礎模組
1.led+key長短+tim4定時
2.adc+at24c02
3.usart2+rtc
4.pwm輸出與輸入捕獲(兩種方式)
二、擴充套件模組
三、套題
1.嵌入式第十一屆省賽模擬試題
2.藍橋杯嵌入式第十屆省賽
3.藍橋杯嵌入式第九屆省賽-電子定時器
4.藍橋杯嵌入式第八屆決賽-頻率控制器
5.嵌入式第七屆省賽——液位檢測告警系統
6.嵌入式第七屆決賽——溫、濕度監控裝置
7.藍橋杯嵌入式第六屆決賽-電壓測量與互補pwm輸出
四、修正版
1.藍橋杯嵌入式第十一屆省賽模擬試題(修正版)
藍橋杯嵌入式 USART
乙個是串列埠 1 pa9,pa10 乙個是串列埠 2 pa2,pa3 我們的藍橋杯嵌入式開發板並不能直接使用串列埠 1rxbuf 是用來儲存串列埠的接收資料的,rxover 為接收串列埠結束標誌位,rxcunt 為串列埠接收計數值 ifndef usart h define usart h incl...
藍橋杯嵌入式 LCD
include stm32f10x.h include lcd.h include stdio.h u8 string 20 u8 temp 30 float ao 3.81 u32 timingdelay 0 void delay ms u32 ntime main body int main v...
藍橋杯嵌入式 RTC
bkp裡是關於備份暫存器的庫函式,pwr裡是關於電源管理的庫函式 ifndef rtc h define rtc h include stm32f10x.h void rtc init u8 hh,u8 mm,u8 ss endif include rtc.h void rtc init u8 hh...