Replies: 1 comment 1 reply
-
Did you manage to resolve? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all,
I'm currently struggling with SPI on a nuclelo_u575zi_q board. To integrate the NXP TJA1145A CAN-Transceiver into the device tree I wrote an
app.overlay
. To use thespi_transceive
andspi_write
functions I need thespi_config
. Therefore I use theSPI_CONFIG_DT
macro. But during compilation, I get some weird errors that I can't understand.e.g:
But the
spi-max-frequency
property is part of my overlay.Do you have an idea what is going wrong?
Here the source code and stdout from
west build -b nucleo_u575zi_q
.I'm using west@v0.14.0, zephyr@main(7b4fc1d) and zephyr-skd-0.15.1.
I appreciate any help you can provide!
Beta Was this translation helpful? Give feedback.
All reactions