2021-11-03 02:10:46 索煒達(dá)電子 842
項(xiàng)目編號(hào):E2137
文件大?。?13K
源碼說明:帶中文注釋
開發(fā)環(huán)境:C編譯器
簡(jiǎn)要概述:
STM32-GBRL-G代碼解釋程序
目錄│文件列表:
└ STM32-GBRL-G代碼解釋程序
└ STM32-GRBL
│ desktop.ini
│ JLink Regs CM3.txt
│ JLinkSettings.ini
│ keilkilll.bat
│ main.c
│ main.uvgui.rhyme
│ main.uvguix.Administrator
│ main.uvguix.Meekdai
│ main.uvopt
│ main.uvoptx
│ main.uvproj.saved_uv4
│ main.uvprojx
├ DebugConfig
│ └ Target_1_STM32F103C8_1.0.0.dbgconf
├ lib
│ │ misc.h
│ │ stm32f10x_adc.h
│ │ stm32f10x_bkp.h
│ │ stm32f10x_can.h
│ │ stm32f10x_crc.h
│ │ stm32f10x_dac.h
│ │ stm32f10x_dbgmcu.h
│ │ stm32f10x_dma.h
│ │ stm32f10x_exti.h
│ │ stm32f10x_flash.h
│ │ stm32f10x_fsmc.h
│ │ stm32f10x_gpio.h
│ │ stm32f10x_i2c.h
│ │ stm32f10x_iwdg.h
│ │ stm32f10x_pwr.h
│ │ stm32f10x_rcc.h
│ │ stm32f10x_rtc.h
│ │ stm32f10x_sdio.h
│ │ stm32f10x_spi.h
│ │ stm32f10x_tim.h
│ │ stm32f10x_usart.h
│ │ stm32f10x_wwdg.h
│ └ STM32_lib_3.0.lib
├ out
│ │ main.lnp
│ └ startup_stm32f10x_hd.lst
├ sys
│ │ core_cm3.c
│ │ core_cm3.h
│ │ startup_stm32f10x_hd.s
│ │ startup_stm32f10x_md.s
│ │ stm32f10x.h
│ │ system_stm32f10x.c
│ └ system_stm32f10x.h
└ user
│ delay.c
│ delay.h
│ eeprom.c
│ eeprom.h
│ gpio.c
│ gpio.h
│ main.c
│ stm32f10x_conf.h
│ stm32f10x_it.c
│ stm32f10x_it.h
│ usart.c
│ usart.h
├ cnc
│ │ config.h
│ │ coolant_control.c
│ │ coolant_control.h
│ │ defaults.h
│ │ eepromavr.c
│ │ eepromavr.h
│ │ gcode.c
│ │ gcode.h
│ │ limits.c
│ │ limits.h
│ │ motion_control.c
│ │ motion_control.h
│ │ nuts_bolts.c
│ │ nuts_bolts.h
│ │ pin_map.h
│ │ planner.c
│ │ planner.h
│ │ print.c
│ │ print.h
│ │ protocol.c
│ │ protocol.h
│ │ README.md
│ │ report.c
│ │ report.h
│ │ serial.c
│ │ serial.h
│ │ settings.c
│ │ settings.h
│ │ spindle_control.c
│ │ spindle_control.h
│ │ stepper.c
│ └ stepper.h
├ pwm
│ │ complementary_pwm.c
│ │ complementary_pwm.h
│ │ pwm.c
│ └ pwm.h
└ tim
│ tim.c
└ tim.h