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.
I am wondering if I can use capsense if it is not located on the same pc board. For instance if I have a keypad that is external to the main pc board that contains the capsense ic, can I just run the capsense wires to my keypad buttons only? Will it work if the capsense chip is not directly mounted on the keypad?
Does anyone have any examples they can show or discuss?
Thanks in advance. Show Less
I am hoping someone can direct me in the right direction.
I am looking to develop a control system that will perform the following functions and utilize the following features. Any help, in guiding me toward the required modules and kits would be appreciated. This is a learning project for myself and thought I might as well develop something practical while I learn.
The system I want to design will monitor various water levels and controls various peripherals.
Water monitoring specifics will be: Temperature, PH Level, Oxygen Reduction Potential, Salinty, etc.....
Peripherals will be lighting, power switches, USB, wireless, etc....
Eventual functionality will include software to control the system that will allow for a programmed interface with the ability to monitor and log and report on captured data.
Thanks,
Tom Show Less
Also, can you buy a hardware module using the CYRF7936(where), similar to the wirelessUSB modules?
Thanks,
Robert Show Less
My tutor suggest me to use one quadrant psoc cy3209 set as an transceiver,means receive the RF signal from strap and then transmit the signal for longer distance~and could use the orthe quadrant set as an orther receiver(Hardware simulation) and then dispaly the data on PC.
As I am not familar with the Psoc, I do not know whether this method will be work or not, and which step I should start with Psoc? Show Less
I have the kit CY3271-EXP1 but When I tried use the card Weather Station Borad is not working in the screen of SCD only show 06 points of Scan and the leds Red & Green of RF Expansion Board not blinking only 6 times and after no more
Please let me know how I can resolve this problem Show Less
Does Cyprus provide generic drivers for the Cy7C637 chip for sending and receiving data with a USB transceiver?
If not, is there clear documentation available to develop this?
Many thanks! Show Less
We want to use this wireless technology for communication between a remote controller and several Light dimmer.
With one remote controller you will be able to dim / change colours of several light dimmer. (select the device and change it according to your wishes)
Is it possible to use multiple remotes to controll all light dimmers?
Because you Bind a Hub (remote controller) with a node (light dimmer) my understanding is dat you can only controll the light dimmer with the remote which was used for binding.
Are there any solutions to use multiple remotes?
Are there any "Cyfi modules" available which can be plugged onto our pcb.
(just like you have the WUSB pre made modules)
This will save us a lot of design time. (we do not have to care about pcb layout)
If yes; are these modules available as samples?
Thanks, BR,
Jasper Show Less
I have to design a filter at 100 HZ PSOC using C language, can be FIR. I should not use the libraries firfilters.ho iirfilters.h.
I have coefficients matlab, but not to make the algorithm in C to filter a signal.
I filter the signal from an ADC.
thanks. Show Less