当前位置:网站首页>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 ...
边栏推荐
- Problem solving: interpreter error: no file or directory
- Imx6ull bare metal development learning 2- use C language to light LED indicator
- Google sitemap files for rails Projects - Google sitemap files for rails projects
- Sizeof (function name) =?
- Five design details of linear regulator
- Classic application of MOS transistor circuit design (1) -iic bidirectional level shift
- Circleq of linked list
- STM32 single chip microcomputer - bit band operation
- OC and OD gate circuit
- Array integration initialization (C language)
猜你喜欢
Sword finger offer 06 Print linked list from end to end
STM32 --- NVIC interrupt
Circleq of linked list
How to copy formatted notepad++ text?
[three tier architecture]
FIO测试硬盘性能参数和实例详细总结(附源码)
leetcode - 445. Add two numbers II
Explain task scheduling based on Cortex-M3 in detail (Part 2)
DokuWiki deployment notes
Example 010: time to show
随机推荐
Example 007: copy data from one list to another list.
Example 010: time to show
leetcode - 445. Add two numbers II
Management and use of DokuWiki
Explain task scheduling based on Cortex-M3 in detail (Part 1)
Anonymous structure in C language
Cinq détails de conception du régulateur de tension linéaire
Meizu Bluetooth remote control temperature and humidity access homeassistant
Management and use of DokuWiki (supplementary)
Live555 push RTSP audio and video stream summary (I) cross compilation
Sword finger offer 09 Implementing queues with two stacks
剑指 Offer 09. 用两个栈实现队列
Array integration initialization (C language)
Buildroot system for making raspberry pie cm3
Count the number of inputs (C language)
实例010:给人看的时间
Soem EtherCAT source code analysis I (data type definition)
MHA High available Cluster for MySQL
2020-05-21
Sql Server的存儲過程詳解