Skip to main content
Visitor II
August 11, 2025
Question

STM32 Cube Monitor not able to parse ELF file

  • August 11, 2025
  • 3 replies
  • 553 views

Hello,

Currently I am facing a issue where my CUBE monitor is not able to parse the ELF files. It gets stuck at 10% completion while loading it. I have attached my workflow below:

Screenshot 2025-08-11 130120.png

The Error is as follows:

Screenshot 2025-08-11 131018.png

 

Prishat_0-1754898076764.png

It will be very helpful if anyone can provide any insights as to what might be the problem.

Thanks,

Prishat

    This topic has been closed for replies.

    3 replies

    Technical Moderator
    September 4, 2025

    Hello @Prishat 

    Can you share your elf file.

    Explorer
    September 4, 2025

    None of your screenshots is related to an ELF file.
    The ELF file is the generated executable, intended to run on the target.

    Technical Moderator
    September 4, 2025

    @Ozone,

    ELF file is used as input of CubeMonitor to get the address of the variables that can be monitored.

    Please have a look to wiki: STM32CubeMonitor:How to extract address from ELF files 

    Explorer
    September 4, 2025

    > ELF file is used as input of CubeMonitor to get the address of the variables that can be monitored.

    That I know.

    And what happened to good old-fashioned map files ?