LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

SPARTAN-3E Starter Kit, programming M25P16 example :)

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

0 Kudos
Message 1 of 5
(4,176 Views)

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

0 Kudos
Message 2 of 5
(3,442 Views)

Hi,

 

This example was written a couble of years ago. It was tested and worked very well.

0 Kudos
Message 3 of 5
(3,437 Views)

 

 

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

0 Kudos
Message 4 of 5
(3,434 Views)

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

0 Kudos
Message 5 of 5
(3,427 Views)