Hi,
I'm hoping to port my code to PSoC 5 via the CY8CKIT-059. My project uses the imported NVRAM component (CE204087.cydsn). Following the procedure outlined in "002-04087_CE204087_Interfacing_SPI_nvRAM_with_PSoC_3__PSoC_5LP.pdf", I get:
" No drivers on signal "CS", bit(s) "0". "
" Every signal bit must have exactly one driver (e.g., connected to one schematic input terminal or one instance output terminal). The given bits do not have any drivers. Add drivers for the indicated signal bits. "
I get two seemingly identical errors as above, concerning the "CS" bit and two more concerning the "HOLD" bit.
Then there are a couple of the error below and Fitter Abort.
" Error in customizer for component "CyControlReg_v1_70" : Loading : (Unable to locate and customize component 'CyControlReg_v1_70' used in schematic 'C:\Users\...\Cypress\PSoC5\CE204087\CE204087.cydsn\NVRAM_SPI\NVRAM_SPI.cysch'.). "
I bet somebody knows how to fix this!?
I'm running Creator 4.4 on Windows 10. I've followed the procedure a couple of different times and tried cleaning prior to building...
Thanks.
-Dave
Show LessHi there,
I need an PWM signal so that I can trigger specific action depending on the level of the PWM. So I set up the PWM with interrupts enabled for terminal count event and compare 1 event. I expected to get an interrupt when the compare value matches the counter and at the end when the counter reaches zero. But I get two interrupts simultaneously, or only microseconds apart.
I clock the PWM with 10 kHz and set the period to 12000 and the compare value to 9000. The compare type is greater. I get a PWM signal with 300ms high value and a period of 1200ms as expected. But not compare 1 interrupt after 300ms as expected.
What do I miss here?
Show LessHi,
I need to convert the code example that you can find in PSOC 4 kit 037 to PSOC 5LP PN:CY8C5888LTI-LP097.
The code example his name is sensor BLDC motor PSOC 4.
link:CY8CKIT-037 PSoC 4 Motor Control Evaluation Kit (cypress.com)
PLS convert it and explain how you do it.
How can i change the factors of measurements ADC?
PLS explain the functionality of the design.
Thank you.
BR,
Ilan
Show LessAre there any compatibility issues using a UBS-C connector with a PSoC5?
Hey all,
I've got a project in the works that uses 3 UARTs. I manage to fit in the 3 required, but I want to add a 4th for debugging purposes if possible. This should be no problem, as I appear to have adequate UDB resources for a half-duplex UART according to the UART component datasheet:
However when I try to build, I'm running out of UDBs during placement. Looks like running out of macrocells? I'm curious as to why this is? Something to do with how macrocells get allocated maybe?
I'm using PSoC Creator 4.3, the PSoC5LP part is a CY8C5667AXI-LP040. I've attached the report file to this post. DBG_UART is the component name for the half-duplex I am trying to add. I had to put it in a .zip because apparently I can't upload .rpt or .txt files.
Appreciate any thoughts,
Thanks!
Show LessHello all,
I am working on this project where I have 7 multiplexed channels going to a SAR ADC. The output of the ADC is going to a DMA channel and it stores the 7 conversions in RAM.
I'm having an issue where the measurement location has an offset and I'd like to reset the DMA pointer every time I service the interrupt to make sure I don't have swapped channels. Is there a way to reset the DMA pointer?
Show LessHello,
We are working on a MFi (Made For iPhone) product that is embedding during the development phase a Cypress CYUSB3KIT-003 EZ-USB® FX3™ SuperSpeed Explorer Kit (https://www.cypress.com/documentation/development-kitsboards/cyusb3kit-003-ez-usb-fx3-superspeed-exp...). Our final product will use the FX3 chip. We are interested in discussing about your product CY8CKIT-033A PSoC® 3 MFi (Made for iPod® | iPhone® | iPad®) Digital Audio Development Kit for Lightning™ (https://www.cypress.com/documentation/development-kitsboards/cy8ckit-033a-psoc-3-mfi-made-ipod-iphone-ipad-digital-audio) and how you are handling IAP2 protocol on this board.
Thank you for your answer and have a nice day.
Best regards,
François Delaplace
Hi everyone..
I have to decode an NEC protocol based IR signal as a part of my academic project. Im using PSoC 3.
Please enlighten me with the ideas of measuring the pulse width.
I have tried everything I could..Timer and Counter in various configurations. I'm new to PSoC, Please help me out..
Thanks in advance!!
Show LessExpert II
Honored Contributor II
Honored Contributor II
Esteemed Contributor
Esteemed Contributor
Valued Contributor II
Honored Contributor II
Employee