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 d48e48b95d v1.0 1 year ago
.settings V1.0 1 year ago
.vscode v1.0 1 year ago
Core update 1 year ago
Drivers init proj 1 year ago
doc remove freertos 1 year ago
release/v1.0 v1.0 1 year ago
usrc V1.1 1 year ago
zlib V1.1 1 year ago
.clang-format init proj 1 year ago
.cproject V1.0 1 year ago
.gitignore v1.0 1 year ago
.mxproject remove freertos 1 year ago
.project init proj 1 year ago
ATK-DNM144Z-M3 APM32E103版 V1.0.pdf OK 1 year ago
README.md OK 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 update 1 year ago

README.md

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


引脚分配:
    灯光强度PWM4路输出:
        TIM8_CH1:PC6
        TIM8_CH2:PC7
        TIM8_CH3:PC8
        TIM8_CH4:PA9

    输入捕获引脚:
        PA0
    输出引脚:
        CH1:PA1
        CH2:PA2
        CH3:PA3
        CH4:PA4
        CH1|CH2|CH3|CH4 :PA5

使用说明:

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