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

cross mob

Code Examples Forum Discussions

MotooTanaka
Code Examples
In the discussion below,   下記のスレッドで   https://community.cypress.com/t5/PSoC-General/I-could-not-find-TCPWM-on-the-Component-Catalog-PSoc-4-4/m-p/278399#M222... Show More
MotooTanaka
Code Examples
Hi, There has been a question (request?) of RC5 IR remote receiver. https://community.cypress.com/t5/PSoC-4-MCU/IR-interfacing-with-Capsense-Button/m-p/272229#M39274... Show More
RonakH
Code Examples
Hello everyone, I am sharing a project that shows a basic example of how we can use the SCB UART block to wake up the PSoC 4 from DeepSleep mode. I ha... Show More
odissey1
Code Examples
Hi,Provided below is custom implementation of the button switch debouncer component (ButtonSw32). The component uses vertical stack counters algorithm... Show More
Len_CONSULTRON
Code Examples
I've attached a two-project Workspace. The first project (KitProg_XRES2PwrCycle) is only useful for the TopDesign. It has the circuit I have used and ... Show More
MotooTanaka
Code Examples
Hi, I have just posted this to a discussion below for a possible solution. https://community.cypress.com/t5/PSoC-5-3-1-MCU/PSoC5LP-Why-can-t-I-fit-this-UART-into-my-available-UDB/td-p/273511... Show More
YoIs_1298666
Code Examples
Hello, If you evaluate UART reception error for example frame error and parity error, use this sample project. When you send data from the terminal so... Show More
Kenshow
Code Examples
Hello, I was approached by someone who required to use the PC's BLE instead of Uart serial to output PSoC logs and data. And since there was no sample... Show More
YoIs_1298666
Code Examples
Hello, I have prepared a sample project for interrupt processing from GPIO pins of the same port group. This is based on "7.8 Pin Interrupt" in AN8643... Show More
YoIs_1298666
Code Examples
Hello, You need the following code to stop TCPWM, enter DeepSleep, then wake up with the wakeup event and restart TCPWM.     PWM_Sleep();    CySysPmDe... Show More