cancel
Showing results for 
Search instead for 
Did you mean: 

st7visual programmer problem

huaer2000
Associate II
Posted on January 06, 2004 at 07:10

st7visual programmer problem

2 REPLIES 2
huaer2000
Associate II
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
shreya
Associate II
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.