> Hi,
> >
> > I have an idea but not known whether it is possible.
> >
> > During prototype development major MCUs with DIP package only have 40
> > maximum number of pins. However, sometimes we need to use more I/Os
> > when many external devices exist. And MCU with more than 40 pins
> > always do not have DIP package so that PCB must be manufacured before
> > further development.
> >
> > So I have a silly question whether 2 or more MCU could be easily
> > cascaded?
>
> Yes.
> If you want to simply expand the IO, there are i2c and SPI
> peripheral IO expansion devices.
>
> If you want many 'like' devices, then ones with SPI hardware
> will cascade easily, in a simple daisy chain, and ones with
> UARTS can also be put into a ring, for fast & simple cascade.
>
> A cheap, simple I/O uC in DIP40, with SPI hardware, is the
> AT89S8253. It also comes in SDIP42 (same size as DIP28).
>
> -jg
Could u suggest me a SPI peripheral IO expansion device?
Thanks!