answersLogoWhite

0


Best Answer

Since the 8085 has a maximum clock frequency of 6 MHz, increasing the crystal frequency from 5 MHz to 20 MHz, a corresponding clock frequency change of 2.5 MHz to 10 MHz, the chip would malfunction.

User Avatar

Wiki User

14y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What will happen if crystal frequency of 8085 is increased from 5 to 20 MHz?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Give the clock out frequency and state time T of 8085 when the crystal frequencies is 5MHz?

The clock out frequency of an 8085 is one half the crystal frequency. The period of one T cycle is the inverse of the clock frequency. At a crystal frequency of 5MHz, the clock is 2.5MHz, and T is 400 ns.


Specify the crystal frequency required for an 8085 system to operate at 1.1mhz?

The crystal frquency in an 8085 system is twice the desired clock frequency, so a crystal of 2.2 MHz is required to operate at 1.1 MHz.Note: Clock frequency is not the same as instructions per second, because the instructions in an 8085 take a variable number of clock cycles, between 4 and 18, to execute.


What is the crystal frequency required for an 8085 system to operate at 101 MHz?

There is no 8085 that operates at 101 MHz. The fastest 8085 operates at 12 MHz, requiring a 24 MHz crystal.


How can you determine the duration of one T-state?

The duration of one T-state is one divided by the clock frequency, or two divided by the crystal frequency. This is for the 8085.


If the frequency of the crystal connected to 8085 is 6MHz calculate the time to fetch and executed NOP instruction?

At a crystal frequency of 6MHz, the 8085 microprocessor has a clock frequency of 3MHz, or a period of 333 nanoseconds. The NOP instruction requires four clock cycles, three to fetch and one to execute, so the NOP instruction with a crystal frequency of 6MHz would take 1.333 microseconds to fetch and execute. This does not include wait states, each of which would add 0.333 microseconds to the timing.


What is crystal in microprocessor 8085?

crystal is a oscilltor in microprocessor


Why microprocessor frequency is half of crystal frequency?

The crystal oscillator frequency in the Intel 8085 is divided by 2 because Intel designed it that way. Internal actions in the 8085 occur at various points in the cycle and, by dividing by 2, Intel could create 4 distinct points in the cycle where various edges could perform actions.


What is the clock speed of 8085 mp?

The clock speed of the 8085 depends on the particular chip chosen. The basic 8085 could run up to around 3 MHz. The -1 version could run up to around 6 MHz. The -2 version could run up to around 5 MHz. In each case, the crystal frequency had to be exactly twice the desired clock frequency, i.e. 6 Mhz, 12 MHz, and 10 MHz, respectively. In all cases, the minimum clock frequency was 500 KHz. (Crystal 1 MHz)


What is operating frequency of microprocessor?

The operating frequency of 8085 is 3 mhz to 5 mhz


What is the operating frequency of 8085 microprocessor?

From the Wikipedia article, it looks like they would operate at 3, 5, or 6 megahertz (MHz), or maybe it's 3.5 MHz and 6 MHz (they use 3,5 - not sure if that's a European decimal point or a comma)


Why you connect 6.28MHz crystal oscillator in 8085microprocessor instead of 3.14MHz crystal oscillator?

Internally two crystal oscillator cycles are used as one single cycle. During one single crystal cycle it is made to logic high and logic low in next cycle so, that 50% duty cycle is maintained.


What is the function of CLKOUT pin in microprocessor 8085?

The CLK signal in the 8085 is the system clock, which is the External Input Frequency or Crystal divided by two. It can be used to develop bus control logic, because it is essentially the inverse of ALE for one half clock cycle.