PSoC™ Creator & Designer Forum Discussions
When I create a new project, "error1.PNG" pops up
When I click Yes in that and go on and click on the design area, I get "error2.png" popup .. This doesn't end. When I try to exit PSoC designer error2.PNG pops up again.
Both the error images which I get are in the attached zip folder. Please help me out.
Show LessI am openning a special post for implementing CAN Bus in PSoC 3 and 5.
Please check the attached link for a report that explain the procedures (step by step) of implementing CAN bus.
The report include a link for video demonstration, also a link for the project files.
ia700402.us.archive.org/2/items/CanBusInPsoc5_482/CanBusInPsocReport.pdf
If you need any information or help about this topic, you can ask me.
Show Lessi wanna to enlarge the font of the code editor, how to set it?
i failed to set it in the "Fonts and Colors".
who can give some clue?
thanks in advance!
Environment:
PSoC Creator 1.0 Production (1.0.0.7727)
Culture: English (United States)
OS Version: Microsoft Windows NT 6.1.7600.0
CLR Version: 2.0.50727.4952
I'm not much of a software guy. My method of debugging code is to always have some open I/O bits, and I will strobe them at various times, as necessary, to figure out what is wrong. [Then again, I don't do much code in general.] I don't use debuggers. Just load the program, and run it--at full speed.
I just got the PSOC development board going, with the PSOC5 module (CY8C55). The basic LED PWM program worked, so I went to the first example in which one writes something (Sample Projects, Section 3.3, of "CY8CKIT-001_PSoC_Development_Kit_Guide.pdf"). For some reason, the software LED portion would not blink for me; then I went and duplicated the PWM portion onto LED2, just to continue to learn. This time I did get both LED's to blink.
However, they blink at about 2 to 3 times slower than I'd expect--ILO divided by 10 and 20, to the PWM with a count of 100 (for reset) should give me 1Hz and 0.5Hz blink rates. And with a half-on, half off for illumination. Instead I get like 0.3Hz and half that; and a very fast blink.
Is there "stuff" running in the background, for debug purposes?
Thanks
Shawn
Show LessHi All,
Question: After installing Creator, what do I have to do to get the IDE to Find a Kit or a Solution?
I have clicked the refresh button next to the text (see subject line) as well as the refresh button found above the Component Catalog on an open schematic page. What can I load or install that will be recognized by the IDE? CY8CKIT-001 is the only PSoC3 (or PSoC5) kit I have at the moment.
Thanks
Tim
Show LessHi,
I have a problem with CSD configuration Wizard utility: device appears in the wizard windows only for Cy8c21534; if I try to use 21234 etc. the window remains empty.
Is there to do something different with that devices?
Thanks
Show LessHello
I try command line compilation. Make all like in article . I write bat file
set PSOCTOOLS="C:\Program Files\Cypress\PSoC Designer\5.1\Common\CypressSemiBuildMgr\tools"
set DEVICE=CY7C63813-SXC
set BASEDEVICE=CY7C63800
set LASTROM=0x1fff
set path = %PSOCTOOLS%
make -f %PSOCTOOLS%\Makefile clean
make PROJNAME=test1 -f %PSOCTOOLS%\Makefile makemake
make -f %PSOCTOOLS%\Makefile depend
make PROJNAME=test1 -f %PSOCTOOLS%\Makefile
PAUSE
The next error appear.
U:\cyprojects\test1\test1>make PROJNAME=test1 -f "C:\Program Files\Cypress\PSoC
Designer\5.1\Common\CypressSemiBuildMgr\tools"\Makefile makemake
psocmakemake.exe test1 -oproject.mk
make: *** [makemake] Error -1073741819
How can I resolve this error?
Do somebody have other sample of command line compilation?
Thanks in advance.
Show LessThe CapSense Tuner was integrated in the latest CSD 2.0 component is PSoC Creator. A user can launch the tuner by righ clicking the CapSense CSD component icon and select the Launch Tuner from the context menu.
The tuner simplifies the debugging and optimization process of CapSense elements and makes the paramters dynamically displayed and tracked in a touch sensing system design.
The Tuning tab displays all of the component widgets as configured on a workspace. In the Graphing tab: you see all the graphs : rawcounts, difference count (signal) so that user can verify that rawcounts are actually 70-80 % of full scale of resolution and also on finger touch how much difference count (signal they are getting).
Show LessI had work some weeks on a SD Card interface module for PSoC 3, the module is not stable yet, i get read and write operations, read operation work always fine, but write operation sometimes corrupt the file system. In this post you can find a binary hex file to program the PSoC 3 module in the CY8CKIT-001. The firmware contains a test program for any sd card capacity, the test program list the directories and files on the root directory, no write operation is implemented in the test program to avoid cases where any sd card could be damaged. All the information is transmited using the serial port in the development kit, working at 115200bps.
To get the test program working and dont damage the SD Card the development kit MUST be working at 3.3v. The SD Card pins can be conected directly to the pins of the PSoC. The pin conection im using looks like this:
SDCard DO pin to P0(1)
SDCard SCK pin to P0(3)
SDCard DI pin to P0(4)
SDCard CS pin to P0(6)
RX to P1(6)
TX to P1(7)
Get the program running is easy, you only have to program the PSoC 3 device, plug the RS232 port to the PC open a terminal, push the reset button and the directory listing will start.
Im sorry that source code is not avaliable because a commercial project is being developed using the module im creating, i hope psoc creator comes soon with the SD Card module by default, will be nice to have a customizer for easy configuration.
Victor Andres
Show Less