You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@LudoJ49 it seems you are experienceing a timeout issue during startup, as can be seen in the error code.
When configuring the underlying CANopen stack will first check if the correct device is present at the correct id. This is what you are seeing here.
In yml, it says "sdo: # SDO executed during config" (based from the sample)
I guess this is where we need to set TX and RX PDOs and stuff the device needs togoin operational state.
yet with the above example, I'm expecting it to write to reg 6060 at boot up.
I can not see those framew with candump.
I can see it tries to read device type (reg 1000h)
But I can't see anything to so with register 6060 (in my example)
is there a specific action to do to trigger it ?
The text was updated successfully, but these errors were encountered: