SWIM ICP programming on STM8L050j3
Hello,
I'm trying to program and STM8L050J3 from another MCU through ICP programming on the SWIM interface. Section 5.6.1 of PM0051 presents a sequence where it is required to apply a reset and release it after the SWIM_CSR register hase been configured. However, the STM8 device I'm using has no RESET line available. And when I try to program the SWIM_CSR with 0xA0 (without applying the reset), I always readback 0x40.
What is the ICP sequence for this kind of devices? Could it be that missing to apply reset is not allowing me to write the proper value on SWIM_CSR?
Thanks
