2022-07-31 06:11 AM
In the documentation, the file described is generated by IAR embedded workbench. I'm using cubeIDE. Where can I find the mapping file?
Solved! Go to Solution.
2022-08-10 01:28 AM
Hello,
You have to compile your project to see your .map file.
If you are using STM32CubeIDE, please press the "Build" button :
If you use EWARM, press "Rebuild all" after right-clicking your project name :
If it compiles successfully, you'll be able to access your map file.
/Yoann
2022-08-08 01:20 AM
Hello @ksale.1 ,
I'm not sure to understand from which file you are talking about exactly.
If it is the .map file, you can find it at EWARM > "Board Name" > List.
Otherwise, could you please be more specific ?
Thank you !
/Yoann
2022-08-09 06:49 PM
Thank you @Yoann KLEIN
Please note the EWARM directory in my case (gfx 4.20.0)
2022-08-10 01:28 AM
Hello,
You have to compile your project to see your .map file.
If you are using STM32CubeIDE, please press the "Build" button :
If you use EWARM, press "Rebuild all" after right-clicking your project name :
If it compiles successfully, you'll be able to access your map file.
/Yoann