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

cross mob

Code Examples Forum Discussions

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
YoIs_1298666
Code Examples
Hello, This is a sample code for wakeup from DeepSleep using UART for CY8CKIT-145-40XX. You need to have 4 pull-up resistors shown in blue wiring.  ... Show More
YoIs_1298666
Code Examples
Hello, This is a sample code for wakeup from DeepSleep using UART for CY8CKIT-145-40XX. However, it is woken up by GPIO interrupt. You need to have 4 ... Show More
MotooTanaka
Code Examples
Hi, This is a simple sample of using CapSense [v7.0] for 2 buttons operation using CY8CKIT-042. Although this is a quite simple sample, may be somewha... Show More
MotooTanaka
Code Examples
A week or so ago, I posted a sample of directly handling 1602 charLCD. https://community.cypress.com/t5/Code-Examples/CharLCD-Sample-for-PSoC-6-CY8CKIT-062-BLE/m-p/268325#M1017... Show More