psoc 6 - control register / status register GONE ?

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

cross mob
EyLa_1625036
Level 3
Level 3
10 likes given 10 sign-ins 25 replies posted

hello all ,

maybe that's a stupid question

but i cannot find status register / control register components

for my psoc6 device (CY8C6247BZI-D44).

Did they removed them in psoc6 ?

if so , how can i control i/o signals ??

thanks

lampel

0 Likes
1 Solution

On some ports you have SmartIOs that consist of a 3 inpout LUT per pin. They can be used for such simple arithmetic operations,  Edgedetection, FlipFlops, debouncing or rerouting signals on that Port.

But they are not as powerful as UDBs.

View solution in original post

0 Likes
6 Replies
Vison_Zhang
Moderator
Moderator
Moderator
First comment on KBA 750 replies posted 250 sign-ins

CY8C6247BZI-D44 have no UDB resource init. Not all P6 devices supports UDB resource.

Capture.JPG

0 Likes

OK

Thank you .

but if so , how can i control I/O signals without UDB Components ??

0 Likes

What kind of signal you want I/O to output or input? Firmware control or DMA control is the general way.

0 Likes

Lets say a simple ,

if x + y rises to '1' then z is '1' else '0'

0 Likes

On some ports you have SmartIOs that consist of a 3 inpout LUT per pin. They can be used for such simple arithmetic operations,  Edgedetection, FlipFlops, debouncing or rerouting signals on that Port.

But they are not as powerful as UDBs.

0 Likes

You can try the to use SmartIO to realize the basic logic, you can set custom lookup table based on selected inputs and output.

0 Likes