Author Topic: Is it possible to route this in 4 layer 5cm x 5cm?  (Read 4603 times)

0 Members and 1 Guest are viewing this topic.

Offline soFPGTopic starter

  • Frequent Contributor
  • **
  • Posts: 283
  • Country: de
Is it possible to route this in 4 layer 5cm x 5cm?
« on: December 01, 2019, 05:34:43 pm »
I never did a board with more than 4 layers and this is my first attempt and in general I am not very experienced in routing PCBs.

At JLCPCB a 4 layer 50mm x 50mm PCB is very cheap but as soon as the area goes above 50mm x 50mm it doubles in price - so it would be nice to get everything into this 5cm square.
But - maybe there is no way fitting every component? What do the PCB routing experts here say - is it possible (given JLCPCB capabilities of 3.5mil traces/clearance, 0.2mm via holes)?

It looks close to impossible to me especially that a lot of connections from the big BGA to the TSSOP and the other BGA should be matched regarding length.

My approach would be routing it like this and if it doesn't work out somehow re-arrange the components and then try again.
 

Offline Yansi

  • Super Contributor
  • ***
  • Posts: 3893
  • Country: 00
  • STM32, STM8, AVR, 8051
Re: Is it possible to route this in 4 layer 5cm x 5cm?
« Reply #1 on: December 01, 2019, 05:39:58 pm »
Why do you take a double-BGA high speed digital board as you first 4layer trial?

What pitch are these BGAs? If not 1mm, forget about making the PCBs in china  for dirt cheap.  0.8mm pitch BGA can be made successfully with a 0.25 drilled vias at maximum (or  maybe, seen them with .3mm drilled vias, while making sacrafices and bending the design rules a bit). Cheap chinese prototype pcbs end with .3mm drills.
« Last Edit: December 01, 2019, 05:42:26 pm by Yansi »
 
The following users thanked this post: Howardlong

Offline soFPGTopic starter

  • Frequent Contributor
  • **
  • Posts: 283
  • Country: de
Re: Is it possible to route this in 4 layer 5cm x 5cm?
« Reply #2 on: December 01, 2019, 05:47:27 pm »
Those are 0.8mm BGAs.

And JLCPCB lists 0.2mm as min via hole size: https://jlcpcb.com/capabilities/Capabilities

Edit: This is not very high speed. The TSSOP package is SRAM (12ns access time - so 80MHz) and the other BGA is NOR-Flash.
« Last Edit: December 01, 2019, 05:50:52 pm by soFPG »
 

Offline Howardlong

  • Super Contributor
  • ***
  • Posts: 5317
  • Country: gb
Re: Is it possible to route this in 4 layer 5cm x 5cm?
« Reply #3 on: December 01, 2019, 05:55:10 pm »
Look at

o using 0402 passives (or smaller) unless there’s a reason to use larger;
o double sided load;
o starting with something a lot less ambitious, or get someone a lot more experienced to do it for you.

 

Offline ebclr

  • Super Contributor
  • ***
  • Posts: 2328
  • Country: 00
Re: Is it possible to route this in 4 layer 5cm x 5cm?
« Reply #4 on: December 01, 2019, 05:59:27 pm »
You can get some extra spaces, putting some components on the other side of the board, using the 2 faces, have more room to save space


By the way, is an FPGA, Memory, USB convert for jtag , or something like this?
 

Offline jhpadjustable

  • Frequent Contributor
  • **
  • Posts: 295
  • Country: us
  • Salt 'n' pepper beard
Re: Is it possible to route this in 4 layer 5cm x 5cm?
« Reply #5 on: December 01, 2019, 06:33:07 pm »
What other people said, plus, think of all the space you'll get back with a .050" pitch JTAG connector. Or maybe use FFC connectors for everything instead.
"There are more things in heaven and earth, Arduino, than are dreamt of in your philosophy."
 

Offline soFPGTopic starter

  • Frequent Contributor
  • **
  • Posts: 283
  • Country: de
