CY8CKIT-001 Cypress Semiconductor Corp, CY8CKIT-001 Datasheet - Page 89

KIT DEV FOR PSOC3/5

CY8CKIT-001

Manufacturer Part Number
CY8CKIT-001
Description
KIT DEV FOR PSOC3/5
Manufacturer
Cypress Semiconductor Corp
Series
PSoC® CapSenser
Type
MCUr
Datasheets

Specifications of CY8CKIT-001

Contents
Board, CD, CY8C29 & CY8C38 Modules, MiniProg3 Programmer/Debugger, Power Supply
Processor To Be Evaluated
CY8C29, CY8C38
Interface Type
RS-232, USB, JTAG
Operating Supply Voltage
3.3 V, 5 V
Lead Free Status / RoHS Status
Lead free / RoHS Compliant
For Use With/related Products
PSoC 1, PSoC 3 and PSoC 5
Lead Free Status / Rohs Status
Lead free / RoHS Compliant
Other names
428-2961

Available stocks

Company
Part Number
Manufacturer
Quantity
Price
Part Number:
CY8CKIT-001A
Manufacturer:
Cypress Semiconductor
Quantity:
135
CY8CKIT-001 PSoC Development Kit Guide, Doc. # 001-48651 Rev. **
}
/*******************************************************************************
* Function Name: ButtonPressed
********************************************************************************
*
* Summary:
*
*
* Parameters:
*
*
* Return:
*
*
*
*******************************************************************************/
static uint8 ButtonPressed(void)
{
Check to see if the button is pressed.
void
TRUE: button pressed
FALSE: button not pressed
CYGlobalIntEnable; /* Enable global interrupts */
SW_Write(SET_SW);
USBFS_Start(KEYBOARD_DEVICE, USBFS_3V_OPERATION);
while(!USBFS_bGetConfiguration()); /* Wait for Device to enumerate */
/* Enumeration is completed load keyboard endpoint to set up ACK for first
USBFS_LoadInEP(KEYBOARD_ENDPOINT, keyboardData, KEYBOARD_DATA_SIZE);
while (1)
{
}
if(!SW_Read())
{
}
return FALSE;
/* Start USBFS operation using keyboard device (0) and with 3V operation */
key */
if (ButtonPressed())
{
}
/* wait for the button to be released */
while(!SW_Read());
return TRUE;
ledState ^= 0x01u;
LED_Write(ledState);
SendKey(cypressWebsiteCharSequence[i]);
StartWindowsRun(); /* Open Windows Run App */
/* Send the cypress website key sequence */
for (i = 0; i < sizeof(cypressWebsiteCharSequence); i++)
{
}
/* Set port pin for button (SW1) */
/* Set/clear (toggle) the LED port pin */
/* Toggle LED */
0x13, 0x15, 0x08, 0x16, 0x16, 0x37,
0x06, 0x12, 0x10, 0x28};
Sample Projects
85
[+] Feedback

Related parts for CY8CKIT-001