You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

14 lines
203 B

  1. #config script for STM8S103
  2. set FLASHEND 0x9FFF
  3. set EEPROMEND 0x427F
  4. set OPTIONEND 0x480A
  5. set BLOCKSIZE 0x40
  6. proc stm8_reset_rop {} {
  7. mwb 0x4800 0x00
  8. reset halt
  9. }
  10. source [find target/stm8s.cfg]