2021-08-17 23:21:01 索炜达电子 639
项目编号:E280
文件大小:6.2M
源码说明:带中文注释
开发环境:C编译器
简要概述
基于STM32cube库移植的freemobus-v1.5库(Slave), 无RTOS。
请参考freemobus-v1.5文档。
使用说明
硬件MCU:STM32F103ZET6
串口:USART2
PortTimer: TIM6
LED: PB5,PE5
文件列表:
目录│文件列表:
└ stm32-freemodbus-v1.5-slave
│ .mxproject
│ modbus.ioc
├ Core
│ ├ Inc
│ │ │ gpio.h
│ │ │ main.h
│ │ │ stm32f1xx_hal_conf.h
│ │ │ stm32f1xx_it.h
│ │ │ tim.h
│ │ └ usart.h
│ └ Src
│ │ gpio.c
│ │ main.c
│ │ stm32f1xx_hal_msp.c
│ │ stm32f1xx_it.c
│ │ system_stm32f1xx.c
│ │ tim.c
│ └ usart.c
├ Drivers
│ ├ CMSIS
│ │ ├ Device
│ │ │ └ ST
│ │ │ └ STM32F1xx
│ │ │ ├ Include
│ │ │ │ │ stm32f100xb.h
│ │ │ │ │ stm32f100xe.h
│ │ │ │ │ stm32f101x6.h
│ │ │ │ │ stm32f101xb.h
│ │ │ │ │ stm32f101xe.h
│ │ │ │ │ stm32f101xg.h
│ │ │ │ │ stm32f102x6.h
│ │ │ │ │ stm32f102xb.h
│ │ │ │ │ stm32f103x6.h
│ │ │ │ │ stm32f103xb.h
│ │ │ │ │ stm32f103xe.h
│ │ │ │ │ stm32f103xg.h
│ │ │ │ │ stm32f105xc.h
│ │ │ │ │ stm32f107xc.h
│ │ │ │ │ stm32f1xx.h
│ │ │ │ └ system_stm32f1xx.h
│ │ │ └ Source
│ │ │ └ Templates
│ │ │ │ system_stm32f1xx.c
│ │ │ ├ arm
│ │ │ │ │ startup_stm32f100xb.s
│ │ │ │ │ startup_stm32f100xe.s
│ │ │ │ │ startup_stm32f101x6.s
│ │ │ │ │ startup_stm32f101xb.s
│ │ │ │ │ startup_stm32f101xe.s
│ │ │ │ │ startup_stm32f101xg.s
│ │ │ │ │ startup_stm32f102x6.s
│ │ │ │ │ startup_stm32f102xb.s
│ │ │ │ │ startup_stm32f103x6.s
│ │ │ │ │ startup_stm32f103xb.s
│ │ │ │ │ startup_stm32f103xe.s