2004-01-05 10:10 PM
2004-01-05 03:04 PM
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, MCUINTEREST2004-01-05 10:10 PM
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.