Scott Allen

108 Articles

Is X64 Compatible with ARM?

The short answer is no, x64 and ARM CPUs are not natively compatible with each other due to fundamental differences…

Scott Allen 6 Min Read

Running Cortex-M0 DesignStart Simulation in ModelSim on Linux

The Cortex-M0 DesignStart is a free and easy way to start developing and prototyping designs using the Cortex-M0 processor from…

Scott Allen 8 Min Read

How to use Hi(r8-r12) register in Cortex-m0?

The Hi registers r8 to r12 in Cortex-m0 provide an easy way to extend the number of usable registers in…

Scott Allen 6 Min Read

ARM Cortex-M0 vs Cortex-M23

The ARM Cortex-M0 and Cortex-M23 are two low-power microcontroller cores designed for embedded and IoT applications. The main differences between…

Scott Allen 9 Min Read

Cortex-M0 Interrupt Priority

The Cortex-M0 is an ultra low power 32-bit microcontroller core designed by ARM. It is intended for use in embedded…

Scott Allen 9 Min Read

How Many Registers Are Provided in Arm Cortex-M0?

The ARM Cortex-M0 is the smallest and simplest processor in the Cortex-M series of ARM processors. It is designed for…

Scott Allen 7 Min Read

How to Speed Up DSP Processing Using Cortex-M0+?

The Cortex-M0+ processor from ARM is a very popular choice for embedded applications requiring digital signal processing (DSP) capabilities. With…

Scott Allen 7 Min Read

How can I decompile an ARM Cortex-M0 .hex file to C++?

Decompiling a .hex file generated for an ARM Cortex-M0 microcontroller into equivalent C++ code can be a challenging but rewarding…

Scott Allen 9 Min Read

Cortex M0+ delay routine without timers

Executing delays and timing operations are common needs in embedded systems programming. The Cortex-M0+ is one of ARM's most widely…

Scott Allen 10 Min Read

How to delay an ARM Cortex M0+ for n cycles, without a timer?

The ARM Cortex M0+ is one of the simplest and most basic ARM processor cores, aimed at low-cost and low-power…

Scott Allen 6 Min Read

Where is arm cortex-M0 used?

The ARM Cortex-M0 is a 32-bit microcontroller core from ARM targeting low-cost applications. It is one of the most popular…

Scott Allen 6 Min Read

Arm Sleep Instruction

Falling asleep and staying asleep can be a challenge for many people. One technique that may help is called "arm…

Scott Allen 8 Min Read
- Sponsored-
Ad image