#include <stm32f10x.h>
#define _BV(n) (1 << (n))
uint8_t n = 0;
uint8_t seg8[]...
【程序】STM32單脈衝模式的使用#include <stm32f10x.h>
#define _BV(n) (1 << (n)) uint8_t n = 0; uint8_t seg8[]... |
【方法】硬體觸發定時器TIM1的COM事件的方法#include <stm32f10x.h>
#define _BV(n) (1 << (n)) uint8_t n = 0; uint8_t seg8[]... |
【驗證性實驗】TIM1定時器死區時間(dead-time)的加入及檢測【程序】
#include <stm32f10x.h> #define _BV(n) (1 << (n)) uint8_t i = 0; uint8_t... |
【程序】STM32定時器1的強置輸出模式(Forced output mode)#include <stm32f10x.h>
#define _BV(n) (1 << (n)) void delay(void) {... |
【程序】STM32定時器1的輸出比較模式(Output compare mode)#include <stm32f10x.h>
#define _BV(n) (1 << (n)) uint8_t cnt = 0; // 匹配計數 uint8... |
【程序】STM32 CRC32校驗值計算模塊的使用#include <stm32f10x.h>
#define _BV(n) (1 << (n)) uint32_t data; uint8_t seg8[]... |
【程序】STM32定時器1輸入捕獲#include <stm32f10x.h>
#define _BV(n) (1 << (n)) uint8_t seg8[] = {0xc0, 0xf9, 0xa... |
【程序】STM32定時器1對外部輸入信號(PA9下降沿)進行計數,帶消抖#include <stm32f10x.h>
#define _BV(n) (1 << (n)) uint8_t seg8[] = {0xc0, 0xf9, 0xa... |
【程序】STM32外部中斷的使用(以PB4為例)#include <stm32f10x.h>
#define _BV(n) (1 << (n)) uint8_t num = 0; uint8_t s... |
【程序】STM32F103C8T6最小系統板連接8位74HC595驅動的數碼管模塊並顯示數字 [圖片]![]() |
【解決方案】用SEGGER J-Flash燒寫STM32單片機後,單片機程序不能自動運行,需要按RESET鍵才能運行 [圖片]首先點擊菜單欄中的Options -> Project settings...命令,在Production選項卡中的Actions performed by "Production Progra...
![]() |
【教程】STM32開發環境的搭建 [圖片]【1】下載安裝Keil uVision5 MDK-ARM。
打開網站:http://www.keil.com/ 選擇MDK-ARM,填寫個人註冊信息後可下載,然後安裝。 (四個可以同... ![]() ![]() |
【手冊】STM32F1官方英文手冊 [圖片]地址:http://www.st.com/content/st_com/en/products/microcontrollers/stm32-32-bit-arm-cortex-mcus/st...
![]() |
【資料】1602液晶中LCDWriteCom函式的指令範圍 [圖片]![]() |
【程式】1602液晶中一些非常用功能的使用——讀取屏幕內容以及自定義字元、當前光標位置 [圖片]讀取屏幕上寫入的內容以及光標的位置。
![]() |
本吧共有主題數105個,帖子數450篇,蝶粉數1位。 |
內容轉換: |