About :wm_apmCustomStackSize

Hi, I´m just starting with wavecom and im a little bit lost.

u32 wm_apmCustomStack [ 384 ];
const u16 wm_apmCustomStackSize = sizeof ( wm_apmCustomStack );
u8 ip_TraceLevel = 19;

Well… now I would like to know what is this: apmCustomStack [384] and, most important: what i can do with it??

Can anyone give me a light?
Thanks,

This is size allow for your stack. If you use more function call increase this value. If you use Ip stack increase also. A value for example of 4096 run correctly with an big application of 280K.