Help for LPC11U14 IAP

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Help for LPC11U14 IAP

296 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by andy22 on Thu Nov 29 22:56:09 MST 2012
Hi there:
    I'm confused about how to get deap space. When I use the function "malloc"and i have include the <stdio.h>,<stdlib.h>,but it does't work!
    I want to use an array for storing some data(such as matrix code ),it will take 2K or more space. On the other hand,i will write the data to flash by using IAP functions.But i will get a error when i just use a local array,so i think it may overflowed.
    How can i make it work? thanks!
Labels (1)
0 Kudos
1 Reply

285 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by Daniel Widyanto on Mon Dec 10 21:09:53 MST 2012
Hi,

To make it work, start with what do you want to achieve, then how it suppose to be achieved, and why currently it is not what you are expecting to achieve.
0 Kudos