pyocd / pyOCD

Open source Python library for programming and debugging Arm Cortex-M microcontrollers
https://pyocd.io
Apache License 2.0
1.13k stars 484 forks source link

Does pyocd support cortex_a processors? #1029

Closed hunterafish closed 3 years ago

hunterafish commented 3 years ago

Does pyocd support cortex_a processors?

I found no code about cortex_a.

Thanks.

flit commented 3 years ago

Not yet, sorry! It's on the list of future features, though. Any contributions towards that goal would, of course, be greatly appreciated. 😄

cederom commented 3 years ago

I can see that Renesas R7S7 MCU which is Cortex-A9 from GR-PEACH [1] can be installed to pyOCD with CMSIS Pack Manager. This board is also supported by DAPLink.

What features can be provided by CPM by the way? :-)

[1] https://os.mbed.com/platforms/Renesas-GR-PEACH/

hunterafish commented 3 years ago

I got it. Thanks for quick responding!