Question
Can't option byte programming
Posted on August 06, 2013 at 15:27
Hello!
I'm can't programming option byte in the stm8s105c6t6 into my board stm8s-discovery. This code: mov FLASH_DUKR,♯$56; mov FLASH_DUKR,♯$AE; ld A,♯%00001100; IWDG_HW and LSI_ EN set ldw X,♯$4805 ld (X),A incw X cpl A ld (X),A Here I read option bytes, they unchanged. Can you Help me? #stm8 #option-bytes