Blog
Here you will find technical articles, experiences, and news about embedded systems, hardware, firmware, and more.

In this article, we communicate our embedded cortex-m with the PC during debug session using a trick called semihosting. This t...

In the previous articles, you learned how to write initialization code and put it in the correct place in the processor memory....

In the previous article, we learned how to write an efficient startup code and play with the options of the compiler to produce...

One of the most successful families of microcontrollers has been the cortex-m in its different versions (m0, m0+, m3, m4, m7, m...

Perfect, you’ve created your embedded system, provided it with an external storage system, created a serial terminal to t...

Hello everyone, welcome to the engineering blog “ourEmbedded”. ...