Skip to content

uminus/ch32v_4ch_pwm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

CH32V003 LED Control

This project implements PWM control for LEDs using the CH32V003 and the ch32fun framework.

The firmware configures Timer 1 (TIM1) and Timer 2 (TIM2) to generate PWM signals on 4 pins.

Hardware

  • Microcontroller: CH32V003J4M6
  • Framework: ch32fun

Pin Mapping

  • PA1 -> TIM1/CH2 pwm output
  • PC4 -> TIM1/CH4 pwm output
  • PC2 -> TIM2/CH2 pwm output
  • PC1 -> TIM2/CH4 pwm output

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors