Relatively inexpensive PowerPC debugger?

Disassembly, Reassembly, Tools and devleopment. Going deep with Hardware and Software.
pt_dreamer
Posts: 2
Joined: Wed Aug 07, 2024 11:52 pm

Re: Relatively inexpensive PowerPC debugger?

Post by pt_dreamer »

What about using the the MPC564 development board just for the onboard programmerhttps://www.nxp.com/design/design-cente ... K-MPC5634M
I'm currently working on a target with the spc563 processor (vitesco M4C) using the ghidra emulator and it has been enough but thinking on getting the 150 USD board I referred above.
hjtrbo
Posts: 227
Joined: Tue Jul 06, 2021 6:57 pm
cars: VF2 R8 LSA
FG XR6T
HJ Ute w/RB25DET

Re: Relatively inexpensive PowerPC debugger?

Post by hjtrbo »

Gatecrasher wrote: Wed Aug 21, 2024 1:36 am How's $25 sound for inexpensive? :shock:

I'll get into this in more detail later if someone wants me to. Here's the high level summary. It works, but it was clunky as hell to set up. I can't seamlessly suspend and resume the CPU, but I can halt on connect, run to breakpoints, step through code, and dump all of the flash. Code, data, and shadow. I can see the active RAM, and the registers. Those were the main things I wanted. Once I learn my way around the program a little more I'm sure I'll be able to come up with a more comprehensive workspace.
Damn, that's pretty cool. I'd like to skill up to that level one day.
User avatar
Gatecrasher
Posts: 352
Joined: Sat Apr 25, 2020 6:09 am

Re: Relatively inexpensive PowerPC debugger?

Post by Gatecrasher »

pt_dreamer wrote: Sun Sep 08, 2024 5:46 am What about using the the MPC564 development board just for the onboard programmerhttps://www.nxp.com/design/design-cente ... K-MPC5634M
I'm currently working on a target with the spc563 processor (vitesco M4C) using the ghidra emulator and it has been enough but thinking on getting the 150 USD board I referred above.
How would you break out the debug pins to get them away from the 564 that's part of the board?
hjtrbo wrote: Sun Sep 08, 2024 10:28 pm Damn, that's pretty cool. I'd like to skill up to that level one day.
Thanks. I still feel like a monkey banging rocks together most days. :lol:
pt_dreamer
Posts: 2
Joined: Wed Aug 07, 2024 11:52 pm

Re: Relatively inexpensive PowerPC debugger?

Post by pt_dreamer »

How would you break out the debug pins to get them away from the 564 that's part of the board?
I was under the impression that the programmer/debugger could be used with external devices just like STs discovery boards, but looking at the manual it is obvious you are right and it cannot (easily at least).
The thing is that the cyclone is normally much more expensive than what it got it at.
User avatar
Gatecrasher
Posts: 352
Joined: Sat Apr 25, 2020 6:09 am

Re: Relatively inexpensive PowerPC debugger?

Post by Gatecrasher »

The regular PE Multilink should work too. But since you're doing 5xx instead of the newer 5xxx, you're probably going to have software hassles like 04coly was talking about.
nailgg
Posts: 1
Joined: Fri Jan 06, 2023 9:22 am
cars: Passat B8

Re: Relatively inexpensive PowerPC debugger?

Post by nailgg »

Cheap OSJTAG I bought from Aliexpress worked fine for me, both for reading/writing the flash or debugging with CodeWarrior on MPC 55/56 microcontrollers.
Post Reply