4

I want to make my circuit board very small. I have seen many smaller boards with complex circuit. But I am not sure how do they do it? Is it all Custom circuit implemented on VHDL or some micro controller core printed on circuit board like the Black portion on the image below. I am new to PCB designing. Any suggestion would be appreciated.enter image description here

Arjun
  • 680
  • 5
  • 24

1 Answers1

6

If you are using an AVR, you might be able to significantly reduce your footprint by using a Wafer Level Chip Scale package (WLCSP).

enter image description here

These can end up using even less board space than a Chip-on-board since you don't need room for the bonding wires. Instead, you fanout the connections from directly under the package, similar to a BGA.

enter image description here

The parts are much easier to work with than COB and you can order them from normal distributors like Digikey...

http://www.digikey.com/product-search/en?keywords=attiny%20wlcsp

You can read more about Atmel's WLCSP in this app note...

http://www.atmel.com/Images/doc42007.pdf

bigjosh
  • 9,888
  • 29
  • 48