cant use the UART(scb)

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

cross mob
Anonymous
Not applicable

hello I want to use the UART ,how ever i saw this video

as you can see he used UART(scb) how ever in my PSoc Creator ver 4.1 when i search for the UART(scb) I cant use this block becouse it is incompatible . maeby becouse the verson of the UART(scb) it self is old verson . Is there a new verson of this block ? or maeby other solution ?

0 Likes
11 Replies
Bob_Marlowe
Level 10
Level 10
First like given 50 questions asked 10 questions asked

In Creator select "Project -> Update Components..." and follow the advices.

Happy coding

Bob

PS: Actual Creator version is 4.2

0 Likes
Anonymous
Not applicable

I tried what u said but it is written possible to update this component

0 Likes

Can you please post your complete project or a shortened version that shows the error so that we all can have a look at all of your settings. To do so, use

Creator->File->Create Workspace Bundle (minimal)

and attach the resulting file.

Bob

0 Likes
lock attach
Attachments are accessible only for community members.
Anonymous
Not applicable

here is my project ,as u can see i cant use the UART(SCB)

0 Likes

The SCB-UART is not made for PSoC5, use the UART component offered in component window.

Bob

0 Likes
Anonymous
Not applicable

The problem that there is no video to use other kind of UART.

0 Likes

You do not need a video, just use the datasheet which explains configuring the component. Take care for the pins: on your PSoC5 board the USB-UART bridge uses different I/O pins, check the schematic. Which board are you using CY8CKIT-0??

Bob

0 Likes
Anonymous
Not applicable

i am currently using spark fun2 lp-096.

0 Likes
Anonymous
Not applicable

for exmaple there is this video

and I want to use this uart to send data from the psoc to matlab how ever i cant use the same block as he . how to solve this problem?

0 Likes

This link may be useful:

PSoC 5LP connection with Matlab

0 Likes

Bob is correct... the SCB is a hardware block that is only available in the PSoC4 and PSoC6 family.

Alan

0 Likes