Re: Is it possible to route this in 4 layer 5cm x 5cm?
« Reply #6 on: December 01, 2019, 06:55:58 pm »
Quote
You can get some extra spaces, putting some components on the other side of the board, using the 2 faces, have more room to save space
I don't know if it is possible to do a oven-reflow of a PCB populated on both sides? If I only put lightweight caps on the bottom layer I could probably reflow them first and then do the top side while the components on the bottom side are taped with kapton?

Quote
By the way, is an FPGA, Memory, USB convert for jtag , or something like this?
This is a ARM7TDMI-based CPU with external SRAM and flash. Then there is a UART/USB converter (CH340G) to program the internal SRAM.

Quote
think of all the space you'll get back with a .050" pitch JTAG connector.
My plan is to use the Jlink EDU as a JTAG debugger and as far as I remember it only has a 0.1" connector.

Quote
Or maybe use FFC connectors for everything instead.
Don't know how that would work for UART and stuff? The 50-pin ZIF connector is used to connect an external display
« Last Edit: December 01, 2019, 06:58:05 pm by soFPG »
 

Online langwadt

  • Super Contributor
  • ***
  • Posts: 4413
  • Country: dk
Re: Is it possible to route this in 4 layer 5cm x 5cm?
« Reply #7 on: December 01, 2019, 07:06:15 pm »
Quote
You can get some extra spaces, putting some components on the other side of the board, using the 2 faces, have more room to save space
I don't know if it is possible to do a oven-reflow of a PCB populated on both sides? If I only put lightweight caps on the bottom layer I could probably reflow them first and then do the top side while the components on the bottom side are taped with kapton?

Quote
think of all the space you'll get back with a .050" pitch JTAG connector.
My plan is to use the Jlink EDU as a JTAG debugger and as far as I remember it only has a 0.1" connector.


double sided mounting is done all the time, small parts are held on by the surface tension of the solder only big parts need glue

you can use any connector or even test points and pogo pins for JTAG, just make a cable to fit

 

Offline soFPGTopic starter

  • Frequent Contributor
  • **
  • Posts: 283
  • Country: de
Re: Is it possible to route this in 4 layer 5cm x 5cm?
« Reply #8 on: December 01, 2019, 07:13:33 pm »
Quote
you can use any connector or even test points and pogo pins for JTAG, just make a cable to fit
I thought it would be nice to have a fitting receptacle, but you are probably right.

Putting caps on the bottom is definitely a thing I am going to consider.
 

Offline Howardlong

  • Super Contributor
  • ***
  • Posts: 5317
  • Country: gb
Re: Is it possible to route this in 4 layer 5cm x 5cm?
« Reply #9 on: December 01, 2019, 07:31:52 pm »
If you’re intending to have it automatically loaded, you’ll need fiducial points too on both sides.
 

Offline soFPGTopic starter

  • Frequent Contributor
  • **
  • Posts: 283
  • Country: de
Re: Is it possible to route this in 4 layer 5cm x 5cm?
« Reply #10 on: December 01, 2019, 07:44:55 pm »
Quote
If you’re intending to have it automatically loaded
No, I am doing this myself.
 

Offline OwO

  • Super Contributor
  • ***
  • Posts: 1250
  • Country: cn
  • RF Engineer.
Re: Is it possible to route this in 4 layer 5cm x 5cm?
« Reply #11 on: December 02, 2019, 03:35:47 am »
What pitch are these BGAs? If not 1mm, forget about making the PCBs in china  for dirt cheap.  0.8mm pitch BGA can be made successfully with a 0.25 drilled vias at maximum (or  maybe, seen them with .3mm drilled vias, while making sacrafices and bending the design rules a bit). Cheap chinese prototype pcbs end with .3mm drills.

