Virtual hardware platforms for embedded software validation by Bill Neifert, Carbon Design Systems.
A hybrid approach to configuring a virtual hardware platform enables developers to explore all of the facets of the system long before it's built.
Allocating memory in MATLAB-to-C code by Robert Yu, Agility Design Solutions
MATLAB frees you from having to think about memory allocation and actively encourages the use of variable-size arrays. But memory, time, and hardware constraints limit how the C implementation allocates memory. Here are some workarounds.
20th Anniversary: Avoiding a thrashing by Ernest Meyer
The topic of virtual memory and its interface with caches is important to programmers working with multitasking systems. The way hardware implements virtual memory addresses can have a drastic impact on code performance.
The following ưAt the Benchư column first appeared in the June 1989 issue of Embedded Systems Programming magazine.