??? 01/23/07 09:18 Read: times |
#131249 - Impossible to say! Responding to: ???'s previous message |
Jsathish Kumar said:
1.if i increase my clock frequency beyond 12mhz for microcontroller. what's are all the malfunction happened? That is impossible to say! Different microcontrollers have different limits on their clock frequencies - in some cases, manufacturers even produce different "speed grades" of the same chip! The only way to answer this is to look in the Datasheet for the specific device you are using. 2.what is the limiting factor of clock frequency? It's whatever the Datasheet says! 3.if i increase my clock frequency microcontroller speedup, then why i need the advanced microcontrollers. Who said that you do? If you want to increase the clock speed beyond the Datasheet limit for you microcontroller, then you need to find a faster microcontroller, or a faster version of the same microcontroller. "Advanced" has nothing specifically to do with this. Note: with 8051 derivatives, some chips give higher performance for the same clock frequency by reducing the number of clock cycles required by each instruction... |