Hi,
I am trying to build an app for nRF5340 and I am getting the above error. When I look into my 'C:\Projects\nrf\nrf5340_coap\build\zephyr\include\generated\devicetree_generated.h', I see the following at node 109.
Hi,
I am trying to build an app for nRF5340 and I am getting the above error. When I look into my 'C:\Projects\nrf\nrf5340_coap\build\zephyr\include\generated\devicetree_generated.h', I see the following at node 109.
Hi
Have you disabled the spi2 instance in your project? My guess as to why you're seeing this is that there must be something in your project calling or enabling the SPI2 instance and that's why you're seeing this error.
Best regards,
Simon
Hi
Have you disabled the spi2 instance in your project? My guess as to why you're seeing this is that there must be something in your project calling or enabling the SPI2 instance and that's why you're seeing this error.
Best regards,
Simon