This is on CubeOrange+? Have you tried completely disabling UAVCAN and only trying CAN/socketcan first?
I have tried the same step for pix32 v6. I compiled using board fmu-v6c. After using cansend the nutx terminal freezes
@JulianOes can you guide me here?
When it āfreezesā, itās a good time to attach something to SWD, e.g. an ST-Link, Blackmagic probe, or JLink. Then fire up gdb and check where it hangs.
I tried to build and run cansend
and I tried ifup can0 and this error comes up
I think ifup is not working @JulianOes any tips to sort it out?
You either are missing some configuration in the defconfig, and therefore ifup
is missing, or you ran out of RAM, and thatās when you also see command not found
. Can you check RAM with free
?
Hello, I have encountered this issue as well: when using UAVCAN on CAN1 and SocketCAN on CAN2, once both are started simultaneously, CAN2 does not function properly.
Did it work out with the NRA24? Can you share the solution or protocol (I canāt find the CAN protocol for the NRA24 anywhere).