Topic: STM8_PGM.EXE - Erase Problem
Hi,
to program a STM8S207S8 in our application we are using the tools Ride 7 (7.28.10.-0075) and RKit-STM8 for Ride 7(2.28.10.0092) via Raisonance R-Link.(Firmware Version:0.0.3)
Now we have the problem that sometimes a STM8S207S8 is not erasable and an error message occurs via command line tool.
The read command seems to be OK. Also an attempt to use the windows tool shows the same effects.
The Button "Connect to target STM8 and read Die Id" shows "Successfully connected to target STM8.Device Die Id is: 0x37394142"
If i use the STVP-Tool with 00 filled tabs the program all command works fine. After that we use the Rflasher to blank-check the device which also works fine. Now program and verify with rflasher7 is OK.
Here are some different attempts:
------------------------------------------------------------------------
C:\Programme\Raisonance\Ride\bin>stm8_pgm.exe TSTM8S207S8 E
STM8_pgm: software for programming STM8 devices using an RLink as master.
Copyright Raisonance 2007-2010.
(0) Selecting target: STM8S207S8... OK
(0) (0) Connecting to RLink... OK
Connecting to target STM8... OK
Device Die Id is 0x37394142
Erasing Flash, EEPROM and Option Bytes...
!!! Error 603: Error reported by the device.
-------------------------------------------------------------------------
C:\Programme\Raisonance\Ride\bin>stm8_pgm.exe TSTM8S207S8 EF
STM8_pgm: software for programming STM8 devices using an RLink as master.
Copyright Raisonance 2007-2010.
(0) Selecting target: STM8S207S8... OK
(0) (0) Connecting to RLink... OK
Connecting to target STM8... OK
Device Die Id is 0x37394142
Erasing Flash...
!!! Error 603: Error reported by the device.
----------------------------------------------------------------------------
C:\Programme\Raisonance\Ride\bin>stm8_pgm.exe TSTM8S207S8 EE
STM8_pgm: software for programming STM8 devices using an RLink as master.
Copyright Raisonance 2007-2010.
(0) Selecting target: STM8S207S8... OK
(0) (0) Connecting to RLink... OK
Connecting to target STM8... OK
Device Die Id is 0x37394142
Erasing EEPROM...
!!! Error 102: No response from the DTC (Data Transfer Component)
-----------------------------------------------------------------------------
C:\Programme\Raisonance\Ride\bin>stm8_pgm.exe TSTM8S207S8 EO
STM8_pgm: software for programming STM8 devices using an RLink as master.
Copyright Raisonance 2007-2010.
(0) Selecting target: STM8S207S8... OK
(0) (0) Connecting to RLink... OK
Connecting to target STM8... OK
Device Die Id is 0x37394142
Erasing Option Bytes... OK
(2) Closing com with RLink... OK
(2)
------------------------------------------------------------------------------
C:\Programme\Raisonance\Ride\bin>stm8_pgm.exe TSTM8S207S8 E
STM8_pgm: software for programming STM8 devices using an RLink as master.
Copyright Raisonance 2007-2010.
(0) Selecting target: STM8S207S8... OK
(0) (0) Connecting to RLink... OK
Connecting to target STM8... OK
Device Die Id is 0x37394142
Erasing Flash, EEPROM and Option Bytes...
!!! Error 603: Error reported by the device.
--------------------------------------------------------------------------------
I hope you can assist me with this problem.
Thanks.