I want to know if it is possible to debug a powerPc MPC555 microcontroller on the device while its running with the binary not the source code. If it is possible then please tell me how to do it using BDM and what debugger and software should I use Thank you
Asked
Active
Viewed 213 times
0
-
This might be on topic in "reverse engineering" but it will need lots more detail. – Jasen Слава Україні Feb 29 '20 at 21:55
-
Which powerPC? Does it have a JTAG COP port? If yes, you can probably use a JTAG emulator. They are expensive, so if you aren't part of a company that can buy it, you probably can't afford one. – Mattman944 Feb 29 '20 at 23:11
-
Its a MPC555 microcontroller which have BDM.I have some debug tools that can read the binary but i want to debug it to find out a piece of code in the binary – Jwdsoft Mar 01 '20 at 12:42
-
There are some resources to do debugging over BDM using GDB and DDD. I haven't worked with that for decades but IIRC it is possible. – Ariser Mar 14 '20 at 10:32