Browsing All posts tagged under »assembly«

Sticky Bits » Developing a Generic Hard Fault handler for ARM Cortex-M3/Cortex-M4

February 1, 2013

0

Sticky Bits » Blog Archive » Developing a Generic Hard Fault handler for ARM Cortex-M3/Cortex-M4. This is a very informative post on Cortex-M fault handling. It covers basic handling up to examination of the context that produced the fault.

ARM926 interrupts in QEMU

April 15, 2012

8

In this post I prepared what I think is the simplest example on how to manage interrupts for the widespread ARM926 core. From this example one can expand the complexity of the interrupt management at will. I’m going to test the functionality with QEMU, emulating the Versatile Platform Baseboard. I based this example on my […]

Inline assembly instructions in GCC

May 17, 2011

1

In embedded software programming there’s often the need to use assembly-level instructions to reach all the functionalities of the processing core. But when the developing is done almost exclusively in C, it is sometimes a burden, often an added complexity and possibly a nuisance to code separate assembly files containing the needed functions. Other than […]

Follow

Get every new post delivered to your Inbox.

Join 395 other followers