Posted on May 17, 2011 at 15:10There is no information in formal documents. I found this because STLink will read data from this address. And value is different for different series of STM8. You can check the signal on SWIM pin while STLink operatin...
Posted on May 17, 2011 at 15:09> Should I send parity bit and wait for acknowledge or just push eight bits and then release line? parity bit should always be sent, and ack will be sent out by STM8. Actually, after you send the start sequency, an ack...
Posted on May 17, 2011 at 15:09I'm using Versaloon, http://www.simonqian.com/en/Versaloon. Code is like: // enable double speed if supported swim_wotf_reg(param->param[STM8_PARAM_CLK_CKDIVR], 0x00, 1); if (param->param[STM8_PARAM_CLK_SWIMCCR] != 0...