You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
zhaohe ca252d1161 add pwm generator 1 year ago
.settings 添加串口命令支持 1 year ago
.vscode add pwm generator 1 year ago
Core add pwm generator 1 year ago
Drivers init proj 2 years ago
doc remove freertos 2 years ago
usrc add pwm generator 1 year ago
zlib add pwm generator 1 year ago
.clang-format init proj 2 years ago
.cproject 添加串口命令支持 1 year ago
.gitignore init proj 2 years ago
.mxproject remove freertos 2 years ago
.project init proj 2 years ago
README.md add pwm generator 1 year ago
STM32F103ZETX_FLASH.ld 添加串口命令支持 1 year ago
light_src_ctrl_stm32_port Debug.launch 添加串口命令支持 1 year ago
light_src_ctrl_stm32_port.ioc add pwm generator 1 year ago

README.md

STM32设计:
    1. 使用TIM8用于HAL定时器中断
    2. O3等级编译
    3. TIM6用于us延时
    4. TIM7用于波形的产生,需要使能中断,并配置成1000us一次中断触发,同时中断优先级改成0,其他中断优先级改成0+


引脚分配:
    灯光强度PWM4路输出:
        TIM5_CH1:PA0
        TIM5_CH2:PA1
        TIM5_CH3:PA2
        TIM5_CH4:PA3

使用说明:

cfg_set paramName val
    设置配置项
cfg_get paramName
    获取配置项
cfg_list
    列出所有配置项
cfg_flush
    刷新配置项
factory_reset
    恢复出厂设置