文件名称:SOES-master
-
所属分类:
- 标签属性:
- 上传时间:2016-11-01
-
文件大小:191.95kb
-
已下载:1次
-
提 供 者:
-
相关连接:无下载说明:别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容来自于网络,使用问题请自行百度
Simple Open Source EtherCAT Slave
====
SOES (Simple OpenSource EtherCAT Slave Stack) is an opensource slave
stack that is very easy to use and provides a small footprint. It is a
good alternative to more complex stacks on the market.
Overview
SOES is an EtherCAT slave stack written in c. Its purpose is to learn and
to use. All users are invited to study the source to get an understanding
how an EtherCAT slave functions.
Features as of 1.0.0:
- Address offset based HAL for easy ESC read/write access via any
interface
- Mailbox with data link layer
- CoE
- Object dictionary
- SDO read and write for all sizes including segmented transfers
- Easy portable C-code suited for embedded applications
- Fixed PDO mapping
- FoE with bootstrap template
- Support for Little and Big endian targets.
- Polling for interrupts
-Simple Open Source EtherCAT Slave
====
SOES (Simple OpenSource EtherCAT Slave Stack) is an opensource slave
stack that is very easy to use and provides a small footprint. It is a
good alternative to more complex stacks on the market.
Overview
SOES is an EtherCAT slave stack written in c. Its purpose is to learn and
to use. All users are invited to study the source to get an understanding
how an EtherCAT slave functions.
Features as of 1.0.0:
- Address offset based HAL for easy ESC read/write access via any
interface
- Mailbox with data link layer
- CoE
- Object dictionary
- SDO read and write for all sizes including segmented transfers
- Easy portable C-code suited for embedded applications
- Fixed PDO mapping
- FoE with bootstrap template
- Support for Little and Big endian targets.
- Polling for interrupts
====
SOES (Simple OpenSource EtherCAT Slave Stack) is an opensource slave
stack that is very easy to use and provides a small footprint. It is a
good alternative to more complex stacks on the market.
Overview
SOES is an EtherCAT slave stack written in c. Its purpose is to learn and
to use. All users are invited to study the source to get an understanding
how an EtherCAT slave functions.
Features as of 1.0.0:
- Address offset based HAL for easy ESC read/write access via any
interface
- Mailbox with data link layer
- CoE
- Object dictionary
- SDO read and write for all sizes including segmented transfers
- Easy portable C-code suited for embedded applications
- Fixed PDO mapping
- FoE with bootstrap template
- Support for Little and Big endian targets.
- Polling for interrupts
-Simple Open Source EtherCAT Slave
====
SOES (Simple OpenSource EtherCAT Slave Stack) is an opensource slave
stack that is very easy to use and provides a small footprint. It is a
good alternative to more complex stacks on the market.
Overview
SOES is an EtherCAT slave stack written in c. Its purpose is to learn and
to use. All users are invited to study the source to get an understanding
how an EtherCAT slave functions.
Features as of 1.0.0:
- Address offset based HAL for easy ESC read/write access via any
interface
- Mailbox with data link layer
- CoE
- Object dictionary
- SDO read and write for all sizes including segmented transfers
- Easy portable C-code suited for embedded applications
- Fixed PDO mapping
- FoE with bootstrap template
- Support for Little and Big endian targets.
- Polling for interrupts
(系统自动生成,下载前可以参看下载内容)
下载文件列表
SOES-master/
SOES-master/.github/
SOES-master/.github/CONTRIBUTING.md
SOES-master/.github/PULL_REQUEST_TEMPLATE.md
SOES-master/.gitignore
SOES-master/CMakeLists.txt
SOES-master/LICENSE
SOES-master/README.md
SOES-master/applications/
SOES-master/applications/rtl_slavedemo/
SOES-master/applications/rtl_slavedemo/.settings/
SOES-master/applications/rtl_slavedemo/.settings/org.eclipse.cdt.codan.core.prefs
SOES-master/applications/rtl_slavedemo/.settings/org.eclipse.cdt.core.prefs
SOES-master/applications/rtl_slavedemo/CMakeLists.txt
SOES-master/applications/rtl_slavedemo/RTL_ATO.xml
SOES-master/applications/rtl_slavedemo/RTL_ATO_SPI_SLAVE.bin
SOES-master/applications/rtl_slavedemo/bootstrap.c
SOES-master/applications/rtl_slavedemo/bootstrap.h
SOES-master/applications/rtl_slavedemo/eeprom.bin
SOES-master/applications/rtl_slavedemo/led_handler.c
SOES-master/applications/rtl_slavedemo/main.c
SOES-master/applications/rtl_slavedemo/objectlist.c
SOES-master/applications/rtl_slavedemo/soes.c
SOES-master/applications/rtl_slavedemo/utypes.h
SOES-master/applications/xmc4300_slavedemo/
SOES-master/applications/xmc4300_slavedemo/Makefile
SOES-master/applications/xmc4300_slavedemo/XMC_Peripheral_Library/
SOES-master/applications/xmc4300_slavedemo/XMC_Peripheral_Library/README.download
SOES-master/applications/xmc4300_slavedemo/esi.xml
SOES-master/applications/xmc4300_slavedemo/main.c
SOES-master/applications/xmc4300_slavedemo/objectlist.c
SOES-master/applications/xmc4300_slavedemo/sii_eeprom.bin
SOES-master/applications/xmc4300_slavedemo/sii_eeprom.h
SOES-master/applications/xmc4300_slavedemo/soes.c
SOES-master/applications/xmc4300_slavedemo/soes.h
SOES-master/applications/xmc4300_slavedemo/utypes.h
SOES-master/cmake/
SOES-master/cmake/Platform/
SOES-master/cmake/Platform/rt-kernel.cmake
SOES-master/cmake/toolchain/
SOES-master/cmake/toolchain/rt-kernel-twrk60.cmake
SOES-master/soes/
SOES-master/soes/CMakeLists.txt
SOES-master/soes/Doxyfile
SOES-master/soes/config.h
SOES-master/soes/doc/
SOES-master/soes/doc/images/
SOES-master/soes/doc/images/esi_pdo.png
SOES-master/soes/doc/images/sii_pdo.png
SOES-master/soes/doc/soes.dox
SOES-master/soes/doc/tutorial.txt
SOES-master/soes/esc.c
SOES-master/soes/esc.h
SOES-master/soes/esc_coe.c
SOES-master/soes/esc_coe.h
SOES-master/soes/esc_eep.c
SOES-master/soes/esc_eep.h
SOES-master/soes/esc_foe.c
SOES-master/soes/esc_foe.h
SOES-master/soes/hal/
SOES-master/soes/hal/rt-kernel-twrk60/
SOES-master/soes/hal/rt-kernel-twrk60/esc_hw.c
SOES-master/soes/hal/xmc4/
SOES-master/soes/hal/xmc4/esc_hw.c
SOES-master/soes/hal/xmc4/esc_hw_eep.c
SOES-master/soes/hal/xmc4/esc_hw_eep.h
SOES-master/soes/include/
SOES-master/soes/include/sys/
SOES-master/soes/include/sys/gcc/
SOES-master/soes/include/sys/gcc/cc.h
SOES-master/version.h.in
SOES-master/.github/
SOES-master/.github/CONTRIBUTING.md
SOES-master/.github/PULL_REQUEST_TEMPLATE.md
SOES-master/.gitignore
SOES-master/CMakeLists.txt
SOES-master/LICENSE
SOES-master/README.md
SOES-master/applications/
SOES-master/applications/rtl_slavedemo/
SOES-master/applications/rtl_slavedemo/.settings/
SOES-master/applications/rtl_slavedemo/.settings/org.eclipse.cdt.codan.core.prefs
SOES-master/applications/rtl_slavedemo/.settings/org.eclipse.cdt.core.prefs
SOES-master/applications/rtl_slavedemo/CMakeLists.txt
SOES-master/applications/rtl_slavedemo/RTL_ATO.xml
SOES-master/applications/rtl_slavedemo/RTL_ATO_SPI_SLAVE.bin
SOES-master/applications/rtl_slavedemo/bootstrap.c
SOES-master/applications/rtl_slavedemo/bootstrap.h
SOES-master/applications/rtl_slavedemo/eeprom.bin
SOES-master/applications/rtl_slavedemo/led_handler.c
SOES-master/applications/rtl_slavedemo/main.c
SOES-master/applications/rtl_slavedemo/objectlist.c
SOES-master/applications/rtl_slavedemo/soes.c
SOES-master/applications/rtl_slavedemo/utypes.h
SOES-master/applications/xmc4300_slavedemo/
SOES-master/applications/xmc4300_slavedemo/Makefile
SOES-master/applications/xmc4300_slavedemo/XMC_Peripheral_Library/
SOES-master/applications/xmc4300_slavedemo/XMC_Peripheral_Library/README.download
SOES-master/applications/xmc4300_slavedemo/esi.xml
SOES-master/applications/xmc4300_slavedemo/main.c
SOES-master/applications/xmc4300_slavedemo/objectlist.c
SOES-master/applications/xmc4300_slavedemo/sii_eeprom.bin
SOES-master/applications/xmc4300_slavedemo/sii_eeprom.h
SOES-master/applications/xmc4300_slavedemo/soes.c
SOES-master/applications/xmc4300_slavedemo/soes.h
SOES-master/applications/xmc4300_slavedemo/utypes.h
SOES-master/cmake/
SOES-master/cmake/Platform/
SOES-master/cmake/Platform/rt-kernel.cmake
SOES-master/cmake/toolchain/
SOES-master/cmake/toolchain/rt-kernel-twrk60.cmake
SOES-master/soes/
SOES-master/soes/CMakeLists.txt
SOES-master/soes/Doxyfile
SOES-master/soes/config.h
SOES-master/soes/doc/
SOES-master/soes/doc/images/
SOES-master/soes/doc/images/esi_pdo.png
SOES-master/soes/doc/images/sii_pdo.png
SOES-master/soes/doc/soes.dox
SOES-master/soes/doc/tutorial.txt
SOES-master/soes/esc.c
SOES-master/soes/esc.h
SOES-master/soes/esc_coe.c
SOES-master/soes/esc_coe.h
SOES-master/soes/esc_eep.c
SOES-master/soes/esc_eep.h
SOES-master/soes/esc_foe.c
SOES-master/soes/esc_foe.h
SOES-master/soes/hal/
SOES-master/soes/hal/rt-kernel-twrk60/
SOES-master/soes/hal/rt-kernel-twrk60/esc_hw.c
SOES-master/soes/hal/xmc4/
SOES-master/soes/hal/xmc4/esc_hw.c
SOES-master/soes/hal/xmc4/esc_hw_eep.c
SOES-master/soes/hal/xmc4/esc_hw_eep.h
SOES-master/soes/include/
SOES-master/soes/include/sys/
SOES-master/soes/include/sys/gcc/
SOES-master/soes/include/sys/gcc/cc.h
SOES-master/version.h.in
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.