Incorrect. 0.8mm BGAs are officially supported by JLC on 4 layers and above with 0.2mm drills and 0.45mm annulus outer diameter. I have done plenty of boards with 0.8mm pitch BGA (Zynq, AD9363, DDR3 memory, etc) on JLC and had zero problems. See: https://github.com/gabriel-tenma-white/sdr5
Email: OwOwOwOwO123@outlook.com
 
The following users thanked this post: soFPG

Offline ebclr

  • Super Contributor
  • ***
  • Posts: 2328
  • Country: 00
Re: Is it possible to route this in 4 layer 5cm x 5cm?
« Reply #12 on: December 02, 2019, 07:00:31 am »
Hi Grabriel on https://github.com/gabriel-tenma-white/sdr5 what is the PCB software used?
 

Offline OwO

  • Super Contributor
  • ***
  • Posts: 1250
  • Country: cn
  • RF Engineer.
Re: Is it possible to route this in 4 layer 5cm x 5cm?
« Reply #13 on: December 02, 2019, 07:37:11 am »
Hi Grabriel on https://github.com/gabriel-tenma-white/sdr5 what is the PCB software used?

gEDA PCB. I am using the original variant although there is a newer more actively developed fork that you might want to consider using: https://www.eevblog.com/forum/geda/pcb-rnd/
Email: OwOwOwOwO123@outlook.com
 

Offline soFPGTopic starter

  • Frequent Contributor
  • **
  • Posts: 283
  • Country: de
Re: Is it possible to route this in 4 layer 5cm x 5cm?
« Reply #14 on: December 02, 2019, 08:18:00 am »
Incorrect. 0.8mm BGAs are officially supported by JLC on 4 layers and above with 0.2mm drills and 0.45mm annulus outer diameter. I have done plenty of boards with 0.8mm pitch BGA (Zynq, AD9363, DDR3 memory, etc) on JLC and had zero problems. See: https://github.com/gabriel-tenma-white/sdr5

Wow! This is a complex board in just 4 layers. Do you have any tips & tricks for me how to start routing this? I guess the most important traces are address- & databus, then power planes?
 

Online Siwastaja

  • Super Contributor
  • ***
  • Posts: 8167
  • Country: fi
Re: Is it possible to route this in 4 layer 5cm x 5cm?
« Reply #15 on: December 02, 2019, 08:20:13 am »
Are your passives 0603? If yes, changing 'em all to 0402 is obvious with no downsides; consider 0201 in some critical places. Also make sure your footprint is the minimum possible and avoid excess courtyard.

Look if you can replace the largish XTAL with a smaller SMD package. You may need to pay some $0.20 more for such a miniatyre crystal, though.

Also look if your SOIC16 IC, or an alternative, is available in a smaller package. Often they are cheaper, as well.

Adding routing layers likely won't help make such a design smaller, as vias take space, so finding the smallest component footprints is the key.

Double-sided assembly is done all the time, but if you can do it in one layer, you save a bit on assembly cost. I'd try to do it on 1 layer, for such simple design.
« Last Edit: December 02, 2019, 08:23:48 am by Siwastaja »
 
The following users thanked this post: soFPG

Online AndyC_772

  • Super Contributor
  • ***
  • Posts: 4221
  • Country: gb
  • Professional design engineer
    • Cawte Engineering | Reliable Electronics
Re: Is it possible to route this in 4 layer 5cm x 5cm?
« Reply #16 on: December 02, 2019, 09:17:03 am »
No way that's a 4 layer board. The top layer is all components, 2 and 3 are your power and ground planes, which gives you one useful tracking layer.

The minimum number of layers may well be dictated by how many it takes to escape the BGA. Start by looking at that, work out what the track and via geometry needs to be in order to reach the innermost balls, then go from there.

I'd probably start with the assumption that it's an 8 layer board, and maybe perhaps drop down to 6 if it looks possible once I've made a good start on the design.

I'd also lay it out on a board whose shape is a better fit for the components, or the enclosure it needs to fit, or any criterion more important than an arbitrary price difference at a super cheap hobby PCB shop which almost certainly won't be able to fabricate the design anyway.

