2017年的时候都还能打开呢。
|
STM32 USB传输数据所使用的寄存器 [圖片]STM32F103里面的从USB,收发数据靠的是读写512字节的PMA(Packet Memory Area),其地址为0x40006000~0x400063fd。第0个字节是0x400060...
![]() ![]() |
|
【程序】使用定时器DMA进行全自动8位数码管动态扫描#include <stm32f10x.h>
const uint8_t seg8[] = {0xc0, 0xf9, 0xa4, 0xb0, 0x99, 0x92, 0x82, 0x... |
【程序】Win32窗口程序通过WiFi与STM32单片机通信 [圖片]![]() |
ST-LinkV2升级固件的时候出现ST-Link is not in the DFU mode问题的解决办法关闭STM32 ST-LINK Utility,拔掉ST Link的USB线再插上,接着就可以升级了,每次插上USB线后只可以升级一次。
|
这次ST的GUI培训就没有送板子因为板子太贵,六七百一个,他们送不起
|
【数据】Marvell 88W8686 WiFi模块的CIS信息Initialization begins...
Command response received: CMD63, RESP_90ff8000 Command response rece... |
【数据】Marvell 88W8801 WiFi模块的CIS信息Initialization begins...
Command response received: CMD63, RESP_b0300000 Command response rece... |
【程序】Marvell 88W8686 WiFi模块的固件下载代码【main.c】
#include <stdio.h> #include <stm32f10x.h> #include <string.h>... |
【程序】Marvell 88W8686 WiFi模块的初始化代码#include <stdio.h>
#include <stm32f10x.h> #define _BV(n) (1u << (n)) uint... |
【程序】STM32L476RG用寄存器通过PLL将MSI时钟倍频到72MHz并设为系统时钟#include <stdio.h>
#include <stm32l476xx.h> int fputc(int ch, FILE *fp) {... |
【程序】STM32L476RG实现在STOP2模式下使用LPTIM,5秒钟从STOP2唤醒#include <stdio.h>
#include <stm32l476xx.h> // 供printf使用, 项目属性中勾选Use MicroLIB后有效... |
【程序】STM32F107通过外部中断来响应按键/* 单片机: STM32F107VCT6
** 系统时钟: 72MHz ** 外部晶振: 25MHz **/ #include <stm32f10x.h>... |
【实测数据】STM32F107VCT6接了25MHz外部晶振后,开机时的时钟情况volatile uint32_t num;
num = RCC->CFGR; // 0x001D040A // MCO=0: Microcontroller clock outpu... |
本吧共有主題數108個,帖子數468篇,蝶粉數1位。 |
內容轉換: |