本吧共有主題數91個,帖子數413篇,會員0位。
內容轉換:不轉換▼
  點擊 回復 標題 作者 最後回復
  1301 13 巨大八爪鱼 3-6  巨大八爪鱼
  2789 9
巨大八爪鱼 11-21  12345678
  835 0
关闭STM32 ST-LINK Utility,拔掉ST Link的USB线再插上,接着就可以升级了,每次插上USB线后只可以升级一次。
巨大八爪鱼 10-15  巨大八爪鱼
  947 1
因为板子太贵,六七百一个,他们送不起
巨大八爪鱼 10-10  巨大八爪鱼
  740 0
Initialization begins...
Command response received: CMD63, RESP_90ff8000
Command response rece...
巨大八爪鱼 7-26  巨大八爪鱼
  965 0
Initialization begins...
Command response received: CMD63, RESP_b0300000
Command response rece...
巨大八爪鱼 7-26  巨大八爪鱼
  1017 6
【main.c】
#include <stdio.h>
#include <stm32f10x.h>
#include <string.h>...
巨大八爪鱼 7-8  巨大八爪鱼
  1055 1
#include <stdio.h>
#include <stm32f10x.h>
#define _BV(n) (1u << (n))
uint...
巨大八爪鱼 6-24  巨大八爪鱼
  1015 1
#include <stdio.h>
#include <stm32l476xx.h>
int fputc(int ch, FILE *fp)
{...
巨大八爪鱼 6-20  巨大八爪鱼
  1053 1
#include <stdio.h>
#include <stm32l476xx.h>
// 供printf使用, 项目属性中勾选Use MicroLIB后有效...
巨大八爪鱼 6-19  巨大八爪鱼
  1034 1
/* 单片机: STM32F107VCT6
** 系统时钟: 72MHz
** 外部晶振: 25MHz
**/
#include <stm32f10x.h>...
巨大八爪鱼 6-8  巨大八爪鱼
  968 1
volatile uint32_t num;
num = RCC->CFGR; // 0x001D040A
// MCO=0: Microcontroller clock outpu...
巨大八爪鱼 6-8  巨大八爪鱼
  981 1
#include <stm32l476xx.h>
void delay(void)
{
    uint32_t i;...
巨大八爪鱼 5-23  巨大八爪鱼
  822 0
STM32F103C8、STM32F103CB    2007.6.1
STM32F103RC、STM32F103RE、STM43F103VE...
巨大八爪鱼 5-15  巨大八爪鱼
  1031 2
#include <stm32f10x.h>
uint8_t seg8[] = {0xc0, 0xf9, 0xa4, 0xb0, 0x99, 0x92, 0x82, 0xf8, 0x...
巨大八爪鱼 4-13  巨大八爪鱼
  832 4
#include <stm32f10x.h>
uint8_t seg8[] = {0xc0, 0xf9, 0xa4, 0xb0, 0x99, 0x92, 0x82, 0xf8, 0x...
巨大八爪鱼 4-12  巨大八爪鱼
  952 8
#include <stm32f10x.h>
const uint8_t seg8[] = {0xc0, 0xf9, 0xa4, 0xb0, 0x99, 0x92, 0x82, 0x...
巨大八爪鱼 4-8  巨大八爪鱼
  603 0
【PLL到HSI】
// 假设HSI已经打开
RCC->CFGR &= ~RCC_CFGR_SW; // 系统时钟切换到HSI
RCC->CR &= ~(...
巨大八爪鱼 4-7  巨大八爪鱼
  734 0
#include <stm32f10x.h>
uint8_t seg8[] = {0xc0, 0xf9, 0xa4, 0xb0, 0x99, 0x92, 0x82, 0xf8, 0x...
巨大八爪鱼 4-4  巨大八爪鱼
  718 2
将一个电阻和一个电容串联起来接地。最左边为电阻,电阻的最左端接单片机的PC1口,并设为输出。电阻和电容中间引出一根线,接到PC0口,设为输入。
最初PC1输出低电平,电容上没有电荷,PC0为低电...
巨大八爪鱼 4-4  巨大八爪鱼
  1129 18
【实验时用到的程序】
#include <stm32f10x.h>
const uint8_t seg8[] = {0xc0, 0xf9, 0xa4, 0xb0, 0x99,...
巨大八爪鱼 4-2  巨大八爪鱼
  791 3
#include <stm32f10x.h>
uint8_t seg8[] = {0xc0, 0xf9, 0xa4, 0xb0, 0x99, 0x92, 0x82, 0xf8, 0x...
巨大八爪鱼 3-24  巨大八爪鱼
  851 5
#include <stm32f10x.h>
uint8_t seg8[] = {0xc0, 0xf9, 0xa4, 0xb0, 0x99, 0x92, 0x82, 0xf8, 0x...
巨大八爪鱼 3-24  巨大八爪鱼
  770 1
#include <stm32f10x.h>
uint8_t seg8[] = {0xc0, 0xf9, 0xa4, 0xb0, 0x99, 0x92, 0x82, 0xf8, 0x...
巨大八爪鱼 3-24  巨大八爪鱼
  778 0
#include <stdio.h>
#include <string.h>
#include <stm32f10x.h>
#define BIT...
巨大八爪鱼 3-22  巨大八爪鱼
  810 7
巨大八爪鱼 3-17