I use SDK 12.3.0 with IAR
If there is an option to know the last page that programmed?
For example:
Linker: ROM start address 0x1F000 end address 0x76fff
But the code size is less then (0x76fff - 0x1F000), how to get it at run-time? maybe code size and start address of the code.
Thanks.