当前位置:网站首页>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 ...
边栏推荐
- Semiconductor devices (I) PN junction
- 【NOI模拟赛】汁树(树形DP)
- Brief discussion on Buck buck circuit
- Bluebridge cup internet of things basic graphic tutorial - GPIO input key control LD5 on and off
- Is the security account given by Yixue school safe? Where can I open an account
- [trio basic tutorial 18 from introduction to proficiency] trio motion controller UDP fast exchange data communication
- Count the number of inputs (C language)
- 实例010:给人看的时间
- Classic application of MOS transistor circuit design (1) -iic bidirectional level shift
- Sword finger offer 05 Replace spaces
猜你喜欢

Introduction of air gap, etc

NTC thermistor application - temperature measurement

More than 90% of hardware engineers will encounter problems when MOS tubes are burned out!

Relationship between line voltage and phase voltage, line current and phase current

实例002:“个税计算” 企业发放的奖金根据利润提成。利润(I)低于或等于10万元时,奖金可提10%;利润高于10万元,低于20万元时,低于10万元的部分按10%提成,高于10万元的部分,可提成7.

MATLAB skills (28) Fuzzy Comprehensive Evaluation
![[cloud native | learn kubernetes from scratch] III. kubernetes cluster management tool kubectl](/img/8a/702019b44c8e60dffbcd898330afcb.png)
[cloud native | learn kubernetes from scratch] III. kubernetes cluster management tool kubectl

99 multiplication table (C language)

Several important parameters of LDO circuit design and type selection
![[trio basic from introduction to mastery tutorial 20] trio calculates the arc center and radius through three points of spatial arc](/img/9e/2524cbb9b90135c54669ba8d5338b7.jpg)
[trio basic from introduction to mastery tutorial 20] trio calculates the arc center and radius through three points of spatial arc
随机推荐
实例009:暂停一秒输出
2022.7.4-----leetcode.1200
Live555 push RTSP audio and video stream summary (III) flower screen problem caused by pushing H264 real-time stream
Bluebridge cup internet of things basic graphic tutorial - GPIO output control LD5 on and off
DokuWiki deployment notes
STM32 virtualization environment of QEMU
Detailed summary of FIO test hard disk performance parameters and examples (with source code)
亿学学堂给的证券账户安不安全?哪里可以开户
STM32 outputs 1PPS with adjustable phase
STM32 tutorial triple ADC interleaved sampling
Arduino uses nrf24l01+ communication
Example 005: three numbers sorting input three integers x, y, Z, please output these three numbers from small to large.
go依赖注入--google开源库wire
Charge pump boost principle - this article will give you a simple understanding
Several important parameters of LDO circuit design and type selection
Weidongshan Internet of things learning lesson 1
leetcode - 445. Add two numbers II
STM32---IIC
H264 (I) i/p/b frame gop/idr/ and other parameters
Example 007: copy data from one list to another list.