Announcements

Learn how to optimise USB-C for your designs at 18 May's USB-C PD Webinar.
Click here to register.

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

ivkac_1282936
Level 1
Level 1

Use cyusb3014 with FPGA.

Pin GPIO[27] connected with FPGA.

GPIF is configured with a 32-bit data bus. Cyusb booting from SPI.

i2c connected to display for log.

i want send packet on UART from FPGA to Cyusb on pin gpio[27].

Can be used UART hardware controller or only program controller?

1 Solution
SrinathS_16
Moderator
Moderator
Moderator
250 solutions authored 100 solutions authored 100 likes received

Hello,

For the mentioned configuration, the UART hardware block will be available on pin GPIO[53:56]. GPIO27 cannot use UART hardware. Instead it should be implemented on the firmware.

Best regards,

Srinath S

View solution in original post

0 Likes
1 Reply
SrinathS_16
Moderator
Moderator
Moderator
250 solutions authored 100 solutions authored 100 likes received

Hello,

For the mentioned configuration, the UART hardware block will be available on pin GPIO[53:56]. GPIO27 cannot use UART hardware. Instead it should be implemented on the firmware.

Best regards,

Srinath S

0 Likes