极品馒头泬19p,国产精品亚洲一区二区三区,狠狠色噜噜狠狠狠7777奇米,国产精品视频一区二区三区无码,国产欧美日韩久久久久

【E307】熔融沉積成型打印機(jī)主控代碼(STM32)

2021-08-18 10:46:24      索煒達(dá)電子      628     

項(xiàng)目編號(hào):E307

文件大?。?24K

源碼說(shuō)明:帶中文注釋

開發(fā)環(huán)境:C編譯器

簡(jiǎn)要概述:

錄│文件列表:

 └ 熔融沉積成型打印機(jī)主控代碼(STM32)

    │ keilkill.bat

    │ README.md

    │ stm32_createTemperatureLookup_new.py

    │ stm32_createTemperatureLookup_old.py

    ├ CMSIS

    │  │ core_cm3.c

    │  │ core_cm3.h

    │  │ stm32f10x.h

    │  │ system_stm32f10x.c

    │  └ system_stm32f10x.h

    ├ FWLIB

    │  ├ inc

    │  │  │ misc.h

    │  │  │ stm32f10x_adc.h

    │  │  │ stm32f10x_bkp.h

    │  │  │ stm32f10x_can.h

    │  │  │ stm32f10x_cec.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

    │  └ src

    │     │ misc.c

    │     │ stm32f10x_adc.c

    │     │ stm32f10x_bkp.c

    │     │ stm32f10x_can.c

    │     │ stm32f10x_cec.c

    │     │ stm32f10x_crc.c

    │     │ stm32f10x_dac.c

    │     │ stm32f10x_dbgmcu.c

    │     │ stm32f10x_dma.c

    │     │ stm32f10x_exti.c

    │     │ stm32f10x_flash.c

    │     │ stm32f10x_fsmc.c

    │     │ stm32f10x_gpio.c

    │     │ stm32f10x_i2c.c

    │     │ stm32f10x_iwdg.c

    │     │ stm32f10x_pwr.c

    │     │ stm32f10x_rcc.c

    │     │ stm32f10x_rtc.c

    │     │ stm32f10x_sdio.c

    │     │ stm32f10x_spi.c

    │     │ stm32f10x_tim.c

    │     │ stm32f10x_usart.c

    │     └ stm32f10x_wwdg.c

    ├ HARDWARE

    │  ├ 24cxx

    │  │  │ 24cxx.c

    │  │  └ 24cxx.h

    │  ├ beep

    │  │  │ beep.c

    │  │  └ beep.h

    │  ├ flash

    │  │  │ flash.c

    │  │  │ flash.h

    │  │  └ 新建文件夾

    │  │     │ flash.c

    │  │     └ flash.h

    │  ├ key

    │  │  │ key.c

    │  │  └ key.h

    │  ├ lcd

    │  │  │ font.h

    │  │  │ lcd.c

    │  │  └ lcd.h

    │  ├ LCD12864

    │  │  │ lcd12864.c

    │  │  │ lcd12864.h

    │  │  │ lcd12864_menu.c

    │  │  └ lcd12864_menu.h

    │  ├ lcd_touch

    │  │  │ touch.c

    │  │  └ touch.h

    │  ├ led

    │  │  │ led.c

    │  │  └ led.h

    │  ├ motion_control

    │  │  │ motion_control.c

    │  │  └ motion_control.h

    │  ├ planner

    │  │  │ planner.c

    │  │  └ planner.h

    │  ├ rtc

    │  │  │ rtc.c

    │  │  └ rtc.h

    │  ├ sdio

    │  │  │ sdio_sdcard.c

    │  │  └ sdio_sdcard.h

    │  ├ sram

    │  │  │ sram.c

    │  │  └ sram.h

    │  ├ step_motor

    │  │  │ speed_lookuptable.h

    │  │  │ stepper.c

    │  │  └ stepper.h

    │  ├ thermistor

    │  │  │ temperature.c

    │  │  │ temperature.h

    │  │  └ thermistortables.h

    │  └ w25qxx

    │     │ w25qxx.c

    │     └ w25qxx.h

    ├ Project

    │  │ JLinkSettings.ini

    │  │ STM32_3DPrinter_firmware.uvguix.xiaoyuan

    │  │ STM32_3DPrinter_firmware.uvoptx

    │  │ STM32_3DPrinter_firmware.uvprojx

    │  ├ DebugConfig

    │  │  │ 3Dprinter_firmware_STM32F103RC.dbgconf

    │  │  │ 3Dprinter_firmware_STM32F103VE.dbgconf

    │  │  │ Target_1_STM32F103RC.dbgconf

    │  │  └ USER_STM32F103RC.dbgconf

    │  ├ Listings

    │  │  └ startup_stm32f10x_hd.lst

    │  └ Objects

    │     │ 24cxx.crf

    │     │ adc.crf

    │     │ beep.crf

    │     │ bmp.crf

    │     │ button.crf

    │     │ cardreader.crf

    │     │ configurationstore.crf

    │     │ core_cm3.crf

    │     │ delay.crf

    │     │ diskio.crf

    │     │ dlion.crf

    │     │ edit.crf

    │     │ exfuns.crf

    │     │ ExtDll.iex

    │     │ exti.crf

    │     │ ff.crf

    │     │ filelistbox.crf

    │     │ flash.crf

    │     │ fontshow.crf

    │     │ fontupd.crf

    │     │ gif.crf

    │     │ gui.crf

    │     │ iic.crf

    │     │ jpeg.crf

    │     │ key.crf

    │     │ lcd.crf

    │     │ lcd12864.crf

    │     │ lcd12864_menu.crf

    │     │ led.crf

    │     │ listbox.crf

    │     │ main.crf

    │     │ malloc.crf

    │     │ marlin_main.crf

    │     │ memo.crf

    │     │ menucontrol.crf

    │     │ menu_common.crf

    │     │ menu_filebrowse.crf

    │     │ menu_mainui.crf

    │     │ menu_picview.crf

    │     │ menu_setting.crf

    │     │ misc.crf

    │     │ motion_control.crf

    │     │ motion_control_1.crf

    │     │ mycc936.crf

    │     │ picdecode.crf

    │     │ planner.crf

    │     │ planner_1.crf

    │     │ progressbar.crf

    │     │ rtc.crf

    │     │ scrollbar.crf

    │     │ sdio_sdcard.crf

    │     │ spi.crf

    │     │ sram.crf

    │     │ stepper.crf

    │     │ step_motor.crf

    │     │ stm32f10x_adc.crf

    │     │ stm32f10x_bkp.crf

    │     │ stm32f10x_can.crf

    │     │ stm32f10x_cec.crf

    │     │ stm32f10x_crc.crf

    │     │ stm32f10x_dac.crf

    │     │ stm32f10x_dbgmcu.crf

    │     │ stm32f10x_dma.crf

    │     │ stm32f10x_exti.crf

    │     │ stm32f10x_flash.crf

    │     │ stm32f10x_fsmc.crf

    │     │ stm32f10x_gpio.crf

    │     │ stm32f10x_i2c.crf

    │     │ stm32f10x_it.crf

    │     │ stm32f10x_iwdg.crf

    │     │ stm32f10x_pwr.crf

    │     │ stm32f10x_rcc.crf

    │     │ stm32f10x_rtc.crf

    │     │ stm32f10x_sdio.crf

    │     │ stm32f10x_spi.crf

    │     │ stm32f10x_tim.crf

    │     │ stm32f10x_usart.crf

    │     │ stm32f10x_wwdg.crf

    │     │ STM32_3DPrinter_firmware.axf

    │     │ STM32_3DPrinter_firmware.build_log.htm

    │     │ STM32_3DPrinter_firmware.htm

    │     │ STM32_3DPrinter_firmware.lnp

    │     │ STM32_3DPrinter_firmware.sct

    │     │ STM32_3DPrinter_firmware_3Dprinter_firmware.dep

    │     │ STM32_3DPrinter_firmware_sct.Bak

    │     │ sys.crf

    │     │ system_stm32f10x.crf

    │     │ temperature.crf

    │     │ thermistortables.crf

    │     │ timer.crf

    │     │ touch.crf

    │     │ usart.crf

    │     │ watchdog.crf

    │     └ window.crf

    ├ SOFTWARE

    │  ├ FATFS

    │  │  ├ doc

    │  │  │  │ css_e.css

    │  │  │  │ css_j.css

    │  │  │  └ img

    │  │  │     │ app1.c

    │  │  │     │ app2.c

    │  │  │     │ app3.c

    │  │  │     │ app4.c

    │  │  │     │ f1.png

    │  │  │     │ f2.png

    │  │  │     │ f3.png

    │  │  │     │ f4.png

    │  │  │     │ f5.png

    │  │  │     │ f6.png

    │  │  │     │ f7.png

    │  │  │     │ funcs.png

    │  │  │     │ layers.png

    │  │  │     │ layers3.png

    │  │  │     │ modules.png

    │  │  │     │ rwtest.png

    │  │  │     │ rwtest2.png

    │  │  │     └ rwtest3.png

    │  │  ├ exfuns

    │  │  │  │ exfuns.c

    │  │  │  │ exfuns.h

    │  │  │  │ fattester.c

    │  │  │  │ fattester.h

    │  │  │  └ mycc936.c

    │  │  └ src

    │  │     │ diskio.c

    │  │     │ diskio.h

    │  │     │ ff.c

    │  │     │ ff.h

    │  │     │ ffconf.h

    │  │     │ integer.h

    │  │     └ option

    │  │        │ cc932.c

    │  │        │ cc936.c

    │  │        │ cc949.c

    │  │        │ cc950.c

    │  │        │ ccsbcs.c

    │  │        │ syscall.c

    │  │        └ unicode.c

    │  ├ FONT

    │  │  │ fontshow.c

    │  │  │ fontshow.h

    │  │  │ fontupd.c

    │  │  └ fontupd.h

    │  ├ GUI

    │  │  │ button.c

    │  │  │ button.h

    │  │  │ edit.c

    │  │  │ edit.h

    │  │  │ filelistbox.c

    │  │  │ filelistbox.h

    │  │  │ gui.c

    │  │  │ gui.h

    │  │  │ gui_conf.h

    │  │  │ icos.h

    │  │  │ listbox.c

    │  │  │ listbox.h

    │  │  │ memo.c

    │  │  │ memo.h

    │  │  │ progressbar.c

    │  │  │ progressbar.h

    │  │  │ scrollbar.c

    │  │  │ scrollbar.h

    │  │  │ window.c

    │  │  └ window.h

    │  ├ MALLOC

    │  │  │ malloc.c

    │  │  └ malloc.h

    │  ├ MENU

    │  │  │ menucontrol.c

    │  │  │ menucontrol.h

    │  │  │ menu_common.c

    │  │  │ menu_common.h

    │  │  │ menu_conf.h

    │  │  │ menu_filebrowse.c

    │  │  │ menu_filebrowse.h

    │  │  │ menu_mainui.c

    │  │  │ menu_mainui.h

    │  │  │ menu_picview.c

    │  │  │ menu_picview.h

    │  │  │ menu_setting.c

    │  │  └ menu_setting.h

    │  └ PICTURE

    │     │ bmp.c

    │     │ bmp.h

    │     │ gif.c

    │     │ gif.h

    │     │ integer.h

    │     │ jpeg.c

    │     │ jpeg.h

    │     │ picdecode.c

    │     │ picdecode.h

    │     └ picture_conf.h

    ├ STARTCODE

    │  │ startup_stm32f10x_cl.s

    │  │ startup_stm32f10x_hd.s

    │  │ startup_stm32f10x_hd_vl.s

    │  │ startup_stm32f10x_ld.s

    │  │ startup_stm32f10x_ld_vl.s

    │  │ startup_stm32f10x_md.s

    │  │ startup_stm32f10x_md_vl.s

    │  └ startup_stm32f10x_xl.s

    ├ SYSTEM

    │  ├ adc

    │  │  │ adc.c

    │  │  └ adc.h

    │  ├ delay

    │  │  │ delay.c

    │  │  └ delay.h

    │  ├ exti

    │  │  │ exti.c

    │  │  └ exti.h

    │  ├ iic

    │  │  │ iic.c

    │  │  └ iic.h

    │  ├ spi

    │  │  │ spi.c

    │  │  └ spi.h

    │  ├ sys

    │  │  │ sys.c

    │  │  └ sys.h

    │  ├ timer

    │  │  │ timer.c

    │  │  └ timer.h

    │  ├ usart

    │  │  │ usart.c

    │  │  └ usart.h

    │  └ watchdog

    │     │ watchdog.c

    │     └ watchdog.h

    └ USER

       │ Configuration.h

       │ Configuration.h~RF3e09fa2.TMP

       │ ConfigurationStore.c

       │ ConfigurationStore.h

       │ Configuration_adv.h

       │ include_conf.h

       │ language.h

       │ main.c

       │ marlin_main.c

       │ marlin_main.h

       │ pins.h

       │ stm32f10x_conf.h

       │ stm32f10x_it.c

       │ stm32f10x_it.h

       └ CARDREAD

          │ cardreader.c

          └ cardreader.h

TAG熔融沉積
  • 7 次
  • 1 分