fubarino / fubarino.github.com

fubarino.github.com
15 stars 13 forks source link

JTAG programming? #18

Open cfriedt opened 8 years ago

cfriedt commented 8 years ago

Hi, the PIC32 is fully JTAG programmable as well, and is even supported with OpenOCD.

Are the JTAG pins exposed on this device? Are there any other limitations that would make JTAG programming impossible?

cfriedt commented 8 years ago

Viewing the schematic here, I see that the TDI, TDO, TCK, and TMS pins are not brought out. I would highly advise that you make JTAG available as well, as it greatly increases the size of your market for this product.

EmbeddedMan commented 8 years ago

Christopher,

I'm not quite sure what you mean by 'not brought out' - all JTAG signals are already available on the I/O headers. Anyone can hook up a JTAG programmer/debugger to the Fubarino SD if they want to.

*Brian

On Wed, Dec 9, 2015 at 5:16 AM, Christopher Friedt <notifications@github.com

wrote:

Viewing the schematic here https://github.com/fubarino/fubarino.github.com/raw/master/sd/v1.4/Fubarino_SD_v14_sch.pdf, I see that TDI, TDO, TCK, and TMS are not brought out. I would highly advise that you make JTAG available as well, as it greatly increases the size of your market for this product.

— Reply to this email directly or view it on GitHub https://github.com/fubarino/fubarino.github.com/issues/18#issuecomment-163191707 .

cfriedt commented 8 years ago

Sorry - I misread the schematic. Looks like it does go to RB12, RB13, etc. Thanks!