Skip to main content
Visitor II
January 6, 2004
Question

st7visual programmer problem

  • January 6, 2004
  • 2 replies
  • 554 views
Posted on January 06, 2004 at 07:10

st7visual programmer problem

    This topic has been closed for replies.

    2 replies

    huaer2000Author
    Visitor II
    January 5, 2004
    Posted on January 06, 2004 at 00:04

    while I download .s19 file with ST Visual Programmer, there is an error

    like the following:

    Error : FILE : line 327: Address between 0x80 and 0x93 is out of range ! - STOP loading.

    Error : < File loading failed.

    Note I use Cosmic C ? Could anyone can tell me why and how to solve it? It's urgent, thanks a lot?

    best regards,

    MCUINTEREST
    Visitor II
    January 6, 2004
    Posted on January 06, 2004 at 07:10

    Your application is trying to ''program'' the RAM area, which of course is incorrect. Line 327 of your .s19 file is trying to load something in the RAM region. Check your map file to see where this location is used and check your code and ensure that these locations are only used for manipulation of variables.