PSoC™ Creator & Designer Forum Discussions
Is there any documentation about the functions (*.exe files in "Cypress\PSoC Creator\3.0\PSoC Creator\bin\") of PSOC Creator 3.0?
I want to use them eternally, but i need some information about the parameters (funktion inputs)
Regards
Show LessHi,
I am trying to debug a project I designed, using PSOC creator 3.0.
Can I debug my project on my PC (without using a board)?
thanks a lot,
Itamar.
Show LessI have a situation where I am trying to clock out an exact number of pulses from a design-wide clock to an I/O pin. (this is part of a hardware SWD block I'm designing.) I am selecting the desired I/O pin with a demultiplexer and my first idea was to use a UDBClkEn block with a counter to gate the design-wide clock resource out to the physical pin.
Unfortunately this does not work, because the UDBClkEn block can only drive UDB clock input nets and since I am driving an I/O pin through a demux this obviously won't work.
I could drive a D FF but the output clock would be 1/2 of the desired clock. I could create a clock that is 2x the frequency of the design-wide clock but then I'm not guaranteed that it's synchronous. I could use a DDR block but PSoC doesn't have DDR primitives. I could just use an AND gate to gate the clock but now I have to worry about runt pulses.
What is the correct way to route a specific number of clock pulses from a design-wide clock resource through an I/O pin?
Show LessHello,
Talking abou t the capsense CY3280-MBR3.
Anybody can help me to know,
How I can know Maximum distance from the proximity sensor and as I set in the program EZ-Click?
How thick the overlay may be it?
Thanks,
Regards.
Show LessHi,somebody in cypress,
I want to know what is the difference between the CY8CKIT-049-42xx PSoC 4 Prototyping Kit and the PSoC 4 Pioneering Kit.I am using the PSoC 4 Prototyping Kit and I am repeating the exact same steps in the PSoC Creator 101 Lesson 4: Let's Get an LED to Blink Part 1 and part2 (exept the kit) ,but I still can't control the blue led.I thought that the reason may be the kit.So thats why I am asking the difference between kits,I would also like to know how to put my project into my kit.Thanks!
Please write back,
Godspeed
Show LessHi every one !
I'm looking for create an analog switch similar to CD4066 but with 8 switches.
Have some of you idea how to do that with PSoc3 ?
Thank you very much
Show LessHi,
I have a problem getting the TCPWM quadrature detector to work. it's not counting !
I have used a quadrature detector in the past, UDB based and the app worked without any problems, only after replacing it with a more resource-smart alternative I cannot seem to make it work.
The automatically generated API within psoc creator does look different, but I only require the Start() and readCounter() calls...
1. the TCPWM based solution does not count, the read results always in 0... what am I doing wrong?
2. Asuming I can make it work with other (more) API calls....Why does a simple replacement of the detector implementation
requires me to change the API anyway.... apart from the namechange of the readCounter method (GetCounter()) it simple
should work, that's the promise of a good API, right?
the attachment shows the schematic, inputs (p1[0], p1[1]) -> glitch filter (4us) -> TCPWM QD (x1, A+B=level, no interrupt)
QuadDec_2_Start();
CyGlobalIntEnable;
for(;;)
{
sprintf(uart_tx_buffer, "%d", (uint16) QuadDec_2_ReadCounter() );
txstring(uart_tx_buffer);
txchar('\r');
txchar('\n');
CyDelay(100);
}
After changing back to the UDB implementation it works as expected, but consumes a lot of valuable resources on my PSoC4 (4245). I'm using latest version of PSoC creator, all updates ok etc...
Anybody run into this issue before? any help very welcome !
// and yes it i'm using the UDB implementation the glitch filter could be moved inside... but i require glitch-free signals from A-input for other parts (not shown) of the design... 😉
Show LessHello
I have got a problem with psoc designer. When I press F6 ( generate/build my project ) i get these errors:
-----------------------------------------------------------------------------------------------------------------------------
Starting MAKE...
creating project.mk
name translation failed on C:/PROGRA~1/Cypress/PSoC\ Designer/5.2/Common/CypressSemiBuildMgr - 3
name translation failed on C:\PROGRA~1\Cypress\PSoC - 2
name translation failed on Designer\5.2\Common\CypressSemiBuildMgr\tools\include\CY8C29000 - 3
lib/adcinc.asm
!E lib/adcinc.asm(21): file 'm8c.inc' not found in current directory or in include path(s)
!E ADCINC.inc(14): file 'm8c.inc' not found in current directory or in include path(s)
!E lib/adcinc.asm(197): no such mnemonic 'M8C_SetBank1'
!E lib/adcinc.asm(200): no such mnemonic 'M8C_SetBank0'
!E lib/adcinc.asm(229): no such mnemonic 'M8C_SetBank1'
!E lib/adcinc.asm(232): no such mnemonic 'M8C_SetBank0'
C:\PROGRA~1\Cypress\PSoC Designer\5.2\Common\CypressSemiBuildMgr\tools\make: *** [lib/obj/adcinc.o] Error 1
C:\PROGRA~1\Cypress\PSoC Designer\5.2\Common\CypressSemiBuildMgr\tools\make: *** Deleting file `lib/obj/adcinc.o'
Example_CharacterLCD_User_Module - 8 error(s) 0 warning(s) 02:29:42