Is it possible to read/write STM8 EEPROM memory with st-link ?
..
..
Welcome, @PZuko.1, to the community!
Yes, you can do that.
For example, you can connect the STM8 to the PC via ST-LINK and use STVP to make the connection. STVP is included in the software package STVD, which should not be installed in C:\Program Files\ because of irritating spaces (STVD is still from the old Windows era), but as admin in a short path like e.g. C:\ST\STVD
In STVP there are three tabs at the bottom PROGRAM MEMORY, DATA MEMORY and OPTION BYTE, with which you can select the appropriate target area - so for the EEPROM area DATA MEMORY. If you have activated it, you can enter data directly in the EEPROM area, which can be written with
With Address Range you define the range to be written, e.g. 1000...100F, which is to be written instead of the entire tab range.
Does it answer your question?
Regards
/Peter
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.