设置 | 登录 | 注册

【程序】STM32通過DMA自動向串口發送指定長度的數據

#include <stm32f10x.h>
#include <string.h>
#define _BV(n) (1 << (n))
uint...
巨大八爪鱼 1-16 巨大八爪鱼 (点击/回复: 1118/3)

【程序】STM32通過DMA自動接收串口數據到數組中

#include <stm32f10x.h>
#define _BV(n) (1 << (n))
uint8_t num[2] = {0, 0}; // 數碼管兩側...
巨大八爪鱼 1-16 巨大八爪鱼 (点击/回复: 949/1)

OV2640攝像頭的DCMI驅動dcmi_ov2640.h/.c位於STM32F4的固件庫裡面

所在的文件夾是STM32F4xx_DSP_StdPeriph_Lib_V1.8.0/Project/STM32F4xx_StdPeriph_Examples/DCMI/DCMI_CameraExamp...
巨大八爪鱼 1-16 巨大八爪鱼 (点击/回复: 920/0)

【C++程序】用C++編寫STM32F103串口通訊程序 [图片]

【程序運行效果】
巨大八爪鱼 1-16 巨大八爪鱼 (点击/回复: 1266/3)

【示例程序】NVIC中斷優先級的配置

【示例1:高優先級中斷屏蔽並清除低優先級中斷】
#include <stm32f10x.h>
#define _BV(n) (1 << (n))
uint16...
巨大八爪鱼 1-15 巨大八爪鱼 (点击/回复: 1107/6)

GPIO_CRH/CRL配置方法

每1位16進位數表示一個I/O埠。
1為10MHz推輓輸出(推輓輸出適合直接驅動)(復用為9)
2為2MHz推輓輸出(復用為a)
3為50MHz推輓輸出(復用為b)
5為10M...
巨大八爪鱼 1-15 巨大八爪鱼 (点击/回复: 1146/4)

【程序】STM32定時器1的使用

#include <stm32f10x.h>
#define _BV(n) (1 << (n))
uint8_t seg8[] = {0xc0, 0xf9, 0xa...
巨大八爪鱼 1-14 巨大八爪鱼 (点击/回复: 1116/5)

【程序】STM32軟體模擬I2C協議讀寫24C04存儲器

#include <stm32f10x.h>
#define _BV(n) (1 << (n))
#define SCL_1 GPIOB->BSRR = _B...
巨大八爪鱼 1-13 巨大八爪鱼 (点击/回复: 1115/8)

【程序】STM32單脈衝模式的使用

#include <stm32f10x.h>
#define _BV(n) (1 << (n))
uint8_t n = 0;
uint8_t seg8[]...
巨大八爪鱼 1-11 巨大八爪鱼 (点击/回复: 1133/4)

【方法】硬體觸發定時器TIM1的COM事件的方法

#include <stm32f10x.h>
#define _BV(n) (1 << (n))
uint8_t n = 0;
uint8_t seg8[]...
巨大八爪鱼 1-11 巨大八爪鱼 (点击/回复: 1165/5)

【驗證性實驗】TIM1定時器死區時間(dead-time)的加入及檢測

【程序】
#include <stm32f10x.h>
#define _BV(n) (1 << (n))
uint8_t i = 0;
uint8_t...
巨大八爪鱼 1-10 巨大八爪鱼 (点击/回复: 1015/3)

【程序】STM32定時器1的強置輸出模式(Forced output mode)

#include <stm32f10x.h>
#define _BV(n) (1 << (n))
void delay(void)
{...
巨大八爪鱼 1-10 巨大八爪鱼 (点击/回复: 1150/9)

【程序】STM32定時器1的輸出比較模式(Output compare mode)

#include <stm32f10x.h>
#define _BV(n) (1 << (n))
uint8_t cnt = 0; // 匹配計數
uint8...
巨大八爪鱼 1-9 巨大八爪鱼 (点击/回复: 818/0)

【程序】STM32 CRC32校驗值計算模塊的使用

#include <stm32f10x.h>
#define _BV(n) (1 << (n))
uint32_t data;
uint8_t seg8[]...
巨大八爪鱼 1-8 巨大八爪鱼 (点击/回复: 808/1)

【程序】STM32定時器1輸入捕獲

#include <stm32f10x.h>
#define _BV(n) (1 << (n))
uint8_t seg8[] = {0xc0, 0xf9, 0xa...
巨大八爪鱼 12-30 巨大八爪鱼 (点击/回复: 885/1)
本吧共有主题数113个,帖子数483篇,蝶粉1位。

内容转换:

发表帖子
标题:
内容:
用户名: 您目前是匿名发表。
验证码:
看不清?换一张