sQSPI driving display

Hey there!

I am currently in the process of building a module that drives a high-res OLED display using QSPI. Until now I've used a RP2350 with PIO and DMA for this and it works pretty smooth.
However, as I am planning to integrate Bluetooth to the project, I don't want to have 2 MCUs on board, and the nRF54L15 looks like a very interesting alternative.

However, I am afraid that getting all the QSPI stuff working again will be a bit of a hassle, considering that this I have no experience with Nordic chips. Nevertheless, I've stumbled upon the "sQSPI and display usage" article (https://docs.nordicsemi.com/bundle/ncs-latest/page/nrfxlib/softperipheral/doc/sQSPI/display.html) which looks quite promising.

The following diagram shows how the display driver expects data to be sent. Commands are sent using 1wire.

My question now is, if anyone has experience with this? At least to me it seems that most of these QSPI display drivers operate pretty much the same, so is the article linked above somehow related to that schema?

BR

Parents Reply Children
No Data
Related