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

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. **
const BYTE SINtable[]=
{
};
BYTE bADCvalue;//Variable for holding ADC result, and updating counter period
void main()
{
}
31, 33, 36, 39, 41, 44, 46, 49, 51, 53, 55, 56, 58, 59, 59,
60, 60, 60, 59, 59, 58, 56, 55, 53, 51, 49, 47, 44, 42, 39,
36, 33, 31, 28, 25, 22, 19, 16, 13, 11, 9, 7, 5, 3, 2, 1, 0,
0, 0, 0, 1, 2, 3, 4, 6, 7, 10, 12, 14, 17, 20, 23, 26, 29
//End of Main
DAC6_1_Start(DAC6_1_HIGHPOWER);
DelSig_1_Start(DelSig_1_HIGHPOWER);//Start the ADC
DelSig_1_StartAD();
LCD_1_Start();
M8C_EnableGInt;
while(1)
{
/* Step 1: Get BYTE data from the ADC
Step 2: Write BYTE data from ADC to the counter in order to change the
Step 3: Move the LCD cursor back to the beginning and display new ADC data
Step 4: Write ADC data out the TX port, and then send a return
*/
} //end of while(1)
Counter8_1_Start();
Counter8_1_EnableInt();
Counter8_2_Start();
TX8_1_Start(TX8_1_PARITY_NONE);
PGA_1_Start(PGA_1_HIGHPOWER);
DAC update rate
{
bADCvalue = DelSig_1_bGetDataClearFlag();
Counter8_1_WritePeriod(bADCvalue);//Update DAC update rate counter
LCD_1_Position(0,0);//Move LCD (row=0,column=0)
LCD_1_PrHexByte(bADCvalue);
TX8_1_PutSHexByte(bADCvalue);
TX8_1_PutCRLF();
}
if (DelSig_1_fIsDataAvailable())//Is new data available from the ADC?
//Send a return character
//Enable the counter used for DAC update rate
//Enable DAC update interrupt
//Enable counter for TX8 clock rate divider
//Start the TX8 UM with no parity (baud rate
// = 38400)
//Enable to PGA to buffer signal from VR to
// ADC
//Start the DAC
//Start reading values on the ADC
//Start the character LCD
// Enable Global Interrupts
//Print ADC result to LCD
//Write LCD result out TX8 to PC
//Get new data from ADC
Sample Projects
45
[+] Feedback

Related parts for CY8CKIT-001