We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
Hi devlopers, I am usign LPC 2138 ARM controller right now. It has only 32 Kb of SRAM, I have one array say " char Table[300][300] " of approx. 100 Kb. I want to store this table in on chip flash memory which is 512 Kb, can anyone guide me how to accomplish this task. I am using Keil u vision3 compioler and MCB 2138 board [having LPC2138 controller], and using flash programming with LPC flash utility [COM]. Thanks in advance, Saurabh Pandya
ISP means In-System Programming (or "Programmable") This means that the chip can be programmed in-situ, without having to be removed and placed into a special programming tool.
IAP means In-Application Programming (or "Programmable") This means that the chip can be programmed while it is still running its Application.
Clearly, IAP requires ISP.
However, ISP does not imply IAP
In many cases where IAP facilities are provided, they are intended for code storage - they not well suited to data storage.