Skip to main content
Visitor II
March 4, 2024
Solved

Require Support On ULPL and STM32F407

  • March 4, 2024
  • 1 reply
  • 1675 views

Hello,

Is there any documentation or source code to use ULPL with USB3343? Even I am not cleared USB3343 chip could be used for external High-Speed USB support to STM32F407. Or suggest me any chip with low complexity, I aim to achieve high-speed data transfer from PC to Memory to stream ADC Data and DAC data.

    This topic has been closed for replies.
    Best answer by AScha.3

    Hi,

    About your idea, to transfer > 10MB/s on USB interface, i think its almost impossible with F4 cpu.

    Maybe better idea, to look for interface chip, thats built for such things, like:

    FT232HPQ - FTDI (ftdichip.com)

    • USB to synchronous 245 parallel FIFO mode for transfers up to 40 Mbytes/Sec

     

    or similar chip...  EZ-USB FX2  or EZ-USB FX3:

    EZ-USB™ FX3 USB 5 Gbps Peripheral Controller - Infineon Technologies

    • Up to 32-bits, 100 MHz, parallel general programmable interface (GPIF II)
    • Full accessible 32-bits, 200 MHz, ARM9 core with up to 512 KB of embedded SRAM

    1 reply

    AScha.3Answer
    Super User
    March 5, 2024

    Hi,

    About your idea, to transfer > 10MB/s on USB interface, i think its almost impossible with F4 cpu.

    Maybe better idea, to look for interface chip, thats built for such things, like:

    FT232HPQ - FTDI (ftdichip.com)

    • USB to synchronous 245 parallel FIFO mode for transfers up to 40 Mbytes/Sec

     

    or similar chip...  EZ-USB FX2  or EZ-USB FX3:

    EZ-USB™ FX3 USB 5 Gbps Peripheral Controller - Infineon Technologies

    • Up to 32-bits, 100 MHz, parallel general programmable interface (GPIF II)
    • Full accessible 32-bits, 200 MHz, ARM9 core with up to 512 KB of embedded SRAM
    YashJAuthor
    Visitor II
    March 5, 2024

    Hi,

    I think FT232HPQ IC is a good start for the person who is new to USB protocol. With this chip, STM32H7 could be used?