Practical case
Let's have a look at a DSL modem (an ABB 560NM that I bought from my local flea market) that is sporting a JTAG connector. If you can't find the same modem, you will have to find a random piece of hardware with a JTAG connector. This will be a very good exercise in locating them.
Opening the case and going through the chip, I could easily identify the main CPU as a Samsung S3C4530A (the markings have not been removed; it is a big chip with Samsung and ARM markings and SC4530A is pretty visible). A bit of internet research scores the datasheet for this chip. It is sold as an "Integrated system for embedded Ethernet applications" and that fits the bill pretty nicely for a DSL modem. The datasheet is inside the ch10
folder of the repository.
Next to it, there is an already populated 10-pin connector that is not connected to anything on the system. It smells like JTAG!
Here, I can approach it in two ways:
- I can use my JTAGulator –...