2022-06-07 03:34 AM
2022-06-13 01:13 AM
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.
2022-06-13 01:13 AM
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.
2022-06-13 03:36 PM
Which IAR version? Their map file format could change.
2022-06-17 06:19 AM
thanks