Email: Password: Remember Me | Create Account (Free)

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
05/29/06 15:47
Modified:
  05/29/06 15:48

Read: times


 
#117229 - well, maybe not ...
Responding to: ???'s previous message
If you add the rise and fall times, depending on how you define the pulse width, it may not be all of 5 MHz, but it WILL be more than 4 MHz.

You may not get there with a serial port in Mode 0, though that would probably do the job under some circumstances. It would depend entirely on the way in which your chosen 805x variant handles the serial port timing.

The DS89C4x0 types can operate it at clock/12 and clock/4, and they can take the external clock/oscillator and multiply it by either 2 or 4, so that yields clock/6 and clock/3, so that yields other options, but the topmost system clock rate is 33 MHz. You'll have to figure out whether that will do the trick for you.

IF you use a typical parallel to serial register, external to the MCU, of course, and both clock it and feed it at the right rate, you can generate a signal that's shaped in any arbitrary way, with the granularity of the clock you've chosen, and assuming you can fetch the next datum and load the register at the right time. The logic can be implemented trivially in programmable logic, but if you use, say, a 74HC165 you still need to add a handful of logic to load the PISO register at the right time and in the right phase with the output signal. In order to suppress foreshortening of the output, you'll need an extra 'D' register. A double-buffered part, e.g. 74595/97, whichever is the PISO form, will work better, but still needs external load-control logic.

If you can manage it with the Mode0 serial port, it will work pretty easily. I'd warn you, though, that you won't have much flexibility as to the rate, and the interrupt flag has to be cleared explicitly, so you have plenty to do in firmware.

RE


List of 26 messages in thread
TopicAuthorDate
Driving fast signals (4Mhz) requirements            01/01/70 00:00      
   How about some more detail ... ???            01/01/70 00:00      
      Worst Case signal            01/01/70 00:00      
         200ns =5Mhz            01/01/70 00:00      
            well, maybe not ...            01/01/70 00:00      
            Too slow + Tolerances?            01/01/70 00:00      
               yes,the one clock 8052 derivatives            01/01/70 00:00      
                  one clock do not forget who was there fi            01/01/70 00:00      
                     When were they "there?"            01/01/70 00:00      
                        about 5 years ago            01/01/70 00:00      
                           Just for your amazement ...            01/01/70 00:00      
                              I posted at SILabs ....            01/01/70 00:00      
                              Not sure ...            01/01/70 00:00      
               burst pulses...            01/01/70 00:00      
                  Gotcha but...            01/01/70 00:00      
                     look at a schematic            01/01/70 00:00      
                        FAST for standard 8051            01/01/70 00:00      
                           for the standard part, maybe            01/01/70 00:00      
   What are the pulses for?            01/01/70 00:00      
      Driving magnetic induction coil            01/01/70 00:00      
         WHAT???            01/01/70 00:00      
            You get what you ask for!!!            01/01/70 00:00      
               Is that so ... ?            01/01/70 00:00      
               Of course, but...            01/01/70 00:00      
                  Got me thinking...            01/01/70 00:00      
   PCA in a F12x can be clocked with 100MHz            01/01/70 00:00      

Back to Subject List