资源简介

1、移植了FreeModbus1.5及RT-Thread1.1.1至STM32 2、开发平台支持Eclipse、Keil、IAR 3、可在Eclipse采用EGIT插件进行版本管理 4、支持Modbus RTU(ASCII未测试) 详细说明可参见:http://blog.csdn.net/zhutianlong/article/details/9745725 欢迎讨论 (备注:如果您需要把这个项目商用,请及时联系RT-Thread给您授权)

资源截图

代码片段和文件信息

#include “app_task.h“

int main(void)
  {
rt_uint32_t UNUSED level;

/* disable interrupt first */
level = rt_hw_interrupt_disable();

/* init system setting */
SystemInit();

/* startup RT-Thread RTOS */
rtthread_startup();

return 0;
}



 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2013-08-03 08:20  FreeModbus_Slaver-Master-RTT-STM32-0.2\
     文件       31012  2013-08-03 08:20  FreeModbus_Slaver-Master-RTT-STM32-0.2\.cproject
     文件          43  2013-08-03 08:20  FreeModbus_Slaver-Master-RTT-STM32-0.2\.gitignore
     文件        2206  2013-08-03 08:20  FreeModbus_Slaver-Master-RTT-STM32-0.2\.project
     目录           0  2013-08-03 08:20  FreeModbus_Slaver-Master-RTT-STM32-0.2\.settings\
     文件        6653  2013-08-03 08:20  FreeModbus_Slaver-Master-RTT-STM32-0.2\.settings\org.eclipse.cdt.codan.core.prefs
     文件       13652  2013-08-03 08:20  FreeModbus_Slaver-Master-RTT-STM32-0.2\.settings\org.eclipse.cdt.core.prefs
     文件        2075  2013-08-03 08:20  FreeModbus_Slaver-Master-RTT-STM32-0.2\.settings\org.eclipse.cdt.managedbuilder.core.prefs
     文件         122  2013-08-03 08:20  FreeModbus_Slaver-Master-RTT-STM32-0.2\.settings\org.eclipse.cdt.ui.prefs
     目录           0  2013-08-03 08:20  FreeModbus_Slaver-Master-RTT-STM32-0.2\APP\
     目录           0  2013-08-03 08:20  FreeModbus_Slaver-Master-RTT-STM32-0.2\APP\inc\
     文件        1273  2013-08-03 08:20  FreeModbus_Slaver-Master-RTT-STM32-0.2\APP\inc\app_task.h
     文件         187  2013-08-03 08:20  FreeModbus_Slaver-Master-RTT-STM32-0.2\APP\inc\cpuusage.h
     文件        1448  2013-08-03 08:20  FreeModbus_Slaver-Master-RTT-STM32-0.2\APP\inc\delay_conf.h
     文件        1453  2013-08-03 08:20  FreeModbus_Slaver-Master-RTT-STM32-0.2\APP\inc\rtconfig.h
     文件        3105  2013-08-03 08:20  FreeModbus_Slaver-Master-RTT-STM32-0.2\APP\inc\stm32f10x_conf.h
     文件        1918  2013-08-03 08:20  FreeModbus_Slaver-Master-RTT-STM32-0.2\APP\inc\stm32f10x_it.h
     文件        1647  2013-08-03 08:20  FreeModbus_Slaver-Master-RTT-STM32-0.2\APP\inc\UserModbusSlaver.h
     目录           0  2013-08-03 08:20  FreeModbus_Slaver-Master-RTT-STM32-0.2\APP\src\
     文件         248  2013-08-03 08:20  FreeModbus_Slaver-Master-RTT-STM32-0.2\APP\src\app.c
     文件        4114  2013-08-04 12:32  FreeModbus_Slaver-Master-RTT-STM32-0.2\APP\src\app_task.c
     文件        1373  2013-08-03 08:20  FreeModbus_Slaver-Master-RTT-STM32-0.2\APP\src\cpuusage.c
     文件        3958  2013-08-03 08:20  FreeModbus_Slaver-Master-RTT-STM32-0.2\APP\src\stm32f10x_it.c
     文件        8741  2013-08-03 08:20  FreeModbus_Slaver-Master-RTT-STM32-0.2\APP\src\UserModbusSlaver.c
     目录           0  2013-08-03 08:20  FreeModbus_Slaver-Master-RTT-STM32-0.2\BSP\
     目录           0  2013-08-03 08:20  FreeModbus_Slaver-Master-RTT-STM32-0.2\BSP\inc\
     文件        4290  2013-08-03 08:20  FreeModbus_Slaver-Master-RTT-STM32-0.2\BSP\inc\bsp.h
     目录           0  2013-08-03 08:20  FreeModbus_Slaver-Master-RTT-STM32-0.2\BSP\src\
     文件       10498  2013-08-03 08:20  FreeModbus_Slaver-Master-RTT-STM32-0.2\BSP\src\bsp.c
     目录           0  2013-08-03 08:20  FreeModbus_Slaver-Master-RTT-STM32-0.2\EWARM\
     文件       64250  2013-08-03 08:20  FreeModbus_Slaver-Master-RTT-STM32-0.2\EWARM\FreeModbus_Slaver&Master+RTT+STM32.dep
............此处省略714个文件信息

评论

共有 条评论