The 10th edition of the Tech Journey Newsletter

Hi, this is Alex, and welcome to the new edition of Tech Journey, today will be a short edition

This week is nothing special, I am still learning microcontroller programming and also managed to create a couple of simple projects with my STM32 and ESP32 controllers.

Projects are not particularly tricky, rather I dealt with the datasheets more: at what address to write a bit to enable this or that periphery, etc.

In general, it was interesting, of course, Arduino programming seemed much easier since the library is so abstract that you don’t need to go deep enough to write simple projects, unlike STM32.

If you are interested I would recommend the following tutorials:

Also, I published a new technical post about volatile keyword in C on medium:

It is an important feature to know, especially if you are working with embedded devices or use multithread programming in your project 

That is all for today thank you for your attention,😎

Alex