I am trying to design an adapter to make it possible to program Atmega8 in MLF-32 package in an Arduino (the Arduino uses Atmega8 dip 28 packages standard).
I am a noob with EagleCad, so I might be doing things wrong, but this is what I did.
-
Put an Atmega8 dip28 on the schematic
-
Put an Atmega8 MLF32 on the schematic
-
connected all pins together in the schematic that are the same
Actually, I am not going to use an Atmega8 dip28, but I think I will be going to use 2 rows of 14 break-off pins. These will be placed at the underside of the board (and, of course, soldered at the top of the board). Can I expect to find solderpad at the bottom of the board, as well as on the top side of the board?
So far it was pretty easy. When I changed to the Board and moved the 2 components onto the print, I ran the DRC check. I was surprised to see that this check gave ‘Clearance’ errors between all the smd pad of the MLF32.
This is something I need to get solved before I can continue with this project.
I already played a little with the automatic routing. For now, I have not been able to get it over ~43%. I can do it manually, even from scratch, but testing showed that I will keep a lot of other ‘Clearance’ errors get when I do a DRC check, so I need to know:
-
What settings can I change to avoid these errors in DRC check → Clearance tab?
-
What is the smallest size I can get the ‘routes’ to?
I hope someone can help!