Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

doubt related to psoc

Status
Not open for further replies.

sridivya pathapati

Junior Member level 2
Joined
Feb 1, 2012
Messages
22
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,424
hi...its a doubt related to psoc .i have to doubt that how to provide digital data as input to one of the PWM as the pwm has two inputs one is system clock and the other is enable. i need to give the digital data as input to enable??whether i need to use UART???
 

The PWM used a clock generated from the system. The period and duty cycle are then set in software. The commands for doing that are in the datasheet. You can view the datasheet from PSoC Designer.

Keith
 

can't i able to send 1's and 0's from the keyboard (for ex:10010011)using hyperterminal??
 

The PWM, like all microcontroller PWMs, is software controlled. You could write some code to change the PWM based on data from somewhere else, e.g. from a UART or I/O pins.

Keith
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top