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

STM32F446RE: st-info returns different serial number than stm32cube-programmer #1121

Closed
6 tasks done
ApiumJacob opened this issue Mar 31, 2021 · 6 comments · Fixed by #1106
Closed
6 tasks done

STM32F446RE: st-info returns different serial number than stm32cube-programmer #1121

ApiumJacob opened this issue Mar 31, 2021 · 6 comments · Fixed by #1106

Comments

@ApiumJacob
Copy link

NOTICE: Please read and follow instructions in #906 before submitting a ticket.
This bug report will be deleted without notice when not enough information is provided! So please ensure that all fields are filled out.

  • I made serious effort to avoid creating duplicate or nearly similar issue

In order to allow developers and other contributors to isolate and target your respective issue, please take some time to select the check boxes below and fill out each of the following items appropriate to your specific problem.

  • Programmer/board type: STLINK/V2
  • Operating system an version: Linux 5.4.0-70-generic # 78~18.04.1-Ubuntu SMP x86_64 x86_64 x86_64 GNU/Linux
  • stlink tools version and/or git commit hash: v1.6.1-69-gbe0157f
  • stlink commandline tool name: st-info --probe / st-info --serial
  • Target chip (and board, if applicable): STM32F446RE6

Detected problem

st-info returns different results from STM32CUBE-Programmer

Commandline output:

$ st-info --serial
363f68064246363849421157
$ st-info --hla-serial
"\x36\x3f\x68\x06\x42\x46\x36\x38\x49\x42\x11\x57"
$ st-info --probe
Found 1 stlink programmers
 serial:     363f68064246363849421157
 hla-serial: "\x36\x3f\x68\x06\x42\x46\x36\x38\x49\x42\x11\x57"
 flash:      4194304 (pagesize: 131072)
 sram:       131072
 chipid:     0x0421
 descr:      F446

Expected/description:

image

The third nibble is different in the serial number read from st-info vs stm32cube-programmer.

@Ant-ON
Copy link
Collaborator

Ant-ON commented Apr 1, 2021

@ApiumJacob Can you test develop branch? It should be fixed by #1106

@ApiumJacob
Copy link
Author

ApiumJacob commented Apr 4, 2021 via email

@Nightwalker-87
Copy link
Member

Take a look at /doc/tutorial.md for further help on this topic.

@Nightwalker-87
Copy link
Member

Related to #417 and #494.

@tarek-bochkati
Copy link
Collaborator

this "could" be fixed in develop by #1106
we need @ApiumJacob to recheck using develop branch
(I can't help on how to build, in linux it compiles w/o any effort.)

@Nightwalker-87
Copy link
Member

There are strong indications that this issue is fixed in #1106 along with no further response from the original author.
Against this background we can safely close this issue as resolved.

@stlink-org stlink-org locked as resolved and limited conversation to collaborators Apr 24, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
No open projects
Status: Done
Development

Successfully merging a pull request may close this issue.

4 participants