Now that we have deicide the microcontroller, we will have to select hardware and software development tools to begin our learning process. There are many options, here I have selected the ones that ...
The sduino site has an example of the mini-ssd1306 library for oled screens running on a STM8S103F3. I have a board with an STM8S103F3P6 and it doesnt compile in the Arduino IDE, just throws this ...
I have experienced some issues while unlocking the stm8s103f3p6 blue breakout board on Windows, the solution is simple and i think you may want to reference it on the ...
Programming a new microcontroller often takes a longer time due to the new register handling methods and not knowing what bit does exactly what. The same goes for debugging as well without saying.