CY8CKIT-145-40XX, UART Pin Configuration

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

cross mob
FaBa_506136
Level 2
Level 2
5 replies posted 5 questions asked 5 sign-ins

Hello,

I have the CY8CKIT-145-40XX kit, I would like to use two uart.


In Schematic the first one is connected to kitprog2 pin P3.1 TX and P3.0 RX,

and the second one is connected to proc BLE pin P0.5 TX and P0.4 RX.
But I can not configure the pins of the two SCBs in PSOC 4, and I have the following error.
FFB and IO placement failed: Failed to find a valid placement for \ PC: SCB \.  where PC is the name of the first  SCB.

pastedImage_0.png

pastedImage_1.png

Any help?

Thanks in avance

Fausto

0 Likes
1 Solution
TaeY_56
Employee
Employee

Hi, Fausto

PROBLEM: USING TWO UART COMMUNICATIONS IN A SCB BLOCK

1. You used two UART communications in a common SCB block(scb[1])

Figure: assigned scb[1] pin match table in PSoC 4000S

1.PNG

2. You must use another SCB block(scb[0]) as shown in the below table. Drags and drop a new SCB block and assigns pins appropriately corresponding the below.

Figure: assigned scb[1] pin match table in PSoC 4000S

1.PNG

3. Although assigns new pins for a new UART, you couldn't use the UART communication with UART pins of PROC now that it is not connected with the UART pins of PROC electrically for NO LOAD(open status). so you must externally connect to the UART pins of PROC from the your assigned new UART pins

Figure: A hardware connection between PSoC4000S and PROC.

3.PNG

reference: R27, R28 is located in the position as shown in the below picture

4.png

please let me know whenever you need my help.

Thanks,

Teddy

View solution in original post

0 Likes
2 Replies
TaeY_56
Employee
Employee

Hi, Fausto

PROBLEM: USING TWO UART COMMUNICATIONS IN A SCB BLOCK

1. You used two UART communications in a common SCB block(scb[1])

Figure: assigned scb[1] pin match table in PSoC 4000S

1.PNG

2. You must use another SCB block(scb[0]) as shown in the below table. Drags and drop a new SCB block and assigns pins appropriately corresponding the below.

Figure: assigned scb[1] pin match table in PSoC 4000S

1.PNG

3. Although assigns new pins for a new UART, you couldn't use the UART communication with UART pins of PROC now that it is not connected with the UART pins of PROC electrically for NO LOAD(open status). so you must externally connect to the UART pins of PROC from the your assigned new UART pins

Figure: A hardware connection between PSoC4000S and PROC.

3.PNG

reference: R27, R28 is located in the position as shown in the below picture

4.png

please let me know whenever you need my help.

Thanks,

Teddy

0 Likes

OK, I connect pins 1.0,1.1 to another uart/usb converter and pins 

0.4,0.5 to proc ble.

Tanks for all.

Best Regards

Fausto

Il 05/06/2018 03:29, ttyo ha scritto:

Cypress Semiconductor logo <http://www.cypress.com>

>

Cypress Developer Community

<https://community.cypress.com/?et=watches.email.thread>

>

CY8CKIT-145-40XX, UART Pin Configuration

reply from ttyo

<https://community.cypress.com/people/ttyo?et=watches.email.thread> in

/PSoC 4 MCU Community/ - View the full discussion

<https://community.cypress.com/message/158717?et=watches.email.thread#158717>

>

0 Likes