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

發表帖子

標題:
內容:
用戶名: 您目前是匿名發表
驗證碼:
(快捷鍵:Ctrl+Enter)

本吧信息

本吧粉絲:1
吧主:
會員: 蝶粉1
分類:程序設計

STM32簡介

載入中...

精品區

本吧暫無精品區分類。

鏈接

本吧暫無鏈接。
 
©2010-2025 Purasbar Ver2.0
除非另有聲明,本站採用創用CC姓名標示-相同方式分享 3.0 Unported許可協議進行許可。