Skip to content
Home » Uncategorized » Page 2

Uncategorized

ARM Processor

Low layer library First Part: ARM processor

ARM(Advanced RISC Machine) ARM is a company as well as an architecture that only design its specific architecture but is not the manufacture or seller of a processor or microcontroller. This company just sells its designs certificate to other companies. In this article some companies which use this architecture are introduced and at the end a microcontroller from one of them will be chosen to training.   Types of ARM processor New generation of processors (Not all of them) of… Read More »Low layer library First Part: ARM processor

LL library

Low layer library

At first, we should answer to this question, what is the LL library in STM32? ST company provides users with a lot of tools to drive and develop software for their projects. LL library is one of these tools and the main feature of this library is proximity to the hardware layer and direct access to the microcontroller register so to use this library we need the knowledge about the hardware. LL library have these features:  A set of functions… Read More »Low layer library