Can CY7C65211 be programmed for UART bit rate 31250bps?

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

cross mob
BiBi_1928986
Level 7
Level 7
First comment on blog 500 replies posted 250 replies posted

Using CY8KIT-049-4200 for music application.  -049 has a CY7C65211 USB-UART bridge chip.  The USB SDK appears to only provide standard baud rate configurations.  For music application, MIDI standard is 31250bps.

Can CY7C65211 be configured for 31250bps?

0 Likes
1 Solution
4 Replies
SrinathS_16
Moderator
Moderator
Moderator
1000 replies posted 750 replies posted 500 replies posted

Hello,

Please refer toNon-Standard Baud Rates in USB-Serial Bridge Controllers - KBA92442

Best regards,

Srinath S

Great !!!

According to spreadsheet at KBA92442, 31250bps is supported (with perfect timing).

Question:  Will PSoc Creator allow me to set this baud rate when I configure CY7C6511 on CY8KIT-049-4200?  I haven't tried to do this yet.

0 Likes

Hello,

You need to configure the USB-Serial device with the appropriate baud rate using the USB-Serial Configuration Utility present with the USB-Serial SDK. The Bootloader Host tool will allow you to set the baud rate when the device appears as a COM port before you start bootloading.

Best Regards,

Sananya

0 Likes

Please use external terminal option available in UART component configuration for 31250 bps. User can choose either an internally configured clock or an external clock for UART operation. Component configuration window will display the actual data rate based on the user-connected clock source frequency and the component oversampling factor selected.

0 Likes