cancel
Showing results for 
Search instead for 
Did you mean: 

Is there any way to work build analyzer using MAP file which is generated from IAR Eclipse plugins inside cubeIDE? Build analyzer is not working with MAP generated from IAR Eclipse plugins.

subramanya
Associate II
 
1 ACCEPTED SOLUTION

Accepted Solutions
Markus GIRDLAND
ST Employee

I believe you might be able to do it, from chapter 8.1 of the STM32CubeIDE User Guide:

"The STM32CubeIDE Build Analyzer feature interprets program information from the elf file in detail and presents the information in a view. If a map file, with similar name, is found in the same folder as the elf file the information from the map file is also used and even more information can be presented."

Make sure it has the correct name and is placed in the correct folder.

View solution in original post

3 REPLIES 3
Markus GIRDLAND
ST Employee

I believe you might be able to do it, from chapter 8.1 of the STM32CubeIDE User Guide:

"The STM32CubeIDE Build Analyzer feature interprets program information from the elf file in detail and presents the information in a view. If a map file, with similar name, is found in the same folder as the elf file the information from the map file is also used and even more information can be presented."

Make sure it has the correct name and is placed in the correct folder.

Pavel A.
Evangelist III

Which IAR version? Their map file format could change.

thanks