Using Zephyr flash driver with custom SPI driver

Hi,

I am using an external flash on the NRF52840DK via SPI and have established working communication with the flash memory. However, I need to disable CONFIG_SPI and CONFIG_GPIO in the current project because we use input capture, which requires disabling CONFIG_GPIO. Additionally, we need to use a custom SPI driver. How can I integrate my custom SPI driver with the Zephyr flash driver?

Parents Reply Children
No Data
Related