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

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
44
*
*
*
*
*
*
*
*******************************************************************************/
/******************************************************************************
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*******************************************************************************/
/******************************************************************************
*
*
*
*
*
*
*
*
*
*
*******************************************************************************/
/******************************************************************************
*
*
*
*
*
*
*
*
*
*
*
*******************************************************************************/
#include <m8c.h>
#include “PSoCAPI.h”
Counter8_2 Settings:
The Counter8_1 provides a clock to the TX8 UM to achieved a desired baud
rate. For this project the desired baud rate is 38400. The TX8 UM
derives the baud rate by dividing its input clock by 8. Thus the input
clock to the TX8 needs to be around 307.2kHz to achieve a baud rate of
38400. The Counter8_1 UM provides this clock by dividing VC3 (12MHz) by
39 to get 307.7kHz.
TX8_1 Settings:
The TX8 UM provides serial communication of the ADC data to another
device or PC. The TX8 UM send data out at a baud rate of 38400. This
baud rate is derived by dividing the UM's input clock by 8.
DAC6 Settings:
The DAC6 outputs a sine wave on P0.5. The shape of the sine wave is
determined by a 64 element lookup table found in SINtable.asm. The=
update rate of the DAC6 is determined by the Counter8 terminal count ISR.
The frequency of the DAC output equals the Counter8 Terminal Count
frequency divided by 64 (the number of elements in the table).
Period
CompareValue
CompareType
InterruptType
InvertEnable
Clock
ClockSync
Enable
CompareOut
TerminalCountOut = Row_2_Output_1
Period
CompareValue
CompareType
InterruptType
InvertEnable
Clock
Output
Tx Interrupt Mode = TXComplete
ClockSync
Data Clock Out
AnalogBus
ClockPhase = Normal
DataFormat = OffsetBinary
= AnalogOutBus_1
= 255
= 0 *Note this parameter is not used
= Less Than or Equal
= Terminal Count
= Normal
= VC3 //VC3 = 24MHz/2 = 12MHz
= Sync to SysClk
= High
= None
= 38
= 0*Note this parameter is not used
= Less Than or Equal
= Terminal Count
= Normal
= Row_2_Output_1 (From Counter8_1)
= Row_2_Output_0
= Sync to SysClk
= None
// part specific constants and macros
// PSoC API definitions for all User Modules
main loop
CY8CKIT-001 PSoC Development Kit Guide, Doc. # 001-48651 Rev. **
*Note this parameter is updated in the
[+] Feedback

Related parts for CY8CKIT-001