Hi,
I'm using LPC11U68 for my project. When I build my project on MCUXpresso IDE i see the usage of my flash memory. I know that is some MCUs there is given function or macro that gives the flash usage of flash memory.
Is there a same for LPC11U68?
if not how can I calculate the usage of flash memory, in my code? I know the base address of my flash is:
0x0002 0000
Thanks.