PSoC™ 5, 3 & 1 Forum Discussions
Hello everbody,
i hope you can help me a little bit.
At the moment I am trying to program a PSoC 5 (CY8C5268LTI-LP030) with the CommandLineInterface.
Unfortunatey it isn´t working properly 😞
What have I done...
At the moment I am using this commands in a script:
OpenPort KitProg/0720063201324400 C:\Program Files (x86)\Cypress\Programmer
HEX_ReadFile "C:/HexFile/Testfile.hex"
SetAcquireMode "Reset"
SetProtocol 8
SetProtocolClock 152
SetProtocolConnector 0
SetPowerVoltage 5.0
//PowerOn
DAP_AcquireChip
PSoC3_EraseAll
PSoC3_ProgramRowFromHex 0x03 0 0
DAP_ReleaseChip
ClosePort
quit
Till the command "PSoC3_ProgramRowFromHex 0x03 0 0 " everything looks good. But while using this command I get following error message:
"PSoC3_ProgramRowFromHex 0x03 0 0
E
Timeout of SPC polling. Lost communication with chip (Status = 0x00)
PSoC3_ProgramRowFromHex 0x03 0 0 returned 80004005
80004005 OK"
And I am not sure how to fix it. I don´t know the problem... Is there anybody with an idea how to fix it?
Question 2:
Is there a command to program the whole hexfile without the rowId and arrayId? For example the command Program(). Unfortunately the UserGuid tells me it is only for PsoC1 😞
And is the arrayId 0x03 the correct id?
Many thanks in advance. I hope somebody can help me! 🙂
Ando some more informationen.
I am using a KitProg2 and the programming with PsocCreator oder PscoCProgrammer is working without any problems. So I guess there is no hardwareproblem.
In working with the FTK, I would like to duplicate the onboard JTAG functionality provided by the CY7C68013A microcontroller.
Why are both SW0IO and SW0CK provided by USBIO (P15_6, P15_7) and PORT1 (P1_0, P1_1) attached to this microcontroller? Which of these two are being used for programming the PSOC5? Could someone with familiarity with the schematic for the FTK and PSOC5 line elaborate this a little further?
Thank you.
Show LessHi all,
With PSoC Creator 2.0, the following Development Kit projects will fail.
CY8CKIT-050 - LowPowerDemo
CY8CKIT-001, CY8CKIT-010 - Ex4_USB_HID
To get installer package with updated example projects, please visit the product webpage.
Show Less
Hi all,
With PSoC Creator 2.0, the following Development Kit projects will fail.
CY8CKIT-050 - LowPowerDemo
CY8CKIT-001, CY8CKIT-010 - Ex4_USB_HID
To get installer package with updated example projects, please visit the product webpage.
Show LessI am trying to build code for the Psoc5 that uses the itoa function from stdlib.h.
I have the #include <stdlib.h> at the beginning of main.c but It is not being included and I am getting errors related to
undefined references to itoa. Do I need to explicitly set the include path in the build settings? and if so where would they be located.
Thanks
Show LessCan I run a GPIO pin as output, open drain, drive low and attach an external pullup to 5V while the system is running 3.3V? All VDDIO is 3.3V.
Show LessI intend to use an external RAM with a PSoc3 chip. I find EMI component is available in the standard component library.
And it has got ADDRESS , DATA and CONTROL type of I/Os. There are total five(5) I/Os are given without any detail .
The standard controls required for such interface are CE,OE and WR. However, to my surprise I coundn't find any hint
about the usages of the 5 Control pins in the component data sheet. So, when I sit with the hardware design I am not sure about the pin assignments. And I don't find any example on EMI as well. Also , I am not sure about the software implementation of the EMI. Can I get some help on this issue?
Regards.
A.R.Bhattacharya.
Show LessI used a RTC in PSoC3.
i defined a variable in main.c. i want to use the value of the variable in the RTC_INT.c . Let me know how to pass such a variable from main.c to RTC_INT.c file
regards
kavin
Show Lesshi developers,
i have a confusion in the basics. What is the function of a PSoC system sleep timer. how is it different from the watchdog timer. please help me out
Show LessHave you heard of Arduino ? I am sure you would have come across Arduino atleast once. Let me briefly tell you about Arduino. It is a platform which is considered to be the easiest embedded platform to work with. Programming an Arduino is child's play. The Arduino community makes what is called Arduino shield which can sit on top of any Arduino board and provide additional functionality such as XBEE, WIFI, Ethernet and so on.
A team at Michigan State University has now put together a PSoC5 board which will work with Arduino shield. The overall goal of this project is to have PSoC 5 be “Arduino-friendly”. In other words, one of the team at MSU is trying to have Arduino users purchase PSoC products. The overall goal of this project is to have a design that will prevent any technical difficulty when interacting Arduino shields with PSoC 5.
If you are interested in knowing more, http://www.egr.msu.edu/classes/ece480/capstone/fall11/group01/#about
Show Lesshi developers,
i was going through a wonderfully written application note AN32200 ( http://www.cypress.com/?docID=27337 ), on clocks and global resources. the description of VC3 clock source states( If i have understood it correctly) that VC3's every positive edge can be used as an interrupt. is that so.? if so how can we eneable or disable this interrupt in the designer IDE. i couldn't find any options like "VC3 interrupt enable/disable".
Show Less