当前位置:网站首页>Arduino operation stm32
Arduino operation stm32
2022-07-05 08:29:00 【Sharing master】
Operation steps
- Download related files Click on here , Main download Arduino_STM32 STM32duino-bootloader Two compression packs
- take Arduino_STM32 Put it in arduino\hardware Below directory ,
- Add development board
- towards STM32 burning Bootloader, hold boot0 insert 1 The location of ,boot1 insert 0 The location of . Then insert your serial port download line (C8T6, This film's Tx and Rx Respectively corresponding to pin PA9 and PA10)
- CDM Enter the following command ( Pay attention to the serial port number )
stm32flash.exe -w generic_boot20_pc13.bin -v -g 0x0 COM14
If the following prompt appears , You need to click on the core board rest Reset key
λ stm32flash.exe -w generic_boot20_pc13.bin -v -g 0x0 COM5
stm32flash 0.4http://stm32flash.googlecode.com/
Using Parser : Raw BINARY
Interface serial_w32: 57600 8E1
Failed to init device.
After that, the burning is normal
λ stm32flash.exe -w generic_boot20_pc13.bin -v -g 0x0 COM5
stm32flash 0.4http://stm32flash.googlecode.com/
Using Parser : Raw BINARY
Interface serial_w32: 57600 8E1
Version : 0x22
Option 1 : 0x00
Option 2 : 0x00
Device ID : 0x0410 (Medium-density)
- RAM : 20KiB (512b reserved by bootloader)
- Flash : 128KiB (sector size: 4x1024)
- Option RAM : 16b
- System RAM : 2KiB
Write to memory
Erasing memory
Wrote and verified address 0x080056fc (100.00%) Done.Starting execution at address 0x08000000... done.
- Then you can use the power interface to download the program
Passing pit
One 、git Because the wall is too slow , Share here https://ageshare.lanzous.com/ibp9v2d
Two 、 Previously used ttl Connect win10 There's something wrong with the computer , You can update the driver to solve , Drive sharing https://ageshare.lanzous.com/ibpdmub
To be continued ...
边栏推荐
- Bluebridge cup internet of things competition basic graphic tutorial - clock selection
- [nas1] (2021cvpr) attentivenas: improving neural architecture search via attentive sampling (unfinished)
- Imx6ull bare metal development learning 1-assembly lit LED
- Sql Server的存儲過程詳解
- Example 008: 99 multiplication table
- Introduction of air gap, etc
- Explication de la procédure stockée pour SQL Server
- Briefly talk about the identification protocol of mobile port -bc1.2
- STM32 --- GPIO configuration & GPIO related library functions
- Wifi-802.11 negotiation rate table
猜你喜欢
Example 003: a complete square is an integer. It is a complete square after adding 100, and it is a complete square after adding 168. What is the number?
Solutions to compilation warnings in Quartus II
UE pixel stream, come to a "diet pill"!
Semiconductor devices (I) PN junction
NTC thermistor application - temperature measurement
实例005:三数排序 输入三个整数x,y,z,请把这三个数由小到大输出。
Wifi-802.11 negotiation rate table
[tutorial 19 of trio basic from introduction to proficiency] detailed introduction of trio as a slave station connecting to the third-party bus (anybus PROFIBUS DP...)
Example 005: three numbers sorting input three integers x, y, Z, please output these three numbers from small to large.
实例007:copy 将一个列表的数据复制到另一个列表中。
随机推荐
第十八章 使用工作队列管理器(一)
Briefly talk about the identification protocol of mobile port -bc1.2
Stm32--- systick timer
MATLAB skills (28) Fuzzy Comprehensive Evaluation
Arduino uses nrf24l01+ communication
Array integration initialization (C language)
实例003:完全平方数 一个整数,它加上100后是一个完全平方数,再加上168又是一个完全平方数,请问该数是多少?
leetcode - 445. Add two numbers II
Several important parameters of LDO circuit design and type selection
MySQL之MHA高可用集群
UE像素流,来颗“减肥药”吧!
Use indent to format code
Example 009: pause output for one second
[trio basic from introduction to mastery tutorial XIV] trio realizes unit axis multi-color code capture
【论文阅读】2022年最新迁移学习综述笔注(Transferability in Deep Learning: A Survey)
[nas1] (2021cvpr) attentivenas: improving neural architecture search via attentive sampling (unfinished)
实例005:三数排序 输入三个整数x,y,z,请把这三个数由小到大输出。
[paper reading] the latest transfer ability in deep learning: a survey in 2022
Various types of questions judged by prime numbers within 100 (C language)
Go dependency injection -- Google open source library wire