Creating Configuration Tables to initialize Peripherals
Microcontroller peripherals can be memory mapped using pointer arrays as demonstrated in the previous post. This method allows the peripheral…
Jacob's Blog
Category Archives: Software Techniques
Microcontroller peripherals can be memory mapped using pointer arrays as demonstrated in the previous post. This method allows the peripheral…
The previous two posts have been exploring the fundamentals of using pointers from the basics of declaring a pointer to…
In part one of this series the basics of what a pointer is and how to declare one was examined…
A concept in C programming that is absolutely essential and fundamental to all software design but often misunderstood is pointers….