NuttX CAN drivers on STM32H7x3

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

image

and I tried ifup can0 and this error comes up

image

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.