This Forum is Dedicated For all The Object Oriented PIC Lovers .......... The concept behind OOPic is straight forward. Use preprogrammed multitasking Objects from a library of highly optimized Objects to do all the work of interacting with the hardware. Then write small scripts in Basic, C, or Java syntax styles to control the Objects. During operation, the Objects run continuously and simultaneously in the background while the scripts run in the foreground telling the objects what to do.

Thursday, July 19, 2007

[oopic] Re: Angle of attack VII - any help appreciated

--- In oopic@yahoogroups.com, "Nick Mulder" <nick.mulder@...> wrote:
>
> Just reading up on the part ...
>
> Still way behind you in terms of knowing this stuff - really need to
> read up on the basics - logic gates, JK flip flops and the like ...
>
> I'll get down to nutting it out shortly - suspect I'll need to turn
> down the music and draw me a picture with bunnywabbits, truth tables
> etc...
>
> Damn spec sheets are written *too efficiently* for me - nothing but
> the required info huh, no '74LS163 for dummies' or 'rtstofer for
> dummies' for that matter ;)
>
> cheers for the update, imagine I would have been quite confused
without it !
> Nick

The reason for wanting synchronous reset is that there won't be a
glitch at the end of the count. If you try an asynchronous reset,
there will be an instant where the count will be 25 just before it
clears to 0. Maybe that matters, maybe it doesn't. Maybe you get a
complete reset, maybe you don't.

Back to that 74LS163: from the timing diagram, LOAD needs to be a '1'
for normal counting as does ENABLE P and ENABLE T. For the low order
counter pull them all high. On the high order counter, connect ENABLE
P and ENABLE T to the Ripple Carry Out of the low order counter. The
LOAD signal of the high order counter needs to be '1'.

There are some good examples here:
http://people.cornell.edu/pages/ps92/DLD/Counter-163.pdf

I haven't thought about discrete counters in a very long time. It is
so much easier to build a synchronous counter in a CPLD or FPGA. A
very few lines of code and its done! Let the synthesis tool do all
the grunt work! When you have 1M gates in a single package almost
anything is possible.

Richard

__._,_.___
Recent Activity
Visit Your Group
SPONSORED LINKS
Yahoo! News

Odd News

You won't believe

it, but it's true

Yahoo! Finance

It's Now Personal

Guides, news,

advice & more.

Biz Resources

Y! Small Business

Articles, tools,

forms, and more.

.

__,_._,___

No comments: