Examples project with STM32 and Spartan III?

Status
Not open for further replies.

ygor1

Newbie level 5
Joined
Feb 23, 2013
Messages
8
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Visit site
Activity points
1,333
Hello ,
I need to connect the ARM STM32F2 with array of fast counters.
Counters will put into FPGA Spartan III.
Looking for a sample project in which it was joined by ARM and FPGA, your advice ?
I am particularly concerned about the interface between MCU and FPGA, do not go for anything fast, quietly serial.
 

I have something in the queue that's similar enough. STM32 with spartan-6.

For fast data transfer you can use a fifo on the fpga side, and dma with fifo on the STM32 side. And if you settle for a slower datarate you can use SPI.
 

Mmmh? Should be simple enough. Grab some of the STM32F4 discovery board sample code for examples of DMA. And for the fpga side a fifo is simply pointey clickey in core generator. After that it is Just Add Work [tm].
 

Status
Not open for further replies.
Cookies are required to use this site. You must accept them to continue using the site. Learn more…