2004-04-22 12:33 AM
Memory allocation error ST7 visual debug
2004-04-22 12:33 AM
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?