Offline OwO

  • Super Contributor
  • ***
  • Posts: 1250
  • Country: cn
  • RF Engineer.
Re: Is it possible to route this in 4 layer 5cm x 5cm?
« Reply #17 on: December 02, 2019, 10:20:10 am »
Can you post a schematic? I usually start by planning and visualizing the overall layout of the major components (e.g. Zynq in the middle, DDR3 chips on the left, analog stuff on the right, etc) taking into account the pinout of the chips. Next I think about where data busses are and how they can be allocated to layers taking into account signal integrity.

Power planes are undesirable on a 4 layer board because you have to stitch it to the ground plane with capacitors regularly since the planes are distant. Better to use power traces which makes it easier to simulate as well. I don't know why people keep implying you have to have power planes but I think it's bad advice and a waste of layers, and the people bringing this up also tend to be the ones that need 8-12 layers to do something that would take me 4 layers. Signal integrity is not hard as some would imply, and in my design the DDR3 interface has plenty of eye opening at max speed (wider eye than everyone else that posted on Xilinx forums, which is also a place where everyone says you need 10 layers for Zynq + DDR).

For critical signals (e.g. DDR) you have two signal layers to work with, and the other two layers must be ground or power in the area directly above and below the signal traces; in my case the stackup in the DDR area is: traces, ground, traces, VCCDDR plane. The VCCDDR plane only exists in that area, and the only reason for it is that VCCDDR would be hard to route otherwise (it has to be brought to many pins of the DDR chips and the Zynq), and it doubles as a "ground" plane for the DDR signals. Everywhere else on the board that layer is a simple ground plane with a few traces. in1 (first layer below top) is the dedicated, unbroken ground plane layer. Of course, these "rules" are all broken in the RF area of the board where signals go in striplines surrounded by via stitched "boxes", and which layers this happens on is completely inconsequential as long as you stitched everything properly.
« Last Edit: December 02, 2019, 10:23:59 am by OwO »
Email: OwOwOwOwO123@outlook.com
 
The following users thanked this post: soFPG, I wanted a rude username

Offline soFPGTopic starter

  • Frequent Contributor
  • **
  • Posts: 283
  • Country: de
Re: Is it possible to route this in 4 layer 5cm x 5cm?
« Reply #18 on: December 02, 2019, 10:25:41 am »
Quote
I'd probably start with the assumption that it's an 8 layer board
I agree with you if we are talking from my level of skill in PCB layout at the moment. But I have seen PC-motherboards with dual XEON CPUs + a lot of DDR3-Banks + southbridge + PCIe done on 8 layers. So no way there is a need for 8 layers (if it is done correct).
I am going to place the caps on the bottom side and try to re-arrange things and learn the routing part while I am doing it (I guess).

Quote
or any criterion more important than an arbitrary price difference at a super cheap hobby PCB shop which almost certainly won't be able to fabricate the design anyway.
There are some YouTube videos out there with FPGA + high speed DDR-RAM manufactured by JLCPCB and @OwO just posted a link to his design.

Quote
Are your passives 0603?
They are 0805  :-\ But I will probably switch them for 0603 and 0402. 0201 is too small for me even if I just have to place it on the pads and not soldering it (which is done by the oven).

 

Offline EEVblog

  • Administrator
  • *****
  • Posts: 37717
  • Country: au
    • EEVblog
Re: Is it possible to route this in 4 layer 5cm x 5cm?
« Reply #19 on: December 02, 2019, 10:34:22 am »
Those are 0.8mm BGAs.
And JLCPCB lists 0.2mm as min via hole size: https://jlcpcb.com/capabilities/Capabilities

Don't forget the 0.45mm minimum via diameter
 

Offline EEVblog

  • Administrator
  • *****
  • Posts: 37717
  • Country: au
    • EEVblog
