Re: [Fx2lib-devel] Generating a clock with the GPIF
Status: Beta
Brought to you by:
mulicheng
From: Eric W. <er...@wi...> - 2009-03-22 17:20:30
|
There is no good way to make a programmable high frequency clock on the FX2. You can make a low frequency clock using an internal timer driving a GPIO pin. You will be limited to a resolution of 4 or 12 FX2 CPU clock cycle periods. Any thing high frequency will have the CPU always servicing the timer interrupt. I would not do this for any thing beyond audio frequencies. Why not just use a small clock oscillator. The size would likely be a fraction of the imager size. Eric Winsor John Smithee wrote: > Hi All, > > I am new to the FX2 and I want to use it to interface a CMOS imager. > For this I am wondering if it is possible to generate a clock for the > image sensor with the FX2 also. Has anybody an idea whether this might > be possible? I know I could use a programmable clock chip for this but > space on the image board is very restricted so I would be happy if I > could do without. > > > Thanks! > ------------------------------------------------------------------------ > > ------------------------------------------------------------------------------ > Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are > powering Web 2.0 with engaging, cross-platform capabilities. Quickly and > easily build your RIAs with Flex Builder, the Eclipse(TM)based development > software that enables intelligent coding and step-through debugging. > Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com > ------------------------------------------------------------------------ > > _______________________________________________ > Fx2lib-devel mailing list > Fx2...@li... > https://lists.sourceforge.net/lists/listinfo/fx2lib-devel > |