st7visual programmer problem
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2004-01-05 10:10 PM
This discussion is locked. Please start a new topic to ask your question.
2 REPLIES 2
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2004-01-05 3:04 PM
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, MCUINTERESTOptions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2004-01-05 10:10 PM
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.
