Using STM32H7, IAR output bin file size is 2MB, however .map file reports a size of 61.8KB being used
I'm working on a project using IAR (version 8.50.9)
when I build the project, no errors. The map file reports
```
59'156 bytes of readonly code memory
2'741 bytes of readonly data memory
15'344 bytes of readwrite data memory
```
I can also see on the map file 6.18KB of program code and data is about right.
When I run from the debugger using an IJet Pod, it uses a .sim file as an output file, its size is about 61.8KB
However, when I build the project (after CleanAll), the output bin file size is 2MB
Any help will be appreciated
thanks
