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.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello,
I just got STM8L101F2P6 working with STM8 gdb. My openocd config file is as follows:
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.
Keep up the good work!