NRF Connect SPIS

Hello, I am trying to convert my codebase from segger embedded studio to nrf connect. I am currently working on the spi section of my codebase.

I am communicating from my STM32U5 (Master) processor and my nrf52840 (slave). I have completed the section on the nordic developer academy where nordic outlines spi. Issue that i am having is that it only shows how to set the nrf as master.

Can I have some assistance on how to set up the device tree in order to put the nrf as as slave, as well as how to grab the DT node properly for communication across that line.

Thanks

Parents Reply Children
Related