The nRF51 Series SoCs is a family of low power Bluetooth chips from Nordic Semiconductor that is based on ARM Cortex cores. The nRF51822 has the Cortex M0 core and is used in a lot of products. [Loren ...
The registers inside the CPU, the machine code instruction set, and the ways in which the instructions interact with the registers and status flags are all intertwined. As you may recall, one of my ...
The processor we will be considering in this tutorial is the MIPS processor. The MIPS processor, designed in 1984 by researchers at Stanford University, is a RISC (Reduced Instruction Set Computer) ...
When developing software for small microcontrollers, it is common to use assembly language in the final product. But there is still much value in prototyping the software and its algortihms in C. Here ...
Most of us will be familiar at some level with the operation of a basic CPU, usually through exposure to microprocessors of the type that find their way into our projects. We can look at its internal ...
An instruction set architecture (ISA) defines the set of basic operations a computer must support. This includes the functional definition of operations and precise descriptions of how to invoke and ...
We all think of the CPU as the "brains" of a computer, but what does that actually mean? What is going on inside with the billions of transistors that make your computer work? In this four-part series ...
ARM’s newest generation of Thumb core technology improves the usability of the Thumb instruction set for better code density in power-sensitive applications without the significant performance hit of ...
This new technical paper titled “Symmetric Cryptography on RISC-V: Performance Evaluation of Standardized Algorithms” was published by researchers at Intel, North Arizona University and Google, with ...