本吧共有主題數108個,帖子數468篇,蝶粉1位。
內容轉換:不轉換▼
  點擊 回復 標題 作者 最後回復
  1326 13 巨大八爪鱼 3-6  巨大八爪鱼
  77 3
CPU Clock最高是800MHz。
巨大八爪鱼 5-27  巨大八爪鱼
  107 9
而2024年年底发布的STM32N6单片机(如STM32N657A0)开始支持MIPI-CSI D-PHY接口的摄像头。
巨大八爪鱼 5-23  巨大八爪鱼
  60 3
DVP总线PCLK极限约在96M左右,而且走线长度不能过长,所有DVP最大速率最好控制在72M以下,PCB layout较容易画;MIPI总线速率lvds接口耦合,走线必须差分等长,并且需要保...
巨大八爪鱼 5-19  巨大八爪鱼
  149 1
#include <stdio.h>
#include <stm32h7xx.h>
#include "W25Qxx.h"
QSPI_HandleTypeDe...
巨大八爪鱼 4-10  巨大八爪鱼
  149 0
拿stm32h743xi的spi flash做了一个8MB的usb u盘。
巨大八爪鱼 4-10  巨大八爪鱼
  133 0
/****
    ************************************************************************...
巨大八爪鱼 4-10  巨大八爪鱼
  135 0
https://shequ.stmicroelectronics.cn/thread-610430-3-1.html
https://www.st.com/en/development-tool...
巨大八爪鱼 4-9  巨大八爪鱼
  168 4
4.5版本的下载地址:https://www.downxia.com/downinfo/266677.html
巨大八爪鱼 4-5  巨大八爪鱼
  167 1
巨大八爪鱼 4-2  巨大八爪鱼
  168 2
公座:
HRS DF40C-10DP/12DP/20DP/24DP/30DP/34DP/40DP-0.4V(51)
巨大八爪鱼 3-27  巨大八爪鱼
  152 0
#include <stdio.h>
#define OUTPUT_NAME "xp_start_wav"
void main()
{...
巨大八爪鱼 3-26  巨大八爪鱼
  348 5
现在常见的耳机接口都是 3.5mm 音频接口,分为 3-pole 和 4-pole 两类,而 4-pole 中又分 Standard 和 OMTP 两种型号。这是美国人的叫法,国内一般把 OM...
巨大八爪鱼 3-26  巨大八爪鱼
  168 2
STM32CubeMX版本:5.6.1
Java版本:jdk-8u51-windows-i586
Keil MDK版本:5.18a
ST-LINK Utility版本:4.5
巨大八爪鱼 3-26  巨大八爪鱼
  143 3
巨大八爪鱼 3-19  巨大八爪鱼
  278 2
2017年的时候都还能打开呢。
巨大八爪鱼 9-6  圆环之理
  430 2
STM32F103里面的从USB,收发数据靠的是读写512字节的PMA(Packet Memory Area),其地址为0x40006000~0x400063fd。第0个字节是0x400060...
巨大八爪鱼 4-29  巨大八爪鱼
  316 0
CTR事件的全称是Correct Transfer,中文意思是“正确的传输”。
巨大八爪鱼 4-29  巨大八爪鱼
  909 9
#include <stm32f10x.h>
const uint8_t seg8[] = {0xc0, 0xf9, 0xa4, 0xb0, 0x99, 0x92, 0x82, 0x...
巨大八爪鱼 4-10  巨大八爪鱼
  2596 9
巨大八爪鱼 11-21  12345678
  775 0
关闭STM32 ST-LINK Utility,拔掉ST Link的USB线再插上,接着就可以升级了,每次插上USB线后只可以升级一次。
巨大八爪鱼 10-15  巨大八爪鱼
  795 1
因为板子太贵,六七百一个,他们送不起
巨大八爪鱼 10-10  巨大八爪鱼
  679 0
Initialization begins...
Command response received: CMD63, RESP_90ff8000
Command response rece...
巨大八爪鱼 7-26  巨大八爪鱼
  793 0
Initialization begins...
Command response received: CMD63, RESP_b0300000
Command response rece...
巨大八爪鱼 7-26  巨大八爪鱼
  929 6
【main.c】
#include <stdio.h>
#include <stm32f10x.h>
#include <string.h>...
巨大八爪鱼 7-8  巨大八爪鱼
  835 1
#include <stdio.h>
#include <stm32f10x.h>
#define _BV(n) (1u << (n))
uint...
巨大八爪鱼 6-24  巨大八爪鱼
  884 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  巨大八爪鱼
  726 1
volatile uint32_t num;
num = RCC->CFGR; // 0x001D040A
// MCO=0: Microcontroller clock outpu...
巨大八爪鱼 6-8  巨大八爪鱼
  747 1
#include <stm32l476xx.h>
void delay(void)
{
    uint32_t i;...
巨大八爪鱼 5-23  巨大八爪鱼
  582 0
STM32F103C8、STM32F103CB    2007.6.1
STM32F103RC、STM32F103RE、STM43F103VE...
巨大八爪鱼 5-15  巨大八爪鱼
  762 2
#include <stm32f10x.h>
uint8_t seg8[] = {0xc0, 0xf9, 0xa4, 0xb0, 0x99, 0x92, 0x82, 0xf8, 0x...
巨大八爪鱼 4-13  巨大八爪鱼
  692 4
#include <stm32f10x.h>
uint8_t seg8[] = {0xc0, 0xf9, 0xa4, 0xb0, 0x99, 0x92, 0x82, 0xf8, 0x...
巨大八爪鱼 4-12  巨大八爪鱼
  484 0
【PLL到HSI】
// 假设HSI已经打开
RCC->CFGR &= ~RCC_CFGR_SW; // 系统时钟切换到HSI
RCC->CR &= ~(...
巨大八爪鱼 4-7  巨大八爪鱼
  572 0
#include <stm32f10x.h>
uint8_t seg8[] = {0xc0, 0xf9, 0xa4, 0xb0, 0x99, 0x92, 0x82, 0xf8, 0x...
巨大八爪鱼 4-4  巨大八爪鱼
  636 2
将一个电阻和一个电容串联起来接地。最左边为电阻,电阻的最左端接单片机的PC1口,并设为输出。电阻和电容中间引出一根线,接到PC0口,设为输入。
最初PC1输出低电平,电容上没有电荷,PC0为低电...
巨大八爪鱼 4-4  巨大八爪鱼
  930 18
【实验时用到的程序】
#include <stm32f10x.h>
const uint8_t seg8[] = {0xc0, 0xf9, 0xa4, 0xb0, 0x99,...
巨大八爪鱼 4-2  巨大八爪鱼
  683 3
#include <stm32f10x.h>
uint8_t seg8[] = {0xc0, 0xf9, 0xa4, 0xb0, 0x99, 0x92, 0x82, 0xf8, 0x...
巨大八爪鱼 3-24  巨大八爪鱼
  655 5
#include <stm32f10x.h>
uint8_t seg8[] = {0xc0, 0xf9, 0xa4, 0xb0, 0x99, 0x92, 0x82, 0xf8, 0x...
巨大八爪鱼 3-24  巨大八爪鱼
  636 1
#include <stm32f10x.h>
uint8_t seg8[] = {0xc0, 0xf9, 0xa4, 0xb0, 0x99, 0x92, 0x82, 0xf8, 0x...
巨大八爪鱼 3-24  巨大八爪鱼
  585 0
#include <stdio.h>
#include <string.h>
#include <stm32f10x.h>
#define BIT...
巨大八爪鱼 3-22  巨大八爪鱼
  667 7
巨大八爪鱼 3-17  巨大八爪鱼
  577 0
不能单独定义这两个函数的跳转,如
void SysTick_Handler(void)
{
    OS_CPU_SysTickHandler();...
巨大八爪鱼 3-17  巨大八爪鱼
  651 0
/* 本程序使用的是锐志电子六合一扩展板上的数字旋转编码开关 */
/* 注意:一定要把板子下面的JPBMA和JPBMB跳线插上 */
#include <stm32f10x.h...
巨大八爪鱼 3-15  巨大八爪鱼
  749 2
#include <stdio.h>
#include <stm32f10x.h>
#define RS_0 (GPIOA->BRR = GPIO_BRR_B...
巨大八爪鱼 3-11  巨大八爪鱼
  761 4
#include <stdio.h>
#include <stm32f10x.h>
#define RS_0 (GPIOA->BRR = GPIO_BRR_B...
巨大八爪鱼 3-6  巨大八爪鱼
  696 0
#include <stdio.h>
#include <stm32f10x.h>
#define RS_0 (GPIOA->BRR = GPIO_BRR_B...
巨大八爪鱼 3-5  巨大八爪鱼
  718 2
/* LCD1602引脚2(VDD)必须接5V电压, 不可以接3.3V电压。其他引脚(包括引脚15-背光电源正)都可以接3.3V电压 */
/* 必须把J-Link设为不供电(更改内部跳线),...
巨大八爪鱼 3-5  巨大八爪鱼
  626 1
#include <stm32f10x.h>
void delay(void)
{
    uint32_t i;...
巨大八爪鱼 3-5  巨大八爪鱼

發表帖子

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

本吧信息

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

STM32簡介

載入中...

精品區

本吧暫無精品區分類。

鏈接

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