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.
 
 
 
 
 
 

13 lines
185 B

  1. #config script for STM8L152
  2. set EEPROMSTART 0x1000
  3. set EEPROMEND 0x13ff
  4. proc stm8_reset_rop {} {
  5. mwb 0x4800 0xaa
  6. mwb 0x4800 0xaa
  7. reset halt
  8. }
  9. source [find target/stm8l.cfg]