Skip to main content
Visitor II
March 19, 2009
Question

non existent memory at address 0x002c

  • March 19, 2009
  • 2 replies
  • 893 views
Posted on March 19, 2009 at 10:48

non existent memory at address 0x002c

    This topic has been closed for replies.

    2 replies

    Visitor II
    March 19, 2009
    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

    Visitor II
    March 19, 2009
    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...)