University of Colorado Boulder - Embedded Software and Hardware Architecture
- Offered byCoursera
Embedded Software and Hardware Architecture at Coursera Overview
Duration | 4 hours |
Start from | Start Now |
Total fee | Free |
Mode of learning | Online |
Difficulty level | Intermediate |
Official Website | Explore Free Course |
Credential | Certificate |
Embedded Software and Hardware Architecture at Coursera Highlights
- Shareable Certificate Earn a Certificate upon completion
- 100% online Start instantly and learn at your own schedule.
- Flexible deadlines Reset deadlines in accordance to your schedule.
- Intermediate Level
- Approx. 4 hours to complete
- English Subtitles: Arabic, French, Portuguese (European), Italian, Vietnamese, German, Russian, English, Spanish
Embedded Software and Hardware Architecture at Coursera Course details
- 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.
Embedded Software and Hardware Architecture at Coursera Curriculum
Interfacing C-Programs with ARM Core Microcontrollers
1. Architecture-Software Interface
2. Word Size and Data Types
3. Pointers
4. Interacting with Memory
5. Memory Alignment
6. Endianness
7. Compiler Attributes
8. Memory Map and Registers
9. Register Definition Files
Purchasing Hardware for Course 2
Week 1 Quiz
Manipulating Memory
1. Memory Access and Manipulation Introduction
2. Bit Manipulation
3. IO Port Configuration Example
4. Creating Software Interfaces for Hardware
5. Advanced Pointer Use
6. Function Pointers
7. Debugging a Microcontroller Program Part 1
8. Debugging a Microcontroller Program Part 2
Week 2 Quiz
Designing Embedded Data Structures
1. Introduction to Data Structures
2. Enumerations
3. Unions
4. Structures and Encapsulation
5. Bit Fields
6. LIFO Buffer
7. Circular Buffer
8. Linked List
Week 3 Quiz
Final Assessment