cancel
Showing results for 
Search instead for 
Did you mean: 

Memory allocation error ST7 visual debug

shlomo2
Associate II
Posted on April 22, 2004 at 09:33

Memory allocation error ST7 visual debug

1 REPLY 1
shlomo2
Associate II
Posted on April 22, 2004 at 09:33

I am working with ST72324k6 (1k RAM, 32k ROM)

I'm trying to compile a large table (5k) into my program using :

#pragma CONST_SEG FAR DEFAULT_ROM

and for some reason I get memory allocation problem on my RAM.

If I cut the table shorter (2k) all is working well.

Can someone guess where is the problem here?