|
點擊 |
回復 |
標題 |
作者 |
最後回復 |
|
1314 |
13 |
|
巨大八爪鱼 |
3-6 巨大八爪鱼 |
|
69 |
3 |
CPU Clock最高是800MHz。  |
巨大八爪鱼 |
5-27 巨大八爪鱼 |
|
106 |
9 |
而2024年年底發佈的STM32N6單片機(如STM32N657A0)開始支持MIPI-CSI D-PHY接口的攝像頭。 |
巨大八爪鱼 |
5-23 巨大八爪鱼 |
|
57 |
3 |
DVP總線PCLK極限約在96M左右,而且走線長度不能過長,所有DVP最大速率最好控制在72M以下,PCB layout較容易畫;MIPI總線速率lvds接口耦合,走線必須差分等長,並且需要保... |
巨大八爪鱼 |
5-19 巨大八爪鱼 |
|
143 |
1 |
#include <stdio.h> #include <stm32h7xx.h> #include "W25Qxx.h" QSPI_HandleTypeDe... |
巨大八爪鱼 |
4-10 巨大八爪鱼 |
|
143 |
0 |
拿stm32h743xi的spi flash做了一個8MB的usb u盤。  |
巨大八爪鱼 |
4-10 巨大八爪鱼 |
|
130 |
0 |
/**** ************************************************************************... |
巨大八爪鱼 |
4-10 巨大八爪鱼 |
|
131 |
0 |
https://shequ.stmicroelectronics.cn/thread-610430-3-1.html https://www.st.com/en/development-tool...  |
巨大八爪鱼 |
4-9 巨大八爪鱼 |
|
167 |
4 |
4.5版本的下載地址:https://www.downxia.com/downinfo/266677.html  |
巨大八爪鱼 |
4-5 巨大八爪鱼 |
|
155 |
1 |
|
巨大八爪鱼 |
4-2 巨大八爪鱼 |
|
166 |
2 |
公座: HRS DF40C-10DP/12DP/20DP/24DP/30DP/34DP/40DP-0.4V(51)  |
巨大八爪鱼 |
3-27 巨大八爪鱼 |
|
151 |
0 |
#include <stdio.h> #define OUTPUT_NAME "xp_start_wav" void main() {... |
巨大八爪鱼 |
3-26 巨大八爪鱼 |
|
342 |
5 |
現在常見的耳機接口都是 3.5mm 音頻接口,分為 3-pole 和 4-pole 兩類,而 4-pole 中又分 Standard 和 OMTP 兩種型號。這是美國人的叫法,國內一般把 OM...  |
巨大八爪鱼 |
3-26 巨大八爪鱼 |
|
166 |
2 |
STM32CubeMX版本:5.6.1 Java版本:jdk-8u51-windows-i586 Keil MDK版本:5.18a ST-LINK Utility版本:4.5  |
巨大八爪鱼 |
3-26 巨大八爪鱼 |
|
141 |
3 |
|
巨大八爪鱼 |
3-19 巨大八爪鱼 |
|
274 |
2 |
2017年的時候都還能打開呢。 |
巨大八爪鱼 |
9-6 圆环之理 |
|
423 |
2 |
STM32F103裏面的從USB,收發數據靠的是讀寫512位元組的PMA(Packet Memory Area),其地址為0x40006000~0x400063fd。第0個字節是0x40006...   |
巨大八爪鱼 |
4-29 巨大八爪鱼 |
|
313 |
0 |
CTR事件的全稱是Correct Transfer,中文意思是「正確的傳輸」。 |
巨大八爪鱼 |
4-29 巨大八爪鱼 |
|
908 |
9 |
#include <stm32f10x.h> const uint8_t seg8[] = {0xc0, 0xf9, 0xa4, 0xb0, 0x99, 0x92, 0x82, 0x... |
巨大八爪鱼 |
4-10 巨大八爪鱼 |
|
2594 |
9 |
|
巨大八爪鱼 |
11-21 12345678 |
|
772 |
0 |
關閉STM32 ST-LINK Utility,拔掉ST Link的USB線再插上,接着就可以升級了,每次插上USB線後只可以升級一次。 |
巨大八爪鱼 |
10-15 巨大八爪鱼 |
|
792 |
1 |
因為板子太貴,六七百一個,他們送不起 |
巨大八爪鱼 |
10-10 巨大八爪鱼 |
|
677 |
0 |
Initialization begins... Command response received: CMD63, RESP_90ff8000 Command response rece... |
巨大八爪鱼 |
7-26 巨大八爪鱼 |
|
790 |
0 |
Initialization begins... Command response received: CMD63, RESP_b0300000 Command response rece... |
巨大八爪鱼 |
7-26 巨大八爪鱼 |
|
927 |
6 |
【main.c】 #include <stdio.h> #include <stm32f10x.h> #include <string.h>... |
巨大八爪鱼 |
7-8 巨大八爪鱼 |
|
831 |
1 |
#include <stdio.h> #include <stm32f10x.h> #define _BV(n) (1u << (n)) uint... |
巨大八爪鱼 |
6-24 巨大八爪鱼 |
|
881 |
1 |
#include <stdio.h> #include <stm32l476xx.h> int fputc(int ch, FILE *fp) {... |
巨大八爪鱼 |
6-20 巨大八爪鱼 |
|
930 |
1 |
#include <stdio.h> #include <stm32l476xx.h> // 供printf使用, 項目屬性中勾選Use MicroLIB後有效... |
巨大八爪鱼 |
6-19 巨大八爪鱼 |
|
885 |
1 |
/* 單片機: STM32F107VCT6 ** 系統時鐘: 72MHz ** 外部晶振: 25MHz **/ #include <stm32f10x.h>... |
巨大八爪鱼 |
6-8 巨大八爪鱼 |
|
724 |
1 |
volatile uint32_t num; num = RCC->CFGR; // 0x001D040A // MCO=0: Microcontroller clock outpu... |
巨大八爪鱼 |
6-8 巨大八爪鱼 |
|
746 |
1 |
#include <stm32l476xx.h> void delay(void) { uint32_t i;... |
巨大八爪鱼 |
5-23 巨大八爪鱼 |
|
580 |
0 |
STM32F103C8、STM32F103CB 2007.6.1 STM32F103RC、STM32F103RE、STM43F103VE... |
巨大八爪鱼 |
5-15 巨大八爪鱼 |
|
759 |
2 |
#include <stm32f10x.h> uint8_t seg8[] = {0xc0, 0xf9, 0xa4, 0xb0, 0x99, 0x92, 0x82, 0xf8, 0x... |
巨大八爪鱼 |
4-13 巨大八爪鱼 |
|
689 |
4 |
#include <stm32f10x.h> uint8_t seg8[] = {0xc0, 0xf9, 0xa4, 0xb0, 0x99, 0x92, 0x82, 0xf8, 0x... |
巨大八爪鱼 |
4-12 巨大八爪鱼 |
|
482 |
0 |
【PLL到HSI】 // 假設HSI已經打開 RCC->CFGR &= ~RCC_CFGR_SW; // 系統時鐘切換到HSI RCC->CR &= ~(... |
巨大八爪鱼 |
4-7 巨大八爪鱼 |
|
571 |
0 |
#include <stm32f10x.h> uint8_t seg8[] = {0xc0, 0xf9, 0xa4, 0xb0, 0x99, 0x92, 0x82, 0xf8, 0x... |
巨大八爪鱼 |
4-4 巨大八爪鱼 |
|
635 |
2 |
將一個電阻和一個電容串聯起來接地。最左邊為電阻,電阻的最左端接單片機的PC1口,並設為輸出。電阻和電容中間引出一根線,接到PC0口,設為輸入。 最初PC1輸出低電平,電容上沒有電荷,PC0為低電... |
巨大八爪鱼 |
4-4 巨大八爪鱼 |
|
923 |
18 |
【實驗時用到的程序】 #include <stm32f10x.h> const uint8_t seg8[] = {0xc0, 0xf9, 0xa4, 0xb0, 0x99,... |
巨大八爪鱼 |
4-2 巨大八爪鱼 |
|
682 |
3 |
#include <stm32f10x.h> uint8_t seg8[] = {0xc0, 0xf9, 0xa4, 0xb0, 0x99, 0x92, 0x82, 0xf8, 0x... |
巨大八爪鱼 |
3-24 巨大八爪鱼 |
|
653 |
5 |
#include <stm32f10x.h> uint8_t seg8[] = {0xc0, 0xf9, 0xa4, 0xb0, 0x99, 0x92, 0x82, 0xf8, 0x... |
巨大八爪鱼 |
3-24 巨大八爪鱼 |
|
633 |
1 |
#include <stm32f10x.h> uint8_t seg8[] = {0xc0, 0xf9, 0xa4, 0xb0, 0x99, 0x92, 0x82, 0xf8, 0x... |
巨大八爪鱼 |
3-24 巨大八爪鱼 |
|
582 |
0 |
#include <stdio.h> #include <string.h> #include <stm32f10x.h> #define BIT... |
巨大八爪鱼 |
3-22 巨大八爪鱼 |
|
664 |
7 |
|
巨大八爪鱼 |
3-17 巨大八爪鱼 |
|
575 |
0 |
不能單獨定義這兩個函數的跳轉,如 void SysTick_Handler(void) { OS_CPU_SysTickHandler();... |
巨大八爪鱼 |
3-17 巨大八爪鱼 |
|
648 |
0 |
/* 本程序使用的是銳志電子六合一擴展板上的數字旋轉編碼開關 */ /* 注意:一定要把板子下面的JPBMA和JPBMB跳線插上 */ #include <stm32f10x.h... |
巨大八爪鱼 |
3-15 巨大八爪鱼 |
|
747 |
2 |
#include <stdio.h> #include <stm32f10x.h> #define RS_0 (GPIOA->BRR = GPIO_BRR_B... |
巨大八爪鱼 |
3-11 巨大八爪鱼 |
|
759 |
4 |
#include <stdio.h> #include <stm32f10x.h> #define RS_0 (GPIOA->BRR = GPIO_BRR_B... |
巨大八爪鱼 |
3-6 巨大八爪鱼 |
|
694 |
0 |
#include <stdio.h> #include <stm32f10x.h> #define RS_0 (GPIOA->BRR = GPIO_BRR_B... |
巨大八爪鱼 |
3-5 巨大八爪鱼 |
|
717 |
2 |
/* LCD1602引腳2(VDD)必須接5V電壓, 不可以接3.3V電壓。其他引腳(包括引腳15-背光電源正)都可以接3.3V電壓 */ /* 必須把J-Link設為不供電(更改內部跳線),... |
巨大八爪鱼 |
3-5 巨大八爪鱼 |
|
625 |
1 |
#include <stm32f10x.h> void delay(void) { uint32_t i;... |
巨大八爪鱼 |
3-5 巨大八爪鱼 |
|