Fatal Error Occurs When Enabling CONFIG_CAN: "stm32_can.h: No Such File or Directory
-
Hi,
I'm interested in activating the CAN bus to retrieve range sensor data from the J8 connector using the UAVCAN protocol. However, enabling the feature results in an error. Could you please provide guidance on how to enable the UAVCAN feature for the J8 CAN bus? Thank you.
#default.px4board
CONFIG_DRIVERS_UAVCAN=y
CONFIG_BOARD_UAVCAN_INTERFACES=1
#nuttx-config/nsh/defconfig
CONFIG_CAN=yboards/modalai/fc-v2/src/can.c:52:10: fatal error: stm32_can.h: No such file or directory
52 | #include "stm32_can.h"
| ^~~~~~~~~~~~~
compilation terminated.
[838/1072] Building CXX object src/modules/simulation/simulator_sih/CMakeFiles/modules__simulation__simulator_sih.dir/sih.cpp.obj
ninja: build stopped: subcommand failed.
make: *** [Makefile:232: modalai_fc-v2] Error 1BR,
Will -
Hi,
I'm interested in activating the CAN bus to retrieve range sensor data from the J8 connector using the UAVCAN protocol. However, enabling the feature results in an error. Could you please provide guidance on how to enable the UAVCAN feature for the J8 CAN bus? Thank you.
#default.px4board
CONFIG_DRIVERS_UAVCAN=y
CONFIG_BOARD_UAVCAN_INTERFACES=1
#nuttx-config/nsh/defconfig
CONFIG_CAN=yboards/modalai/fc-v2/src/can.c:52:10: fatal error: stm32_can.h: No such file or directory
52 | #include "stm32_can.h"
| ^~~~~~~~~~~~~
compilation terminated.
[838/1072] Building CXX object src/modules/simulation/simulator_sih/CMakeFiles/modules__simulation__simulator_sih.dir/sih.cpp.obj
ninja: build stopped: subcommand failed.
make: *** [Makefile:232: modalai_fc-v2] Error 1BR,
Will@Will said in Fatal Error Occurs When Enabling CONFIG_CAN: "stm32_can.h: No Such File or Directory:
stm32_can.h
This has some more info: https://discuss.px4.io/t/nuttx-can-drivers-on-stm32h7x3/29828/2
Hello! It looks like you're interested in this conversation, but you don't have an account yet.
Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.
With your input, this post could be even better 💗
Register Login