Menu

STM8L101F2P6 working, cfg file included

2017-08-21
2017-08-22
  • Jaromir Sukuba

    Jaromir Sukuba - 2017-08-21

    Hello,
    I just got STM8L101F2P6 working with STM8 gdb. My openocd config file is as follows:

    #config script for STM8L101
    
    set ENABLE_STM8L 1
    #set ENABLE_STEP_IRQ 1
    set BLOCKSIZE 0x40
    
    proc stm8_reset_rop {} {
       mwb 0x4800 0xaa
       mwb 0x4800 0xaa
       reset halt
    }
    
    source [find target/stm8.cfg]
    

    Everything runs just smooth, with no problems. Now I exhausted my junk-box supply of STM8 chips (S003, L052, L101, S207), so I have to buy some more to continue with more evaluating.

     
    • akre

      akre - 2017-08-22

      Keep up the good work!

       

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.