You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I m' trying to setup a SPI communication between my board (rpi_pico) and an spi component (esp32_wroom32E). But I have some error that look like tihs:
C:/zephyrproject/app/build/zephyr/include/generated/zephyr/devicetree_generated.h:9907:47: error: 'DT_N_S_soc_S_spi_4003c000_S_esp32_wroom_32e_0_P_spi_max_frequency' undeclared here (not in a function); did you mean 'DT_N_S_soc_S_spi_4003c000_S_esp32_wroom_32e_0_P_reg_IDX_0_EXISTS'?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I m' trying to setup a SPI communication between my board (rpi_pico) and an spi component (esp32_wroom32E). But I have some error that look like tihs:
C:/zephyrproject/app/build/zephyr/include/generated/zephyr/devicetree_generated.h:9907:47: error: 'DT_N_S_soc_S_spi_4003c000_S_esp32_wroom_32e_0_P_spi_max_frequency' undeclared here (not in a function); did you mean 'DT_N_S_soc_S_spi_4003c000_S_esp32_wroom_32e_0_P_reg_IDX_0_EXISTS'?
Here is my code:
And my devicetree (overlay):
Thanks by advance for your help.
Beta Was this translation helpful? Give feedback.
All reactions