Re: Is it possible to route this in 4 layer 5cm x 5cm?
« Reply #20 on: December 02, 2019, 10:39:53 am »
I never did a board with more than 4 layers and this is my first attempt and in general I am not very experienced in routing PCBs.



Heaps of room.
First thing is to look at your passives and optimise them in several ways:
1) Do you actually need every single one of them?
2) Can you use a smaller package size?
3) Can you use a smaller pad shape?
4) Can they go on the bottom for a double sided load?
 

Online Siwastaja

  • Super Contributor
  • ***
  • Posts: 8167
  • Country: fi
Re: Is it possible to route this in 4 layer 5cm x 5cm?
« Reply #21 on: December 02, 2019, 10:55:44 am »
0805 is just ridiculous.
 

Online rstofer

  • Super Contributor
  • ***
  • Posts: 9888
  • Country: us
Re: Is it possible to route this in 4 layer 5cm x 5cm?
« Reply #22 on: December 02, 2019, 02:45:43 pm »
Don't forget that it is fair to scramble address and data lines.  So what if the array isn't linearly addressed or the bits aren't stored in order from high to low.

Using an FPGA gives you a lot of flexibility in pin assignment.

I would work to simplify the lower right rat's nest first.
 

Offline Yansi

  • Super Contributor
  • ***
  • Posts: 3893
  • Country: 00
  • STM32, STM8, AVR, 8051
Re: Is it possible to route this in 4 layer 5cm x 5cm?
« Reply #23 on: December 02, 2019, 03:03:30 pm »
But not that fast with address scrambling!

Data lines may be swapped only within respective byte lanes (if the memory has any used) and with SDRAM, address lines can't be scrambled, due to them serving as a command transmission bus to the memory chips.
 

Offline TomS_

  • Frequent Contributor
  • **
  • Posts: 834
  • Country: gb
Re: Is it possible to route this in 4 layer 5cm x 5cm?
« Reply #24 on: December 03, 2019, 01:33:25 pm »
I don't know if it is possible to do a oven-reflow of a PCB populated on both sides? If I only put lightweight caps on the bottom layer I could probably reflow them first and then do the top side while the components on the bottom side are taped with kapton?

I have seen some people suggest using a solder with a higher melting temperature for the first side/load, such that when flipped over and reflowed for the other side using a solder with a lower melting point, the first side ideally doesnt melt and everything stays in place.

Otherwise, you can probably help your layout a bit if, for example, you disregard the order of the address and data lines of the SRAM chip. Assign them according to what is easiest to route, since it doesnt particularly matter what order the bits are stored, and jumbled up address lines just results in data being written all over the chip.

The flash chip will need more attention to in-order data and address signals, unless you write some tools to slice up your resulting binary image and jumble it around to suit - it has been done before! check out mikeselectricstuff on YouTube where he talks about a printer buffer he designed and used that very technique.
 

Offline EEVblog

  • Administrator
  • *****
  • Posts: 37717
  • Country: au
    • EEVblog
Re: Is it possible to route this in 4 layer 5cm x 5cm?
« Reply #25 on: December 04, 2019, 04:58:13 am »
I don't know if it is possible to do a oven-reflow of a PCB populated on both sides? If I only put lightweight caps on the bottom layer I could probably reflow them first and then do the top side while the components on the bottom side are taped with kapton?

Absolutely no need for double sided load here, you already have plenty of space on the top side.
You can gain even more space by using smaller passives, 0402's will work wonders.
 

Offline ebclr

  • Super Contributor
  • ***
  • Posts: 2328
  • Country: 00
Re: Is it possible to route this in 4 layer 5cm x 5cm?
« Reply #26 on: December 07, 2019, 12:43:19 pm »
Did you check the price on pcbway ? Is 28 USD for 100mm X 100mm 4 layers
 

Offline Yansi

  • Super Contributor
  • ***
  • Posts: 3893
  • Country: 00
  • STM32, STM8, AVR, 8051
