2009-03-19 02:48 AM
non existent memory at address 0x002c
2009-03-19 01:10 AM
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 regads2009-03-19 02:48 AM
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...)