Hi Agran,Good to hear that you got it working in indirect mode.I initialize VCR first in indirect mode then switch to memory mapped mode. I haven't got write command to work in memory mapped mode, but it is not an issue for me, because I use HyperFla...
Here is my settings for IS26KL128S (basically same chip as Cypress) using 100 MHz bus: hospi1.Instance = OCTOSPI1; hospi1.Init.FifoThreshold = 2; hospi1.Init.DualQuad = HAL_OSPI_DUALQUAD_DISABLE; hospi1.Init.MemoryType = HAL_OSPI_MEMTYPE_HYPERBUS; ho...
Hi @Greg ,Did you got external loader working? Could you save my time and share your implementation to me?I need external loader, but I haven't got even reading and writing to work yet with my HyperBus flash chip.
Hi @Leo_Panda , Could you share how you got reading, writing and erase to work with Cypress HyperFlash? I am able to execute one command sequence (HyperbusCmd, Transmit, Receive), but after that OSPI driver returns with timeout error (busy flag not...