2020-09-16 11:02 AM
Firstly I am noob in STM8 world :)
I am trying to establish I2C connection between esp8266 wifi as master and STM8S003 micros as slave, so I am able to detect STM8S003 device id on esp wifi side but I do not know how to build send and receive API using these default driver to achieve data exchange betwwen esp wifi and STM8.
2020-10-05 10:24 AM
There are some I2C slave examples in STM8 SPL library.