cancel
Showing results for 
Search instead for 
Did you mean: 

STM32 Cube Monitor not able to parse ELF file

Prishat
Associate

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

4 REPLIES 4
Richard.Chvr
ST Employee

Hello @Prishat 

Can you share your elf file.

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.
Ozone
Principal II

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

Richard.Chvr
ST Employee

@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 

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.

> 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 ?