cancel
Showing results for 
Search instead for 
Did you mean: 

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

Max VIZZINI
ST Employee

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

 

4 REPLIES 4
dxs
Visitor

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?

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

dxs
Visitor

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.

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