Skip to main content
tecnico23
Associate III
January 26, 2013
Question

Data transfer between two STM32 devices using FSMC

  • January 26, 2013
  • 3 replies
  • 892 views
Posted on January 26, 2013 at 22:45

Hi,

I'm currious if it is possible to share data between two STM32 devices, using the FSMC interface.

Is it possible to configure one device as a Master and the other as a slave and use the FSMC? I would make the slave device act, as it was a SRAM memory, for example.

If not, is there a parallel peripheral to transfer data between two STM32 devices?

Thanks in advance,

Regards,

A. Paiva
    This topic has been closed for replies.

    3 replies

    Tesla DeLorean
    Guru
    January 27, 2013
    Posted on January 27, 2013 at 02:02

    Not really, it's an outbound interface, and there isn't a way to do a DMA type REQ/ACK protocol externally. Synchronization was also be an issue.

    The best way to attack this would be using a dual-port memory or FIFO, or use an FPGA
    Tips, Buy me a coffee, or three.. PayPal Venmo (See Profile) Up vote any posts that you find helpful, it shows what's working..
    waclawek.jan
    Super User
    January 28, 2013
    Posted on January 28, 2013 at 09:12

    Maybe the camera interface could be used as a slave, but it's surely not an out-of-the-box solution.

    JW

    tecnico23
    tecnico23Author
    Associate III
    January 28, 2013
    Posted on January 28, 2013 at 10:14

    Ok,

    Thank you all!

    Regards

    A. Paiva