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

cross mob

PSoC™ Creator & Designer Forum Discussions

dawac_4152356
PSoC™ Creator & Designer
A few days ago, attempting to open two different projects that had worked before, I get the crash message:"psoc_creator.exe has stopped working""A pro... Show More
SuSh_1535366
PSoC™ Creator & Designer
Hello, I checked the sample code (CE222867) of MagSense component.The following description was in the source code."Note that this function is a tempo... Show More
DaCh_4286001
PSoC™ Creator & Designer
for(int i = 0; i < size_start_num; i++){        start_num = UART_ReadRxData();        CyDelay(100);}I am assuming that when I use UART_ReadRxData(), I... Show More
DaCh_4286001
PSoC™ Creator & Designer
My basic idea for this code is I will keep getChar from keyboard until I hit ENTER key.However, it is not working if I type 1 2 3 ENTER. It will stuck... Show More
NeRe_332166
PSoC™ Creator & Designer
I’m having a problem building a project that would build on another PC.I’ve recently installed PSoC creator on a fresh Windows 10 VM (on a Mac host).I... Show More
DaCh_4286001
PSoC™ Creator & Designer
I think P2 [1] means Port 2 pin 1, than what's the Pin column stands for?Simon Show More
GiMu_4312446
PSoC™ Creator & Designer
Hi all,I'm working on a project  using CY8C5287AXI-LP095 under PSoC Creator 4.1My application receives a basic set of commands from UARTThe communicat... Show More
odissey1
PSoC™ Creator & Designer
Hi,I am working on multiple custom components, which have same property field (e.g. Display_Name). So in the "Types..." section of each component I ha... Show More
DaCh_4286001
PSoC™ Creator & Designer
So I want to use UART to write code that program won't run until I type in a character in UART.my code looks like thisfor(;;){           while((UART_R... Show More
LaPe_296836
PSoC™ Creator & Designer
Hi,I would like to create an embedded mySQL client running on PSoC (PSoC 6, to be specific).  I will connect to the Internet via a Ublox SARA module.I... Show More