Re: Microcontroller with 4x16 Bit Timers

From: CC Cox (chuckPORK_at_synchroPORK.com)
Date: 06/24/04


Date: Thu, 24 Jun 2004 19:36:45 GMT

On 24 Jun 2004 04:47:33 -0700, sjones@scannex.co.uk (Stephen Jones) wrote:
>I am looking for small low cost processor ideally with 4 16 bit
>capture on interrupt timers. Its to measure the minimum bit width of 4
>RS232 sources, which can have a minimum bit width of 8.2uS. This has
>to be done continuously with the results filtered etc with resulting
>bit width converted to its corresponding baud rate and then an
>equivalent 4 bit number which is output to a IO port. Therefore the
>processor requires 20 I/O lines.

Any Cypress PSoC with 8 digital modules can be configured with 4 16 bit timers.
The bad news is that you won't have any modules left over for other digital
peripherals. The good news is that you can reconfigure those 4 timers into 4
uarts (or whatever) at will. There is a new family of chips coming out with
more digital modules if 8 is too limiting for your application.

Disclaimer: we are CyPros certified consultants

--
Chuck Cox, President
SynchroSystems
chuckPORK@synchro.com, cccoxPORK@fas.harvard.edu, www.synchro.com
(my address is politician proof, just remove the PORK)


Relevant Pages

  • Re: Microcontroller with 4x16 Bit Timers
    ... Stephen Jones wrote: ... > capture on interrupt timers. ... You do not need 4 timers, you need 4 capture channels. ...
    (comp.arch.embedded)
  • Re: Microcontroller with 4x16 Bit Timers
    ... Mark A. Odell wrote: ... >>capture on interrupt timers. ... to filter it (I'm assuming you just use /8 so you don't have to do any ...
    (comp.arch.embedded)
  • Re: Microcontroller with 4x16 Bit Timers
    ... > capture on interrupt timers. ... I seem to remember that the TI MSP430 had many capture registers and there ... were parts with a good amount of I/O. ...
    (comp.arch.embedded)