Re: Is it possible to route this in 4 layer 5cm x 5cm?
« Reply #27 on: December 08, 2019, 10:36:46 am »
PCBWay shill?  ;D   JLCpcb will costs half that and even less with the free eevblog coupon code.



 

Offline ebclr

  • Super Contributor
  • ***
  • Posts: 2328
  • Country: 00
Re: Is it possible to route this in 4 layer 5cm x 5cm?
« Reply #28 on: December 08, 2019, 11:51:43 am »
It's not true, that JLCPCB is always a cheap supplier,  boards on size between 50x 50 and 100x 100 are very often beaten by PCBway on a large margin

A 53X 63 mm 2 layer board costs more than double on Jlcpcb than on pcbway, On very small boards with less than 50 X50 mm JlcPcb is a winner, but on the middle range size, isn't. Just check for yourself before post comments that do not match reality


Where is this " free eevblog coupon code."
« Last Edit: December 08, 2019, 12:09:08 pm by ebclr »
 

Offline Yansi

  • Super Contributor
  • ***
  • Posts: 3893
  • Country: 00
  • STM32, STM8, AVR, 8051
Re: Is it possible to route this in 4 layer 5cm x 5cm?
« Reply #29 on: December 08, 2019, 11:54:05 am »
You wrote 100x100x4L.  So I countered with what appears to be more than 0.3 orders of magnitude better to fit that requirement. Don't twist the topic to shill PCBway and do not try to insult others, because you even can't follow yourself.

//EDIT: If you don't see the code, you shall visit your ophthalmologist. It is hanging there for more than month on the top of the forum.
« Last Edit: December 08, 2019, 11:56:25 am by Yansi »
 

Offline ebclr

  • Super Contributor
  • ***
  • Posts: 2328
  • Country: 00
Re: Is it possible to route this in 4 layer 5cm x 5cm?
« Reply #30 on: December 08, 2019, 12:12:04 pm »
"do not try to insult others, because you even can't follow yourself"

What did you smoke today?
 

Online mikeselectricstuff

  • Super Contributor
  • ***
  • Posts: 13726
  • Country: gb
    • Mike's Electric Stuff
Re: Is it possible to route this in 4 layer 5cm x 5cm?
« Reply #31 on: December 08, 2019, 12:25:43 pm »
My approach would be routing it like this and if it doesn't work out somehow re-arrange the components and then try again.
Placement is everything.
Youtube channel:Taking wierd stuff apart. Very apart.
Mike's Electric Stuff: High voltage, vintage electronics etc.
Day Job: Mostly LEDs
 

Online mikeselectricstuff

  • Super Contributor
  • ***
  • Posts: 13726
  • Country: gb
    • Mike's Electric Stuff
Re: Is it possible to route this in 4 layer 5cm x 5cm?
« Reply #32 on: December 08, 2019, 12:27:01 pm »

I don't know if it is possible to do a oven-reflow of a PCB populated on both sides? If I only put lightweight caps on the bottom layer I could probably reflow them first and then do the top side while the components on the bottom side are taped with kapton?

You don't need to do anything to stop bottom-side parts falling off on the second reflow - surface tension will hold them.

Youtube channel:Taking wierd stuff apart. Very apart.
Mike's Electric Stuff: High voltage, vintage electronics etc.
Day Job: Mostly LEDs
 
The following users thanked this post: soFPG

Offline Yansi

  • Super Contributor
  • ***
  • Posts: 3893
  • Country: 00
  • STM32, STM8, AVR, 8051
Re: Is it possible to route this in 4 layer 5cm x 5cm?
« Reply #33 on: December 08, 2019, 12:45:43 pm »
"do not try to insult others, because you even can't follow yourself"

What did you smoke today?

Your arguments are only supporting mine. Go outside and chill, please. I'll gladly follow, but please read the below first:

