Notifications
Clear all
Aug 13, 2020 8:07 pm
Talk about the Presentation: Questions about the SocketCAN in NuttX
1 Reply
Dec 22, 2020 10:25 pm
Hello Alan
What's the correct set of options to make socketCAN working in Nuttx?
My config is "stm32f4discovery:usbnsh" with CAN over MCP2515
I get compilation errors when I enable CONFIG_NET:
No NETLIB_SOCK_TYPE is defined despite SocketCAN being selected
If I force that, there's "undefined reference to `arm_netinitialize'" in arm_initialize.c
My source is git repository cloned 20201220
Thanks in advance 🙂