STML496RGT from SPI to QSPI
Hi all!
I'm currently programming a pulser and have to write a list of registers. I prepared the communication on SPI (which works), only to realise the pulser can only be programmed over QSPI.
Now I'm having some issues switching my code from SPI to QSPI communication. Below is the initial code in SPI format that is running just fine when analysing the output using a Logic Analyser:

The logic analyser output looks about as follows, with the white being MOSI, yellow CS and green CLK:

The QSPI code is the following:

The QSPI_Init() function in quadspi.c file looks as follows:
However, the only output I get here is the CLK line toggling with a frequency of 2 MHz and nothing on any of the 4 data lines or CS.
Does anyone have an Idea why this (pretty straightforward) code is not running as expected?
Any help is greatly appreciated!!