PCBWay is reporting me $51 for 100x100x4, JLCPCB is reporting $28 for 100x100x4 and even with DHL Express shipping included, I am still below the price of PCBway. Not sure where did you smoked out those 28$ for PCBway.

If PCBWay would be cheap, I'd have probably used it in the past - didn't happen, because it never actually was cheaper for any boards I did in the couple years back.

Maybe you see different prices, but I work with what I got. (Mainly through PCBshopper. And if some manufacturer happens to report incorrectly, sorry to them, but not my issue. I have also tried switching different countries, including EU and US. JLC still way cheaper, than your PCBway, for your original 100x100x4L suggestion.)

In any case, with any of these prices, I still do not see why an inexperienced designer shall push 0.8 pitch BGA on a small PCB, as hs first 4L design. That is not likely to happen. Any of these prices are more than likely couple times below what would a local pcb fab quote for a single prototype PCB.
« Last Edit: December 08, 2019, 12:47:51 pm by Yansi »
 

Offline OwO

  • Super Contributor
  • ***
  • Posts: 1250
  • Country: cn
  • RF Engineer.
Re: Is it possible to route this in 4 layer 5cm x 5cm?
« Reply #34 on: December 08, 2019, 01:18:59 pm »
You are probably going to want to use the prototype assembly service though. I definitely don't miss manually soldering passives or even stencil + hand pick and place of 200 parts. That way I don't think about skimping on decoupling caps or stitching caps. and can do really dense boards. 5x5 cm is not necessarily a good deal though as you can get 4 times the prototype area for twice the price. I usually can fill a 10x10 cm panel easily and have done up to 10 different designs on a 10x10 panel (they don't charge extra if you don't add milling slots).
Email: OwOwOwOwO123@outlook.com
 

Online ebastler

  • Super Contributor
  • ***
  • Posts: 6388
  • Country: de
Re: Is it possible to route this in 4 layer 5cm x 5cm?
« Reply #35 on: December 08, 2019, 01:50:00 pm »
A 53X 63 mm 2 layer board costs more than double on Jlcpcb than on pcbway, On very small boards with less than 50 X50 mm JlcPcb is a winner, but on the middle range size, isn't. Just check for yourself before post comments that do not match reality

Hmm, let's see. For the default parameters, i.e HASL with lead, green solder mask etc., I get:

$2 on JLCPCB vs. $5 on PCBWay, quantity 5.
Or $5 for either supplier at quantity 10.
At higher quantities, JLCPCB wins hands-down again, e.g. $24 vs $61 at quantity 100.

Did you check prices for yourself before posting?
 

Offline Simon

  • Global Moderator
  • *****
  • Posts: 17814
  • Country: gb
  • Did that just blow up? No? might work after all !!
    • Simon's Electronics
Re: Is it possible to route this in 4 layer 5cm x 5cm?
« Reply #36 on: December 08, 2019, 04:12:17 pm »
Quote
you can use any connector or even test points and pogo pins for JTAG, just make a cable to fit
I thought it would be nice to have a fitting receptacle, but you are probably right.

Putting caps on the bottom is definitely a thing I am going to consider.

I have not used them yet but Wurth do a series of connectors called SKEDD that just plug into pads on a board.
 

Offline Yansi

  • Super Contributor
  • ***
  • Posts: 3893
  • Country: 00
  • STM32, STM8, AVR, 8051
Re: Is it possible to route this in 4 layer 5cm x 5cm?
« Reply #37 on: December 08, 2019, 04:39:33 pm »
Beware that these SKEDD connectors I think have pretty low mating endurance, so probably not great for production programming. But for home-gaming and prototyping, they are great.
Also I think they need more board area per number of pins, than  equivalent standard .1" header.

There also double density .05" pin headers, that may be (and often are) used as JTAG/debug interfaces on various boards. These can be fitted on the respective gray ribbon cables with .025" pitch (0.635mm).
 


Share me

Digg  Facebook  SlashDot  Delicious  Technorati  Twitter  Google  Yahoo
Smf