【E2149】TI杯大赛项目-电子秤设计

2021-11-05 10:13:02      索炜达电子      420     

项目编号:E2149

文件大小:7M

源码说明:带中文注释

开发环境:C编译器

简要概述:

【E2149】TI杯大赛项目-电子秤设计【E2149】TI杯大赛项目-电子秤设计【E2149】TI杯大赛项目-电子秤设计【E2149】TI杯大赛项目-电子秤设计

目录│文件列表:

 └ ti_scale

    │ BINARY.h

    │ 删删更清爽.bat

    │ 按键接口.jpg

    │ 旗舰开发板原理图.pdf

    │ 电子秤模块连接.jpg

    │ 综合效果.jpg

    │ 综合效果图.jpg

    ├ CMSIS

    │  └ CM3

    │     ├ CoreSupport

    │     │  │ core_cm3.c

    │     │  └ core_cm3.h

    │     └ DeviceSupport

    │        └ ST

    │           └ STM32F10x

    │              │ stm32f10x.h

    │              │ system_stm32f10x.c

    │              └ system_stm32f10x.h

    ├ Libraries

    │  ├ 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

    ├ Project

    │  │ JLinkSettings.ini

    │  │ MdkPro.uvgui.Administrator

    │  │ MdkPro.uvgui.Leonard

    │  │ MdkPro.uvgui.潇湘子

    │  │ MdkPro.uvguix.Administrator

    │  │ MdkPro.uvguix.HouXiao

    │  │ MdkPro.uvguix.Smallqing

    │  │ MdkPro.uvguix.ThinkPad

    │  │ MdkPro.uvopt

    │  │ MdkPro.uvoptx

    │  │ MdkPro.uvproj.saved_uv4

    │  │ MdkPro.uvprojx

    │  │ StandPro.cogui

    │  │ StandPro.comarker

    │  │ StandPro.coproj

    │  │ test.vpj

    │  │ test.vpw

    │  │ test.vpwhist

    │  │ test.vtg

    │  ├ Debug

    │  │  └ test.vpb

    │  ├ DebugConfig

    │  │  │ MdkPro_STM32F103R8.dbgconf

    │  │  │ MdkPro_STM32F103RB.dbgconf

    │  │  │ MdkPro_STM32F103RB_1.0.0.dbgconf

    │  │  └ MdkPro_STM32F103ZE_1.0.0.dbgconf

    │  ├ LISTING

    │  │  │ MdkPro.map

    │  │  └ startup_stm32f10x_hd.lst

    │  ├ logs

    │  │  │ codb-stat-client.2014-08-19.log

    │  │  │ codb-time-client-2014-08-19.log

    │  │  └ codb.2014-08-19.log

    │  ├ OUTPUT

    │  │  │ bitstream.crf

    │  │  │ bitstream.d

    │  │  │ bitstream.o

    │  │  │ core_cm3.crf

    │  │  │ core_cm3.d

    │  │  │ core_cm3.o

    │  │  │ delay.crf

    │  │  │ delay.d

    │  │  │ delay.o

    │  │  │ hx711.crf

    │  │  │ hx711.d

    │  │  │ hx711.o

    │  │  │ lcd.crf

    │  │  │ lcd.d

    │  │  │ lcd.o

    │  │  │ main.crf

    │  │  │ main.d

    │  │  │ main.o

    │  │  │ mask.crf

    │  │  │ mask.d

    │  │  │ mask.o

    │  │  │ MdkPro.axf

    │  │  │ MdkPro.build_log.htm

    │  │  │ MdkPro.hex

    │  │  │ MdkPro.htm

    │  │  │ MdkPro.lnp

    │  │  │ MdkPro_MdkPro.dep

    │  │  │ misc.crf

    │  │  │ misc.d

    │  │  │ misc.o

    │  │  │ mmask.crf

    │  │  │ mmask.d

    │  │  │ mmask.o

    │  │  │ mqrspec.crf

    │  │  │ mqrspec.d

    │  │  │ mqrspec.o

    │  │  │ peripheral.crf

    │  │  │ peripheral.d

    │  │  │ peripheral.o

    │  │  │ qrencode.crf

    │  │  │ qrencode.d

    │  │  │ qrencode.o

    │  │  │ qrinput.crf

    │  │  │ qrinput.d

    │  │  │ qrinput.o

    │  │  │ qrspec.crf

    │  │  │ qrspec.d

    │  │  │ qrspec.o

    │  │  │ qr_encode.crf

    │  │  │ qr_encode.d

    │  │  │ qr_encode.o

    │  │  │ rscode.crf

    │  │  │ rscode.d

    │  │  │ rscode.o

    │  │  │ sim900a.crf

    │  │  │ sim900a.d

    │  │  │ sim900a.o

    │  │  │ split.crf

    │  │  │ split.d

    │  │  │ split.o

    │  │  │ startup_stm32f10x_hd.d

    │  │  │ startup_stm32f10x_hd.o

    │  │  │ stm32f10x_adc.crf

    │  │  │ stm32f10x_adc.d

    │  │  │ stm32f10x_adc.o

    │  │  │ stm32f10x_can.crf

    │  │  │ stm32f10x_can.d

    │  │  │ stm32f10x_can.o

    │  │  │ stm32f10x_dma.crf

    │  │  │ stm32f10x_dma.d

    │  │  │ stm32f10x_dma.o

    │  │  │ stm32f10x_exti.crf

    │  │  │ stm32f10x_exti.d

    │  │  │ stm32f10x_exti.o

    │  │  │ stm32f10x_flash.crf

    │  │  │ stm32f10x_flash.d

    │  │  │ stm32f10x_flash.o

    │  │  │ stm32f10x_fsmc.crf

    │  │  │ stm32f10x_fsmc.d

    │  │  │ stm32f10x_fsmc.o

    │  │  │ stm32f10x_gpio.crf

    │  │  │ stm32f10x_gpio.d

    │  │  │ stm32f10x_gpio.o

    │  │  │ stm32f10x_it.crf

    │  │  │ stm32f10x_it.d

    │  │  │ stm32f10x_it.o

    │  │  │ stm32f10x_iwdg.crf

    │  │  │ stm32f10x_iwdg.d

    │  │  │ stm32f10x_iwdg.o

    │  │  │ stm32f10x_pwr.crf

    │  │  │ stm32f10x_pwr.d

    │  │  │ stm32f10x_pwr.o

    │  │  │ stm32f10x_rcc.crf

    │  │  │ stm32f10x_rcc.d

    │  │  │ stm32f10x_rcc.o

    │  │  │ stm32f10x_spi.crf

    │  │  │ stm32f10x_spi.d

    │  │  │ stm32f10x_spi.o

    │  │  │ stm32f10x_tim.crf

    │  │  │ stm32f10x_tim.d

    │  │  │ stm32f10x_tim.o

    │  │  │ stm32f10x_usart.crf

    │  │  │ stm32f10x_usart.d

    │  │  │ stm32f10x_usart.o

    │  │  │ system_stm32f10x.crf

    │  │  │ system_stm32f10x.d

    │  │  │ system_stm32f10x.o

    │  │  │ tools.crf

    │  │  │ tools.d

    │  │  │ tools.o

    │  │  │ user.crf

    │  │  │ user.d

    │  │  └ user.o

    │  ├ RTE

    │  │  │ RTE_Components.h

    │  │  └ _MdkPro

    │  │     └ RTE_Components.h

    │  └ StandPro

    │     ├ Debug

    │     │  ├ bin

    │     │  │  └ history.xml

    │     │  └ obj

    │     │     │ dependencies.xml

    │     │     └ history.xml

    │     └ StandPro.elf.xcodeproj

    │        └ project.pbxproj

    ├ Startup

    │  └ arm

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

    └ USER

       │ adc.c

       │ adc.h

       │ ads1230.c

       │ ads1230.h

       │ delay.c

       │ delay.h

       │ ds18b20.c

       │ ds18b20.h

       │ gsm.c

       │ gsm.h

       │ HX.c

       │ HX.h

       │ HX711.c

       │ HX711.c.orig

       │ HX711.h

       │ iic.c

       │ iic.c.orig

       │ iic.h

       │ includes.h

       │ main.c

       │ main.c.orig

       │ pcf8563.c

       │ pcf8563.c.orig

       │ PCF8563.h

       │ PCF8563.h.orig

       │ peripheral.c

       │ peripheral.c.orig

       │ peripheral.h

       │ sim900a.c

       │ sim900a.c.orig

       │ sim900a.h

       │ spi.c

       │ spi.h

       │ stdbool.h

       │ stdint.h

       │ stm32f10x_conf.h

       │ stm32f10x_it.c

       │ stm32f10x_it.c.orig

       │ stm32f10x_it.h

       │ stmflash.c

       │ stmflash.h

       │ sys.c

       │ sys.h

       │ tm1638.C

       │ tm1638.h

       │ tools.c

       │ tools.h

       │ user.c

       │ user.c.orig

       │ user.h

       ├ LCD

       │  │ font.h

       │  │ lcd.c

       │  │ lcd.c.orig

       │  └ lcd.h

       └ QRENCODE

          │ bitstream.c

          │ bitstream.h

          │ mask.c

          │ mask.h

          │ mmask.c

          │ mmask.h

          │ mqrspec.c

          │ mqrspec.h

          │ qrencode.c

          │ qrencode.h

          │ qrinput.c

          │ qrinput.h

          │ qrspec.c

          │ qrspec.h

          │ QR_Encode.c

          │ QR_Encode.h

          │ rscode.c

          │ rscode.h

          │ split.c

          └ split.h

TAG电子秤设计
  • 9 次
  • 1 分