STM32F1 with EasyCAT
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-08-20 12:24 AM
Hello~
I am testing my stm32f103rb board with ethercat board(as shown). The trouble i am having is that there is no easycat library to use. I did some research and only found the .cpp easycat library. I'm using stm32ide and written in C language. This is causing me problems. Is there a header .h and source .c library file for easycat? Please help me.
Thank you so much!
Solved! Go to Solution.
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-08-20 5:05 AM - edited ‎2024-08-20 5:07 AM
This: https://www.bausano.net/shop/en/home/1-arduino-ethercat.html ?
@ANHTUAN wrote:only found the .cpp easycat library. I'm using stm32ide and written in C language.
STM32CubeIDE supports C++, and it's possible to have mixed C and C++ projects ...
As @mÆŽALLEm said, have you contacted the supplier for help with this?
They seem targetted at Arduino - there are Arduino cores for STM32:
A complex system designed from scratch never works and cannot be patched up to make it work.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-08-20 1:58 AM
Hello,
You may contact the shield manufacturer as he may provide libraries/demos:
https://www.bausano.net/en/hardware/easycat.html
Libraries for Arduino are available at the same page:
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-08-20 5:05 AM - edited ‎2024-08-20 5:07 AM
This: https://www.bausano.net/shop/en/home/1-arduino-ethercat.html ?
@ANHTUAN wrote:only found the .cpp easycat library. I'm using stm32ide and written in C language.
STM32CubeIDE supports C++, and it's possible to have mixed C and C++ projects ...
As @mÆŽALLEm said, have you contacted the supplier for help with this?
They seem targetted at Arduino - there are Arduino cores for STM32:
A complex system designed from scratch never works and cannot be patched up to make it work.
