Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unknown Device Error with TM4C1230E6PMI #1935

Open
EcoPhDG opened this issue Sep 18, 2024 · 3 comments
Open

Unknown Device Error with TM4C1230E6PMI #1935

EcoPhDG opened this issue Sep 18, 2024 · 3 comments
Labels
Information Needed Maintainers need more information Potential Bug A potential, unconfirmed or very special circumstance bug
Milestone

Comments

@EcoPhDG
Copy link

EcoPhDG commented Sep 18, 2024

Hi,

I just got a new Black Magic Probe and am trying to connect it to my TM4C1230E6PMI. The connection over the JTAG works fine, which I see from the target being powered by the probe. However when I start the profiling utility bmprofile.exe, i get this error Message:

Please report unknown device with Designer 0x43b Part ID 0x4c4

Unbenannt

What am I doing wrong here?

@dragonmux
Copy link
Member

Hello, what version of the firmware are you running on your probe please? (monitor version in GDB) This is likely a bug fixed in either v1.10.2 or the current nightlies so please check that first.

NB: You need to be on a current version of that utility as well if you're going to use the compuphase tooling as otherwise SWO won't make it back to it due to an endpoint change that used to be hard-coded into the tool. Even then, if you're on HW6 (BMP v2.3+) you must run PR #1934 which entirely overhauls and fixes SWO handling to correct for the GD32F103's timers, and this will also break using that utility.

On a positive note, however, orbuculum has no issues working with the PR firmware and will work out the box with just ./orbuculum -m 250 to start up a trace server listening to the output from the SWO capture engine in the firmware. This will then work with much more than just ITM stimulus and the orbuculum suite contains many more tools for profiling and tracing firmware, making it our preferred package.

@dragonmux dragonmux added Potential Bug A potential, unconfirmed or very special circumstance bug Information Needed Maintainers need more information labels Sep 18, 2024
@dragonmux dragonmux added this to the v2.0 release milestone Sep 18, 2024
@EcoPhDG
Copy link
Author

EcoPhDG commented Sep 18, 2024

Thanks for your reply!
My firmware is
Black Magic Probe v1.10.2, Hardware Version 6

I will try with the suggested methods and report back once i know more.

@dragonmux
Copy link
Member

Ok, then yeah, you'll have to use the PR linked as that hardware won't work with SWO otherwise. Fixing that has been our focus the last few weeks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Information Needed Maintainers need more information Potential Bug A potential, unconfirmed or very special circumstance bug
Projects
None yet
Development

No branches or pull requests

2 participants