Why Option bytes aren't written in running mode for STM8L ?
Dear All,I am using STM8L ...I had tried ST library functions to write option bytes but they aren't written.the code as following :-halt_opt_byte = FLASH_ReadByte(0x4808); if( halt_opt_byte != 0x02 ) { FLASH_ProgramOptionByte(0x4808, 0x02); }Still...