COCOFLY Tutorial - Crazy Shell Drone Series Quick Start [4] Flight Control Firmware Burning
[Copy link]
Flight control firmware burning
- Flight control firmware burning
- The firmware here refers to the Hex or Bin file compiled from the source code , where Hex is a hexadecimal file and Bin is a binary file. The following figure shows the Hex file compiled from the flight control code .
As long as this firmware is burned into the Flash of the flight control's main core STM32F103CBT6 , the flight control code can run. Here, the compiled firmware has been placed in the "【4 】Flight Control Firmware Burning" folder, as shown in the following figure.
The specific burning steps are as follows:
- Connect the matching downloader to the download port of the flight controller, and connect the other end to the computer via a data cable. As shown in the figure below.
( 2 ) Open J-Flash ARM , click " Start J-Flash ", then a box will pop up to select the corresponding J-flash file, find the main chip model of the flight control " STM32F103CB.jflash ", and click to open it. As shown in the figure below.
( 3 ) Then drag the corresponding firmware ( Hex file) to the J-Flash ARM software to open it. Press F7 or click " Auto " under " Target " to complete the firmware download.
Unplug the downloader, restart the flight controller, and all functions of the flight controller run normally.
|