What is the best way to communicate with the Winbond W25N01GVZEIG TR in the nRF Connect SDK? I have it connected to the spi4_default pins (MOSI on P1.13, MISO on P1.14, SCK on P1.15) with P1.12 as CS. On other posts, I keep seeing that SPI NAND flash is not well supported and that I may need to write my own driver for this. Is this correct? I'd like an example of someone communicating with an SPI NAND flash device if possible but I only see a SPI NOR example. Sorry for my ignorance. I come from Arduino and ESP-IDF where almost all hardware I was interfacing with had a library for me to interface directly with the device.