2024-11-29 08:21 PM
Hello,
We need to integrate CiA417 CANOpen protocol for one of the application. Please suggest suitable STM32 micro-controllers and related documentation.
Thank you
2024-11-30 01:46 AM
Hi,
Any STM32 MCU with integrated CAN-Bus Controller is suitable to implement the CANopen Stack.
You have to specificate what other requirements You have.
2024-11-30 04:24 AM
Hello,
Thanks @MHoll.2, our requirement is STM32 controller supporting Ethernet. Is there any documentation or links regarding CANOpen stack or any sample code/project which will help me to implement it.
Thank you,
Vrushabh Kale
2024-11-30 05:04 AM
https://www.st.com/content/st_com/en/stm32-mcu-developer-zone/mcu-portfolio.html
give's You the possibility to find the best STM32 for Your needs.
As for the CanOpen Stack, there are some comercial offers (Integrated in STM32CubeIDE you find emotas).
If You are looking for a opensource solution, I'm using CanOpenNode (https://github.com/CANopenNode).
But You need to implement CiA417 by your self.