Menu

STM8L052R8, works perfectly; .cfg file attached

2017-08-20
2017-08-20
  • Jaromir Sukuba

    Jaromir Sukuba - 2017-08-20

    Hello,
    I just want to report sucess with STM8L052R8T6, on my DIY PCB. I modified the stm8l152 config file to fit 'L052

    #config script for STM8L052
    
    set ENABLE_STM8L 1
    #set ENABLE_STEP_IRQ 1
    set EEPROMSTART 0x1000
    set EEPROMEND 0x10ff
    
    proc stm8_reset_rop {} {
       mwb 0x4800 0xaa
       mwb 0x4800 0xaa
       reset halt
    }
    
    source [find target/stm8.cfg]
    

    and it worked on first try. Great work, Ake.

     
    • akre

      akre - 2017-08-20

      Good work!
      I'll include the cfg file in the next release.

       

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.