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.

Design of an Embedded System

Status
Not open for further replies.

avssunil

Junior Member level 1
Joined
Nov 13, 2006
Messages
19
Helped
2
Reputation
4
Reaction score
0
Trophy points
1,281
Activity points
1,416
Hello All,
Can an Embedded System be designed without a clock????Is it possible??
 

Without clock? No, can't!
Without Cristal? Yes
 

No, i don't think its possible because all sequence of operations is based on clock.
 

If your embedded system is only some combinational gates ( a very trivial embedded system ) answer is yes.

For any real embedded system, it must contain at least any processing element which must use a clock to activate all the sequential FF's.
 

like budhy said, without crystal, yes you can have something made if you ensure that a clock like signal is still generated and provided... and that it is steady...
however its really not possible to have an embedded system without a clock...

infact i would say that someting that runs without a clock is not really an embedded system...

regards,
wiztronix
 

no. it is not possible without clock.

thanks.
 

Embedded system always run in MCU or CPU. MCU or CPU need clock to execute instruction. Such as AT80S51 needs 12 clock to execute one instruction.
 

Who that can be ?
the colck is the heart of all the logic operation that can embedded system do .

Fire in the Wire :idea:
 

No, it is impossible to design an embedded system without a clock because it syncronize the operation in ur system
 

impossible,if no clock,the ff will not work,as a result,the cpu will not work,so your code will not be fetched from memory and executed.
 

No
without clock u cant do anything in Embedded.Cause clock is heart of Controller.
 

Without a clock embedded system can not be designed. Because clock is main part which controls the various functionalities, scheduling and timers. You can generate a clock signal by a circuitry without a crystal aso but that is also a clock signal. Synchronization is the main thing in embedded system without it system will crash.
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top