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

Re Help Required: How to use onchip flash to store variables?

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

Parents
  • I am not aware of the exact procedure to be followed for writing data to the flash memory for the device that you are using, but then in case of MSC1210 there are hardware configuration bits for alloting the size of flash to be used as data. This area of the memory has to be accessed using ROM routines already resident in the MSC.

Reply
  • I am not aware of the exact procedure to be followed for writing data to the flash memory for the device that you are using, but then in case of MSC1210 there are hardware configuration bits for alloting the size of flash to be used as data. This area of the memory has to be accessed using ROM routines already resident in the MSC.

Children