2021-10-21 18:45:44 索煒達(dá)電子 601
項(xiàng)目編號(hào):E1624
文件大小:3.5M
源碼說(shuō)明:帶中文注釋
開(kāi)發(fā)環(huán)境:C編譯器
簡(jiǎn)要概述:
基于SX1278實(shí)現(xiàn)STM32F103C8和STM8L151間通訊
目錄│文件列表:
└ STM32F103C8板子程序
│ Template.uvgui.Administrator
│ Template.uvgui.lenovo
│ Template.uvgui_lenovo.bak
│ Template.uvopt
│ Template.uvproj
│ Template_Target 1.dep
│ Template_uvopt.bak
│ Template_uvproj.bak
│ UART.opt.bak
│ UART.plg
│ UART.Uv2.bak
│ UART.uvgui.lenovo
│ UART.uvgui_lenovo.bak
│ UART.uvopt
│ UART.uvproj
│ UART_Opt.Bak
│ UART_UART.dep
│ UART_Uv2.Bak
│ UART_uvopt.bak
│ UART_uvproj.bak
├ APP
│ │ adc.c
│ │ adc.h
│ │ asc16.h
│ │ AT24C16.C
│ │ BinType.h
│ │ COM.C
│ │ config.h
│ │ cortexm3_macro.s
│ │ CRC16.C
│ │ DO_LED_KEY_LINE.C
│ │ ENC28J60.C
│ │ ENC28J60.H
│ │ exti.c
│ │ exti.h
│ │ funcation.h
│ │ gpio.c
│ │ gpio.h
│ │ handleText.c
│ │ HS320x240E.c
│ │ include.h
│ │ ip_arp_udp_tcp.c
│ │ ip_arp_udp_tcp.h
│ │ JLink Regs CM3.txt
│ │ JLinkArm_UART.ini
│ │ JLinkSettings.ini
│ │ keilkilll.bat
│ │ key N x M.c
│ │ Key23IN.C
│ │ led.c
│ │ led.h
│ │ main.c
│ │ MyType.h
│ │ net.h
│ │ OLED.C
│ │ pwm.c
│ │ pwm.h
│ │ Readme.txt
│ │ simple_server.c
│ │ startup_stm32f10x_hd.lst
│ │ stm32f10x_conf.h
│ │ stm32f10x_it.c
│ │ stm32f10x_it.h
│ │ stm32f10x_vector.s
│ │ STM32_Init.h
│ │ STM32_Reg.h
│ │ SX127678.C
│ │ sx127678.h
│ │ sx127678SPI.c
│ │ sx1278.c
│ │ sx1278.h
│ └ system.h
├ Libraries
│ ├ CMSIS
│ │ │ CMSIS debug support.htm
│ │ │ CMSIS_changes.htm
│ │ │ License.doc
│ │ ├ CM3
│ │ │ ├ CoreSupport
│ │ │ │ │ core_cm3.c
│ │ │ │ └ core_cm3.h
│ │ │ └ DeviceSupport
│ │ │ └ ST
│ │ │ └ STM32F10x
│ │ │ │ Release_Notes.html
│ │ │ │ stm32f10x.h
│ │ │ │ system_stm32f10x.c
│ │ │ │ system_stm32f10x.h
│ │ │ └ 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
│ │ │ ├ gcc_ride7
│ │ │ │ │ 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
│ │ │ ├ iar
│ │ │ │ │ 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
│ │ │ └ TrueSTUDIO
│ │ │ │ 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
│ │ └ Documentation
│ │ └ CMSIS_Core.htm
│ └ STM32F10x_StdPeriph_Driver
│ │ Release_Notes.html
│ ├ 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
├ listing
│ │ cortexm3_macro.lst
│ └ stm32f10x_vector.lst
├ obj
│ │ cortexm3_macro.d
│ │ cortexm3_macro.o
│ │ main.d
│ │ stm32f10x_it.d
│ │ stm32f10x_lib.d
│ │ stm32f10x_vector.d
│ │ stm32f10x_vector.o
│ │ STM32LoRaSend.build_log.htm
│ └ STM32LoRaSend.sct
├ output
│ │ adc.crf
│ │ adc.d
│ │ adc.o
│ │ com.crf
│ │ com.d
│ │ com.o
│ │ core_cm3.crf
│ │ core_cm3.d
│ │ core_cm3.o
│ │ ExtDll.iex
│ │ exti.crf
│ │ exti.d
│ │ exti.o
│ │ gpio.crf
│ │ gpio.d
│ │ gpio.o
│ │ led.crf
│ │ led.d
│ │ led.o
│ │ main.crf
│ │ main.d
│ │ main.o
│ │ misc.crf
│ │ misc.d
│ │ misc.o
│ │ public.crf
│ │ public.d
│ │ public.o
│ │ pwm.crf
│ │ pwm.d
│ │ pwm.o
│ │ startup_stm32f10x_hd.d
│ │ startup_stm32f10x_hd.lst
│ │ startup_stm32f10x_hd.o
│ │ stm32f10x_adc.crf
│ │ stm32f10x_adc.d
│ │ stm32f10x_adc.o
│ │ stm32f10x_exti.crf
│ │ stm32f10x_exti.d
│ │ stm32f10x_exti.o
│ │ stm32f10x_gpio.crf
│ │ stm32f10x_gpio.d
│ │ stm32f10x_gpio.o
│ │ stm32f10x_i2c.crf
│ │ stm32f10x_i2c.d
│ │ stm32f10x_i2c.o
│ │ stm32f10x_it.crf
│ │ stm32f10x_it.d
│ │ stm32f10x_it.o
│ │ stm32f10x_rcc.crf
│ │ stm32f10x_rcc.d
│ │ stm32f10x_rcc.o
│ │ stm32f10x_tim.crf
│ │ stm32f10x_tim.d
│ │ stm32f10x_tim.o
│ │ stm32f10x_usart.crf
│ │ stm32f10x_usart.d
│ │ stm32f10x_usart.o
│ │ sx127678.crf
│ │ sx127678.d
│ │ sx127678.o
│ │ sx127678spi.crf
│ │ sx127678spi.d
│ │ sx127678spi.o
│ │ sx1278.crf
│ │ sx1278.d
│ │ sx1278.o
│ │ system_stm32f10x.crf
│ │ system_stm32f10x.d
│ │ system_stm32f10x.o
│ │ 工程模板.axf
│ │ 工程模板.build_log.htm
│ │ 工程模板.hex
│ │ 工程模板.htm
│ │ 工程模板.lnp
│ │ 工程模板.map
│ │ 工程模板.plg
│ │ 工程模板.sct
│ │ 工程模板.tra
│ └ 工程模板_sct.Bak
├ startup
│ └ startup_stm32f10x_hd.s
└ user
│ main.c
│ public.c
│ public.h
│ stm32f10x_conf.h
│ stm32f10x_it.c
└ stm32f10x_it.h