Hi all,
Yet another request for advice!
As I hack on my Pocket Operator daughterboard, I keep wishing
there was some way that my board could communicate
with the EFM32 MCU on the Pocket Operators. The MCU debug/flash
pins are exposed on them — see here for details:
http://hackingthepo.weebly.com/
OTOH the author of that page found that the debug interface
was locked at the factory, so normal poking-around in the MCU is probably
not an option.
But I’m just wondering if there’s any
information at all available on these four pins
(SWCLK, SWDIO, SWO, RESET). The tiniest clue might be useful for
determining, for instance, which of the 10 different
Pocket Operator models I’m talking to. Maybe something
is reported after reset, somehow?
I admit I'm puzzled where to start with this, even,
although I’ve used protocol analyzers for network traffic,
and I imagine similar things might exist for bus traffic.
Should I borrow a logic analyzer? Do I need a JTAG
reader or a SerialWire bridge? (And is that a piece of
hardware, or software, or both?)
How would a smart hardware hacker approach this problem?
-mykle-