cancel
Showing results for 
Search instead for 
Did you mean: 

non existent memory at address 0x002c

f239955_stm1_stmicro
Associate II
Posted on March 19, 2009 at 10:48

non existent memory at address 0x002c

2 REPLIES 2
f239955_stm1_stmicro
Associate II
Posted on March 19, 2009 at 09:10

Hello all,

I made a project with ST7 Visual Develop and Cosmic Compiler. I can compile the project and no error message. When I try to use the emulator I get the following error code ''non existent memory at address 0x002c''

Has anyone an idea what is the problem?

Kind regads

luca239955_st
Associate III
Posted on March 19, 2009 at 10:48

look at the map file generated by the compiler and consider that address 0x2c is page0 ram: if what the linker put there can reasonably be at that address (example: .bss or .ubsct) then check the emulator settings. Otherwise check the compiler settings (memory model, linker file...)