Fabrizio2
New Contributor
2 years agoNios2 generic_quad_spi_controller2 set dummy clycles
Hi all, on Nios2 - MAX10 device, with QUARTUS 18.1 :
I'm working on an old project and I use the generic_quad_spi_controller2 to interface a flash memory MICRON MT25QU512ABB .
The generic_quad_spi_controller2 driver works fine since many years in this active project.
We want to set the dummy cycles of the flash to a certain value in order to slow down the working clock frq from 60Mhz to 30 Mhz .
As per MICRON datasheet this is done by writing to the flash memory register "Non volatile configuration register" .
The NIOS2 generic_quad_spi_controller2 apparently doesn't provide any HAL function that can be used to set dummy cycles or access any Memory config registers.
Is there a way to do this?