2019-06-18 06:52 AM
Hy Guys,
It is possible to use a STM8S208C6 microcontroller to use in conjunction with NFC / RFID M24SR64. Because I can not find any example software code for application for microcontrollers STM8S for NFC M24SR.
2019-06-23 08:40 AM
Hi!
A microcontroller is a just a microcontroller - it will do what you program it to do. You can build a system around the STM8S208 to land the space shuttle or just to light up a LED.
For your M24SR you just need an I2C peripheral, and you have it on STM8S208. The rest is programming.