Configuring Programs in Memory
Configuring Programs in Memory In the early stages of embedded software development, it is essential to understand how information is going to flow through the entire embedded system at multiple levels, perhaps starting with a block diagram of the system’s overall functionality and working down to its instantiation in electrical-computational components. An integral step in this process is understanding the types of memory available to you as a programmer and how whatever program(s) you end up writing are going to be executed at a physical level. This might seem rather tedious, but I actually find it to be one of the most intellectually exciting partsRead More →