When you enroll through our links, we may earn a small commission—at no extra cost to you. This helps keep our platform free and inspires us to add more value.

University of Colorado Boulder logo

Embedded Software and Hardware Architecture

Master the Skills of Tomorrow with Coursera! From AI and Blockchain to Public Speaking and Psychology, Explore Courses Tailored for Your Success.

     
  • 4.5
  •  |
  • Reviews ( 504 )
Free

This Course Includes

  • iconcoursera
  • icon4.5 (504 reviews )
  • icon4 hours
  • iconenglish
  • iconOnline - Self Paced
  • iconcourse
  • iconUniversity of Colorado Boulder

About Embedded Software and Hardware Architecture

Embedded Software and Hardware Architecture is a first dive into understanding embedded architectures and writing software to manipulate this hardware. You will gain experience writing low-level firmware to directly interface hardware with highly efficient, readable and portable design practices. We will now transition from the Host Linux Machine where we built and ran code in a simulated environment to an Integrated Development Environment where you will build and install code directly on your ARM Cortex-M4 Microcontroller. Course assignments include writing firmware to interact and configure both the underlying ARM architecture and the MSP432 microcontroller platform. The course concludes with a project where you will develop a circular buffer data structure.

In this course you will need the Texas Instruments LaunchPad with the MSP432 microcontroller in order to complete the assignments. Later courses of the Specialization will continue to use this hardware tool to develop even more exciting firmware.

What You Will Learn?

  • Describe relationship between ARM architecture and C-Programming memory interactionsConstruct specialized embedded system data structures including circular buffers, LIFO Buffers, and Linked ListsIdentify techniques to manipulate memory.