#include <stm32f10x.h>
#define _BV(n) (1 << (n))
uint8_t num[2] = {0, 0}; // 數碼管兩側...
【程序】STM32通過DMA自動接收串口數據到數組中#include <stm32f10x.h>
#define _BV(n) (1 << (n)) uint8_t num[2] = {0, 0}; // 數碼管兩側... |
OV2640攝像頭的DCMI驅動dcmi_ov2640.h/.c位於STM32F4的固件庫裡面所在的文件夾是STM32F4xx_DSP_StdPeriph_Lib_V1.8.0/Project/STM32F4xx_StdPeriph_Examples/DCMI/DCMI_CameraExamp...
|
【C++程序】用C++編寫STM32F103串口通訊程序 [圖片]【程序運行效果】
![]() |
【示例程序】NVIC中斷優先級的配置【示例1:高優先級中斷屏蔽並清除低優先級中斷】
#include <stm32f10x.h> #define _BV(n) (1 << (n)) uint16... |
GPIO_CRH/CRL配置方法每1位16進位數表示一個I/O埠。
1為10MHz推輓輸出(推輓輸出適合直接驅動)(復用為9) 2為2MHz推輓輸出(復用為a) 3為50MHz推輓輸出(復用為b) 5為10M... |
【程序】STM32定時器1的使用#include <stm32f10x.h>
#define _BV(n) (1 << (n)) uint8_t seg8[] = {0xc0, 0xf9, 0xa... |
【程序】STM32軟體模擬I2C協議讀寫24C04存儲器#include <stm32f10x.h>
#define _BV(n) (1 << (n)) #define SCL_1 GPIOB->BSRR = _B... |
現在我終於把STM32F1手冊的第14章——TIM1看完了RT
|
【程序】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[]... |
全站共有主題數30095個,帖子數134792篇。 |
內容轉換: |