当前位置:网站首页>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 COM14If 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 ...
边栏推荐
- Soem EtherCAT source code analysis II (list of known configuration information)
- 实例008:九九乘法表
- Bluetooth hc-05 pairing process and precautions
- 实例010:给人看的时间
- Step motor generates S-curve upper computer
- [trio basic tutorial 16 from introduction to proficiency] UDP communication test supplement
- Use indent to format code
- Bluebridge cup internet of things competition basic graphic tutorial - clock selection
- STM32 --- NVIC interrupt
- [cloud native | learn kubernetes from scratch] III. kubernetes cluster management tool kubectl
猜你喜欢

Bluebridge cup internet of things competition basic graphic tutorial - clock selection

Example 006: Fibonacci series

Semiconductor devices (I) PN junction

Ble encryption details

Arduino uses nrf24l01+ communication
Example 001: the number combination has four numbers: 1, 2, 3, 4. How many three digits can be formed that are different from each other and have no duplicate numbers? How many are each?

Some thoughts on extracting perspectives from ealfa and Ebeta

STM32 --- NVIC interrupt

Sword finger offer 09 Implementing queues with two stacks

实例006:斐波那契数列
随机推荐
DCDC circuit - function of bootstrap capacitor
關於線性穩壓器的五個設計細節
【三层架构及JDBC总结】
剑指 Offer 06. 从尾到头打印链表
[trio basic tutorial 17 from getting started to mastering] set up and connect the trio motion controller and input the activation code
Keil use details -- magic wand
Talk about the function of magnetic beads in circuits
实例003:完全平方数 一个整数,它加上100后是一个完全平方数,再加上168又是一个完全平方数,请问该数是多少?
My-basic application 2: my-basic installation and operation
动力电池UL2580测试项目包括哪些
Sword finger offer 05 Replace spaces
Array integration initialization (C language)
[nas1] (2021cvpr) attentivenas: improving neural architecture search via attentive sampling (unfinished)
How to write cover letter?
[three tier architecture]
Hardware and software solution of FPGA key chattering elimination
Live555 push RTSP audio and video stream summary (I) cross compilation
Relationship between line voltage and phase voltage, line current and phase current
Use indent to format code
第十八章 使用工作队列管理器(一)