-
Notifications
You must be signed in to change notification settings - Fork 8.3k
Closed
Labels
area: CANbugThe issue is a bug, or the PR is fixing a bugThe issue is a bug, or the PR is fixing a bugpriority: lowLow impact/importance bugLow impact/importance bug
Description
I am trying to get CANbus sample to run. However, I cannot compile the sample program. I am working with NUCLEO-L432KC board.
zephyr/samples/drivers/CAN$ mkdir build && cd build
$ cmake -GNinja -DBOARD=nucleo_l432kc ..
--> runs fine
Then I want to compile ninja which fails:
/home/markus/Entwicklung/tmp/zephyr-zephyr-v1.12.0/drivers/can/stm32_can.c:795:24: error: ‘CONFIG_CAN_1_BASE_ADDRESS’ undeclared here (not in a function)
.can = (CAN_TypeDef *)CONFIG_CAN_1_BASE_ADDRESS,
See full log here
Metadata
Metadata
Assignees
Labels
area: CANbugThe issue is a bug, or the PR is fixing a bugThe issue is a bug, or the PR is fixing a bugpriority: lowLow impact/importance bugLow impact/importance bug