This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

How to reserve some memory area in RAM?

Hi,

I am doing flash programming using IAP commands.

In LPC datasheet, I am seeing,

Flash programming commands use 16 B of RAM from 0x10089FF0 to 0x10089FFF.
Applications making use of IAP calls must reserve this RAM block.

How can i reserve/protect this 16 bytes in RAM, so that any executable code cannot write into these reserved 16 bytes? <\b>

Thanks