Skip to main content
Max VIZZINI
Technical Moderator
May 16, 2025
StickySolved

New AutoDevKit Studio release 2.6.1 & new AEK-MOT-10BASET board

  • May 16, 2025
  • 2 replies
  • 1930 views

Hey folks, new AutoDevKit version 2.6.1 is finally out and ready for download at www.st.com/autodevkitsw

Among others, I am pleased to announce the availability of the AEK-COM-10BASET board https://lnkd.in/dfpc4smm, combining the feature of our SPC58EC Chorus 4M with two 10BaseT1S channels for system exploration in new automotive zonal edge architectures!

Stay tuned for more! 🤩image.png

 

Best answer by Max VIZZINI

Hi,

The factory-installed demo receives a CAN message flow that goes through the two T1S port and the gets reconverted in another CAN port message. You can ignore the second CAN and connect (snoop) the T1S line directly. On the other side you need to have the input flow to let the demo run (you can generate also with a tool on the PC without the need of an additional board).

 

Best Regards,

AutoDevKit Team

2 replies

Visitor II
September 17, 2025

Hi!

I have a question. Without modifying the firmware and only using the factory-installed firmware, when I use the AEK-COM-10BASET evaluation board, can I only use its 10BASE-T1S function? That is to say, if I connect two 10BASE-T1S devices to two Ethernet ports respectively, will the evaluation board automatically forward the data internally?

Max VIZZINI
Max VIZZINIAuthorBest answer
Technical Moderator
September 17, 2025

Hi,

The factory-installed demo receives a CAN message flow that goes through the two T1S port and the gets reconverted in another CAN port message. You can ignore the second CAN and connect (snoop) the T1S line directly. On the other side you need to have the input flow to let the demo run (you can generate also with a tool on the PC without the need of an additional board).

 

Best Regards,

AutoDevKit Team

Visitor II
September 17, 2025

It means that if the factory-installed demo is not modified, I have to use one CAN, and the other side can be connected to the T1S devices.

Max VIZZINI
Technical Moderator
September 17, 2025

Hi,

Yes, use 1 CAN for input and not connect but snoop on T1S port (looking at bus messages while keeping it connected to the board), If you disconnect the 2nd T1S port you will get error because the process managing the second CAN will not see the flow.

If you change the code and disable the second CAN, then you can connect directly the second T1S port.

Best Regards,

AutoDevKit Team