Hello,
trying to read a 128kb NVRAM (RAMTRON FM25V10) through the SPI2: driver, in a lot of cases, some bytes are missing.
Writing seems to be ok, as "writing one time and reading several times" sometimes produces a correct read result on all 128kbytes.
To give additional information, I provide the SPI parameters: f=24Mhz, Wordlength=8bit, tried with or without FIFO, DMA is disabled.
Also, I am using the SPI driver from the Technexion WinCE6 BSP.
What might be the reason for this behaviour?
Thanks in advance.