STEP RESET 165A 165B BN 74Q2(CI) SI(S) 74D2(C0) C 74Q1(...
部分乘法數據STEP RESET 165A 165B BN 74Q2(CI) SI(S) 74D2(C0) C 74Q1(...
|
【解決方案】Fedora20升級到21後其他電腦無法訪問Samba和http,ftp等服務的解決辦法 [常見系統問題] [圖片]打開firewall,切換到permanent選項下,勾選相應服務啟用就行了。然後重啟電腦。
![]() |
【轉載】爆笑魔塔 [外來精品]1樓開貼
|
【程序】STM32通過DMA自動向串口發送指定長度的數據#include <stm32f10x.h>
#include <string.h> #define _BV(n) (1 << (n)) uint... |
【程序】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... |
全站共有主題數30486個,帖子數137680篇。 |
內容轉換: |