Hey everyone, I'm trying to use the QSPI module (again) to interface to RAM, not FLASH. I'm not really sure if this is possible, but we'll get there. Right now I can't get it to initialize.
So far I can't even get the qspi module to initilize, nrfx_qspi_init always returns 0x0000000d which I don't even see on the list of possible errors. Any ideas where this is coming from?
I've tried it without changing any parameters, just boot up, run the nrfx_qspi_init with the defaults in the sdk_config and it still throws the same error. QSPI can use any pins on the chip, right?
Second, once I get that going, can I even use this module with a custom readoc and writeoc commands? I know the sdk is set up only to deal with flash but I should be able to write in whatever commands I want there, and it should communicate with the RAM just fine, no?
The RAM is a Microchip 23LC1024, wired up like a standard QSPI flash, I just need to use these commands when writting/reading:
sdk is 15.2.0