2006-08-08 10:27 PM
STVP7 -> Error message when loading .S19 file
2006-07-03 11:38 PM
For a use in production, i ordered a ST7-Stick to flash a ST7FLITE29 with the programming environement STVP7.
On loading into the buffer,i read the following message in the log window : Error : FILE : line 2: Address between 0x80 and 0x80 is out of range ! - STOP loading. Error : < File loading failed. The customer told me that the attached file can be loaded without problem with an InDart STX... Can you please tell me what's wrong and how to fix the problem ? Thank you in anticipation ! Bernie :o ________________ Attachments : prj.s19 : https://st--c.eu10.content.force.com/sfc/dist/version/download/?oid=00Db0000000YtG6&ids=0680X000006I07O&d=%2Fa%2F0X0000000bTj%2FHaJsfkJXwl6ux4EUH1gWStdv16oX1vG4kCfvgjJJAjQ&asPdf=false2006-07-11 09:18 PM
Apparently you program is assigning code in RAM, which is allowed by DataBlaze but not by STVP7.
You should thry to look into your map file and remove the code that is maped in the RAM area of the micro. This can be a real problem as content of RAM is not saved when the micro is powered off. Next release of STVP7 will generate a warning an no longer an error in such case. The RAM values will not be taken into account in the checksum calculation. [ This message was edited by: Alaini on 25-07-2006 14:15 ]2006-08-08 10:27 PM
Such cases are now managed as warnings instead of errors in new STVP7 version. It is available as a patch for current ST7 toolset.
You can find Patch2 for ST7 Toolset on page:http://mcu.st.com/mcu/modules.php?name=mcu&file=mdtdocs#Software Patches
This patch can be installed on current ST7 toolset version only (stvd7 v3.3.2 + stvp7 v2.0.1 + asm/lnk 4.49). Emmanuel.