If you want to use the popular STM32 ARM series of microcontrollers but you don’t like using example projects or templates and want to create your development environment from scratch,… Continue reading "STM32 Project From Scratch on Eclipse"
Single board computers have been very popular in the community due to their low price and high flexibility and Banana Pi board, which is powered by Allwinner A20, is no… Continue reading "Getting Started with BananaPI Linux"
One of the struggles in the embedded world is writing software that is reusable in other projects with different microcontrollers. The reason to that is every microprocessor has its own I/O… Continue reading "Create MCU Independent Embedded Code"
In embedded applications, punctuality is very critical. You always need to put the tasks on schedules and run them on specific moments. This is why some applications use a real-time… Continue reading "Simple and Efficient Task Scheduler"