
Inverter Kit Programming
This section explains how to program the inverter kit, which is common to all CQ brushless motor production kits. (To view the source code, you will need the documentation included with the kit.)
Kits covered by this section
●Brushless Motor & Inverter Kit 2H High Grade Set ●Brushless Motor & Inverter Kit 2H Economy Set
- CQ Brushless Motor Production Kit Parts Set 1
●Inverter 2 (high grade)
●Inverter 2 (Economy)
1. Preparing the development environment
Please register an account for arm Keil Studio using the link below. On the login screen, there are radio buttons for "Classic" and "CMSIS", but leave it at "Classic".
4. Microcontroller board power settings
The STM32F302R8 (STMicroelectronics), the microcontroller board included in the Brushless Motor & Inverter Kit 2, has several jumper pins. Among these, pin JP5 is used to select the power supply.
① When powering via USB
If you connect the jumper on pin JP5 to the U5V side , you will be able to supply power from USB (USB mini).
②When using an external power supply
If you are using an external power supply such as a battery, connect the jumper on pin JP5 to the E5V side .
In this explanation, we will write source code, so we will use USB power supply (1).


