Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 883 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 883 Bytes

This project create a dual output PWM wave to control two mosfet and thus realize the open and closure of subinterval cicuits. The "main.c" and "pid.c" files are the file created by me.

Main topic

  • This project creates the control signal of a dual terminal voltage converter.
  • The exact description and requirement for the converter is as follows: image

Files explanations

  • The schematic figure for our original circuit is placed in "schematic" folder
  • The executive code is in "Core/Src"

Preset explanations

  • The predetermined set is for STM32F401RCT6 core unit
  • We used one particular TIM1 with two supplementary output channels to output two ways of supplementary PWM wave
  • Other hardware components are recorded in schematic.png in shematic folder