|
1樓開貼 |
|
#include <stm32f10x.h> #include <string.h> #define _BV(n) (1 << (n)) uint... |
|
#include <stm32f10x.h> #define _BV(n) (1 << (n)) uint8_t num[2] = {0, 0}; // 數碼管兩側... |
|
所在的文件夾是STM32F4xx_DSP_StdPeriph_Lib_V1.8.0/Project/STM32F4xx_StdPeriph_Examples/DCMI/DCMI_CameraExamp... |
|
【程序運行效果】  |
|
【示例1:高優先級中斷屏蔽並清除低優先級中斷】 #include <stm32f10x.h> #define _BV(n) (1 << (n)) uint16... |
|
每1位16進制數表示一個I/O端口。 1為10MHz推挽輸出(推挽輸出適合直接驅動)(復用為9) 2為2MHz推挽輸出(復用為a) 3為50MHz推挽輸出(復用為b) 5為10... |
|
#include <stm32f10x.h> #define _BV(n) (1 << (n)) uint8_t seg8[] = {0xc0, 0xf9, 0xa... |
|
#include <stm32f10x.h> #define _BV(n) (1 << (n)) #define SCL_1 GPIOB->BSRR = _B... |
|
RT |
|
#include <stm32f10x.h> #define _BV(n) (1 << (n)) uint8_t n = 0; uint8_t seg8[]... |
|
#include <stm32f10x.h> #define _BV(n) (1 << (n)) uint8_t n = 0; uint8_t seg8[]... |
|
【程序】 #include <stm32f10x.h> #define _BV(n) (1 << (n)) uint8_t i = 0; uint8_t... |
|
#include <stm32f10x.h> #define _BV(n) (1 << (n)) void delay(void) {... |
|
#include <stm32f10x.h> #define _BV(n) (1 << (n)) uint8_t cnt = 0; // 匹配計數 uint8... |
|
全站共有主題數31537個,帖子數178504篇。 |