Skip to main content
Puzamoya
Associate II
October 7, 2020
Solved

Why do I get an error reading the unique MCU ID using the Cube Programmer or ST-LINK tool

  • October 7, 2020
  • 2 replies
  • 1203 views

I'm Using the Cube Programmer, I get an Error reading the Location 0x1FFF1E80-8B ( unique MCU ID ) on the STM32H750ZB. I can read the Code memory and connect . correctly.

This topic has been closed for replies.
Best answer by Peter BENSCH

Because it is not located at 0x1FFF1E80, but at 0x1FF1E800 (see RM0433, pg 3271).

Good luck!

/Peter

2 replies

Peter BENSCH
Peter BENSCHBest answer
Technical Moderator
October 9, 2020

Because it is not located at 0x1FFF1E80, but at 0x1FF1E800 (see RM0433, pg 3271).

Good luck!

/Peter

In order to give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.
Puzamoya
PuzamoyaAuthor
Associate II
October 12, 2020

Thanks :see_no_evil_monkey: