Skip to main content
Visitor 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

    Technical Moderator
    October 9, 2020

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

    Good luck!

    /Peter

    PuzamoyaAuthor
    Visitor II
    October 12, 2020

    Thanks :see_no_evil_monkey: