cancel
Showing results for 
Search instead for 
Did you mean: 

Error message pop up (attached) when I load the Hex file to STVP.

alanlai2
Associate
Posted on November 10, 2004 at 07:05

Error message pop up (attached) when I load the Hex file to STVP.

2 REPLIES 2
alanlai2
Associate
Posted on November 10, 2004 at 05:22

Dear all,

My customer received a hex file from end customer, he loaded the Hex file to EPB programmer via STVP, and the Error message pop up (attached).

''FILE:line 49:Address between 0x80 and 0x82 is out of range! -STOP loading''

It is okay to be load on DataBlaze + Indart Kit.

As EPB is prefered when mass production, please help in this issue.

Have anyone met this error message before. Thank you very much.

________________

Attachments :

trouble.JPG : https://st--c.eu10.content.force.com/sfc/dist/version/download/?oid=00Db0000000YtG6&ids=0680X000006I0GL&d=%2Fa%2F0X0000000bWI%2FOwrLBiThtd9v5pJnIMjyBs6izQlnoxO8QdRzzkdW.o4&asPdf=false
sjo
Associate II
Posted on November 10, 2004 at 07:05

As a guess cosmic was used to create the hex file. it creates a bit area which is located in zero page ram.

The following needs to be added the the conversion stage (.st7->.hex)

-x.bit

this exclude the bit area from the final hex image.

If this is not possible then the offending lines can be removed manually from the hex file

ST tools have always been a bit fussy about this, similar problem occurs with eeprom memory using cosmic aswell.

Most other programmers will just ignore these areas but ST tools will complain and exit.

Regards

sjo