For nrf52x, a pin can be dedicated for reset, and this is from my understanding how HCI works in the sample (host line to controller reset pin). However, for the nrf5340, there is no RESET pin possible for the network core from what I've researched. Since the HCI SPI driver requires reset gpio pin(s), what is the best way to get it working between the application and network core on the 5340? Can I customize the driver to use FORCEOFF, or does that require UART (the network core only allows using one of SPI or UART)?
I need SPI specifically. I know UART is an option and seems to be prepared, but I am using the NRF5340 development kit to test for another similar device that requires SPI for this purpose.