Questions tagged [in-circuit]

18 questions
15
votes
1 answer

What is the functional difference between an in-circuit-debugger and an in-circuit emulator?

In-circuit emulators (abbreviated ICE) boast about their awesome debugging features, and also boast high price tags. In-circuit debuggers (abbreviated ICD) can do most of the stuff that an ICE can do, but often cost much less. I know that way back…
Kevin Vermeer
  • 19,989
  • 8
  • 57
  • 102
8
votes
2 answers

AVR debugwire in Linux

So, I have hooked up a ATtiny88, and am programming it with the Dragon AVR using ISP. I have also set up the build toolchain, using avrdude, and the gnu avr tools. Everything is working great. Now I would like to do in-circuit debugging using the…
bjarkef
  • 738
  • 3
  • 8
  • 17
8
votes
6 answers

Is there a standard In Circuit programming connector for LPC chips?

The various LPC microcontroller chips have a boot mode that accepts serial communication and writes the received program to Flash. I want to make a PCB with and LPC1114 that must be programmed in circuit, with only minimal interface circuitry on the…
Wouter van Ooijen
  • 48,407
  • 1
  • 63
  • 136
7
votes
1 answer

What is a good way to in-circuit update the program on a SyncMOS 5964?

I want something that can re-program a PQFP SyncMOS SM5964 chip already soldered to the target circuit board. I picture a ribbon cable that I plug between some sort of 2x8 or so header connector soldered on the target circuit board, and a 2x8 or so…
davidcary
  • 17,426
  • 11
  • 66
  • 115
5
votes
4 answers

CPU in circuit emulator

Idea: Run a 68000 emulator on a PC, and connect the PC to an existing 68000 system, replacing the CPU with a ribbon cable going to the PC. I realize the emulation would not be cycle exact, but that is not the goal. Question: how much would it take…
Prof. Falken
  • 315
  • 3
  • 14
2
votes
1 answer

What was the first ICE in-circuit emulator?

The Wikipedia article on in-circuit emulators has no history section. I didn't have much luck with Google searches either. I'm wondering how far they date back. When was the first in-circuit emulator produced? Here's a photo of what I gather is an…
hippietrail
  • 133
  • 5
2
votes
1 answer

Is there a standard way to put compiled code onto a processor embedded in an FPGA?

If you use a standalone microcontroller (ARM/Atmel/PIC etc), you typically (these days) use an in-circuit programmer. Then you can either use a debugger or "crash and burn" methods (probably with a terminal interface) to develop your code. I can get…
danmcb
  • 6,009
  • 14
  • 29
2
votes
3 answers

MCUs programmable by USB or ethernet

The NXP LPC1342 microcontrollers have a built-in bootloader which allows programming the device via usb: The bootloader is triggered by pulling one pin to GND on bootup. The microcontroller then enumerates as a USB mass storage device onto which the…
ARF
  • 5,169
  • 9
  • 42
  • 69
2
votes
2 answers

How to repeatedly read and write a SMD EEPROM without unsoldering it each time?

I am doing a lot of reverse engineering on SOIC-8 Eeproms in automotive ecus. At the moment it requires unsoldering the chip, read/write, solder the chip back in, test, repeat. Most Eeproms have to be removed from the PCB in order to be read. As you…
Newbie Noob
  • 886
  • 10
  • 27
1
vote
2 answers

PIC18F25k50 - ICSP programming - do I need to connect MCLR to PICKIT for new device?

Im new in PIC world. I purchased few PIC devices, PicKit 3 and now im working on first circuit. I accidently ordered SSOP package and I can't just test it on breadboard - I have to make PCB. I stuck on programming interface. PIC18F25k50 which im…
Kamil
  • 5,926
  • 9
  • 43
  • 58
1
vote
2 answers

AVR reprogramming in circuit wirelessly

What are my options when it comes to reprogramming an AVR in-circuit? The new program will be received via a wireless connection, so it will need to be stored in some temporary memory container. I know the AVR can be programmed in this manner via a…
sherrellbc
  • 3,431
  • 6
  • 35
  • 62
0
votes
1 answer

Bluegiga BLE112-A: able to program, but unable run see

I tried to get Support from Bluegiga directly, but I didn't get an answer (despite the fact that their Zendesk is nearly unusable): I'm using a BLE112-A on our board: I've been able to flash my BGScript with the CC Debugger onto the chip, but I…
Norbert
  • 213
  • 1
  • 3
  • 8
0
votes
1 answer

What is In-circuit debugger and In system programmer

On many boards I have found that there is a circuitry called In-circuit debugger and In system programmer. What are these and how they are related to JTAG? I understand JTAG is also a kind of hardware debugger. Shall appreciate if someone can…
gpuguy
  • 1,618
  • 8
  • 31
  • 54
0
votes
1 answer

Can you re-program ATTINY85-20SU when it is already on another board?

The board has components connected the MCU. Is it possible to re-program the MCU if we can take only the required connection out without removing the IC itself? Will the components connected to the pins hinder the reprogramming of the MCU? The…
0
votes
3 answers

Can I read EEprom in circuit when connected to a SH7055 MCU?

I am trying to read a microwire 93C66 EEprom which is connected to a Hitachi SH7055 MCU. The device is a complete automotive ECU. I need to be able to do this in circuit. Currently I get an error when I try to read so I assume I need to hold the…
Newbie Noob
  • 886
  • 10
  • 27
1
2