Skip to main content
zekeriya
Associate III
April 19, 2017
Question

STM32F429 USB and FMC interoperability problem

  • April 19, 2017
  • 1 reply
  • 774 views
Posted on April 19, 2017 at 15:45

I am trying to use SDRAM (42S16400J) and NOR flash (M29W256GL) with STM32F429. With the code I generated with STM32CubeMX, Flash and SDRAM are working without problems. When I add USB-FS-OTG (device) to the project, the processor is blocked. The code is running when I turn off flash and SDRAM initialize operations. But with the first FMC operation I made while adding USB OTG to the project, the processor is blocked. I would like you to share if there is any reasoning about this problem.

Thank you

    This topic has been closed for replies.

    1 reply

    zekeriya
    zekeriyaAuthor
    Associate III
    April 20, 2017
    Posted on April 20, 2017 at 11:35

    I changed the processor with Revision Y to revision 1.

    I used USB_HS instead of USB_FS, but it did not change.

    Using USB_HS according to the errata will prevent the error in other than Revision 3