12-18-2009 10:12 AM
Hello Friends,
Here is attached an example for using STM SPI Serial Flash (M25P16) on SPARTAN-3E Starter Kit!
I done it quickly, so it needs more development. If anyone developed this example further, please attach here!
By the way, how can we make the number of read or written byte not fixed?
Have fun,
wedo
05-12-2012 02:31 PM
Hi,
I am planning to use the serial flash memory .
Does our program works on the FPGA board . I couple of LABVIEW forums it is mentioned that LABVIEW drivers of M25P16 are not available .
@wedo wrote:
Hello Friends,
Here is attached an example for using STM SPI Serial Flash (M25P16) on SPARTAN-3E Starter Kit!
I done it quickly, so it needs more development. If anyone developed this example further, please attach here!
By the way, how can we make the number of read or written byte not fixed?
Have fun,
wedo
Thanks
05-12-2012 03:05 PM
Hi,
This example was written a couble of years ago. It was tested and worked very well.
05-12-2012 03:59 PM
Hi
I am planing to acquire ADC data with speed of 3Mz/s and store it simultaneously . After completion of data acquisition slowly get the data from the memory to PC for the data analysis .
can this be done ?
Thanks
05-12-2012 09:22 PM
you can run the ADC chip, acquire a new data, and store the last acquired data on the memory in the same time. Please note that M25P16 is 16Mbit memory (2MByte)!!
Please check the attachment for your reference on how to program the ADC!
good luck