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

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
Sample Projects
32
while (!(DelSig_1_fIsDataAvailable()));
}//End of main
LCD_1_Position(0,0);
LCD_1_PrCString(“V Count: “);
DelSig_1_StartAD();
M8C_EnableGInt;//Enable Global interrupts
//This loop waits for a valid ADC result, and then displays it on the LCD
while (1)
{
}//End of while(1)
wADCResult=DelSig_1_wGetDataClearFlag();//Store result from ADC
LCD_1_Position(0,9);
LCD_1_PrHexInt(wADCResult);
//Set the LCD to (Row=0,Column=0)
//Start gathering conversions from the ADC
CY8CKIT-001 PSoC Development Kit Guide, Doc. # 001-48651 Rev. **
//Wait for ADC data to be ready
//Set LCD to
//Print ADC result on LCD
(Row=0,Column=9)
[+] Feedback

Related parts for CY8CKIT-001