cancel
Showing results for 
Search instead for 
Did you mean: 

Checking memory usage

ksale.1
Senior

In the documentation, the file described is generated by IAR embedded workbench. I'm using cubeIDE. Where can I find the mapping file?

1 ACCEPTED SOLUTION

Accepted Solutions

Hello,

You have to compile your project to see your .map file.

If you are using STM32CubeIDE, please press the "Build" button :

0693W00000QNNDDQA5.png 

If you use EWARM, press "Rebuild all" after right-clicking your project name :

0693W00000QNNDrQAP.png 

If it compiles successfully, you'll be able to access your map file.

/Yoann

Yoann KLEIN
ST Software Developer | TouchGFX

View solution in original post

3 REPLIES 3
Yoann KLEIN
ST Employee

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

Yoann KLEIN
ST Software Developer | TouchGFX

Thank you @Yoann KLEIN​ 

Please note the EWARM directory in my case (gfx 4.20.0)

0693W00000QNLQtQAP.png

Hello,

You have to compile your project to see your .map file.

If you are using STM32CubeIDE, please press the "Build" button :

0693W00000QNNDDQA5.png 

If you use EWARM, press "Rebuild all" after right-clicking your project name :

0693W00000QNNDrQAP.png 

If it compiles successfully, you'll be able to access your map file.

/Yoann

Yoann KLEIN
ST Software Developer | TouchGFX