stm8s003.cfg 206 B

12345678910111213
  1. # SPDX-License-Identifier: GPL-2.0-or-later
  2. #config script for STM8S003
  3. set FLASHEND 0x9FFF
  4. set BLOCKSIZE 0x40
  5. proc stm8_reset_rop {} {
  6. mwb 0x4800 0x00
  7. reset halt
  8. }
  9. source [find target/stm8s.cfg]