Lost !

-----hard working for the furture.

导航

统计

文章分类 -  STM32

上一页 1 2

mbed-os
摘要:https://os.mbed.com/handbook/Homepage 阅读全文

posted @ 2024-01-21 21:15 失落''80 阅读(1) 评论(0) 推荐(0) 编辑

STM32-基本知识梳理3-时钟系统详解\重写时钟模块MCO输出
摘要:https://blog.csdn.net/ADAS_sunshine/article/details/129911267 阅读全文

posted @ 2024-01-21 18:21 失落''80 阅读(10) 评论(0) 推荐(0) 编辑

单片机stm32时钟频率和配置方法详解
摘要:单片机stm32时钟频率 STM32F103内部8M的内部震荡,经过倍频后最高可以达到72M。目前TI的M3系列芯片最高频率可以达到80M。 在stm32固件库3.0中对时钟频率的选择进行了大大的简化,原先的一大堆操作都在后台进行。系统给出的函数为SystemInit()。但在调用前还需要进行一些宏 阅读全文

posted @ 2024-01-21 14:42 失落''80 阅读(1128) 评论(0) 推荐(0) 编辑

cubemx 系列教程
摘要:https://www.cnblogs.com/lc-guo/p/17953690 阅读全文

posted @ 2024-01-20 11:15 失落''80 阅读(4) 评论(0) 推荐(0) 编辑

stm32工程模板
摘要:寄存器赋值: 阅读全文

posted @ 2024-01-19 20:33 失落''80 阅读(1) 评论(0) 推荐(0) 编辑

MDK5兼容包
摘要:https://developer.arm.com/documentation/101407/0539/Creating-Applications/Tips-and-Tricks/Use-MDK-Version-4-Projects 阅读全文

posted @ 2024-01-06 22:31 失落''80 阅读(13) 评论(0) 推荐(0) 编辑

STM32 CMAKE
摘要:cmake_minimum_required(VERSION 3.10) project(stm32test) ##head files include_directories("/home/user/stm32/gcc-arm-none-eabi-10.3-2021.10/arm-none-eab 阅读全文

posted @ 2023-12-31 16:24 失落''80 阅读(6) 评论(0) 推荐(0) 编辑

stm32 库函数教程
摘要:https://www.bilibili.com/video/BV19P411J7hE/?spm_id_from=333.788&vd_source=2e137d91d58e280049b91fe9f4ffd6dd 阅读全文

posted @ 2023-12-18 11:47 失落''80 阅读(10) 评论(0) 推荐(0) 编辑

STM32F429IDISCOVERY simulink 仿真
摘要:注意下载模式: 阅读全文

posted @ 2023-11-23 22:23 失落''80 阅读(9) 评论(0) 推荐(0) 编辑

使用CubeMx配置STM32定时器输出PWM信号
摘要:https://www.iotword.com/15669.html 阅读全文

posted @ 2023-11-18 13:14 失落''80 阅读(16) 评论(0) 推荐(0) 编辑

如何在 VScode 创建 stm32 项目?
摘要:https://www.jianshu.com/p/f514c60d546d https://www.cnblogs.com/halin/p/15169658.html 阅读全文

posted @ 2023-11-03 10:15 失落''80 阅读(3) 评论(0) 推荐(0) 编辑

stm32f030p4 板载flash大小
摘要:16384/1024=16 KB 10:28:21 : Read File: C:\Users\Administrator\Desktop\stm32f030p4.hex 10:28:21 : Number of segments: 1 10:28:21 : segment[0]: address= 阅读全文

posted @ 2023-10-21 10:24 失落''80 阅读(30) 评论(0) 推荐(0) 编辑

stm32f030f4p6 串口配置
摘要:第一步:配置RCC时钟 第二步:配置uart1,波特率115200, 根据原理图配置管脚是PA9,PA10, 第三步:时钟配置 第四步:生成工程 第五步:代码实现 while (1) { /* USER CODE END WHILE */ char cmd[]="this is test !!\n" 阅读全文

posted @ 2023-10-07 10:13 失落''80 阅读(455) 评论(0) 推荐(0) 编辑

stm32f030 discovery kit 串口测试
摘要:第一步:选择板子 第二步:选择rcc 时钟,外部时钟源 第三步: 配置usart1 第四部:时钟树配置,选择hse, 板子最大48Mhz 第五步:生成keil工程 第六步:编写代码 while (1) { /* USER CODE END WHILE */ /* USER CODE END WHIL 阅读全文

posted @ 2023-10-07 09:17 失落''80 阅读(25) 评论(0) 推荐(0) 编辑

STM32F103 KEIL 工程
摘要:stm32f103vet6 + stlink-v2 第一步: 第二步: 第三步: 第四步: F7 编译下载 阅读全文

posted @ 2022-05-03 13:01 失落''80 阅读(37) 评论(0) 推荐(0) 编辑

嵌入式stm32f429上成功跑通主流Linux 4.13
摘要:https://blog.csdn.net/farsight1/article/details/79377337 阅读全文

posted @ 2018-11-16 10:27 失落''80 阅读(536) 评论(0) 推荐(0) 编辑

STM32的外部中断EXTI及NVIC中断优先级介绍
摘要:https://blog.csdn.net/weixin_42108484/article/details/80719186 阅读全文

posted @ 2018-11-14 16:48 失落''80 阅读(89) 评论(0) 推荐(0) 编辑

stm32 寄存器操作
摘要:https://blog.csdn.net/xiaoxiaopengbo/article/details/77351463 阅读全文

posted @ 2018-08-07 17:13 失落''80 阅读(93) 评论(0) 推荐(0) 编辑

emWin 2天速成实例教程000_如何快速入门emWin/ucGUI
摘要:http://www.neqee.com/content/?149.html 阅读全文

posted @ 2018-07-06 13:44 失落''80 阅读(124) 评论(0) 推荐(0) 编辑

上一页 1 2
点击右上角即可分享
微信分享提示