Crash On Embedded C Programming Course

Quickly Learn Embedded C Concepts with this hands on driven Course

Last updated 2022-01-10 | 4.1

- Fundamentals of C for Embedded Applications
- Most required Embedded C Concepts
- Functions
- Pointers
- Arrays in C

What you'll learn

Fundamentals of C for Embedded Applications
Most required Embedded C Concepts
Functions
Pointers
Arrays in C
An overview of C coding from Embedded Systems Perspective

* Requirements

* Interested in Embedded Systems
* Windows 10 Computer
* Desire to learn Embedded C

Description

You started learning embedded systems in excitement but stumble on some basic C programming concepts? Would you like a quick revision to C Coding to understand embedded systems better? Then this course is perfect for you.

This is a Crash Course on C Programming targeted specially for embedded systems learners. This is not to be considered as a full C Programming course but a crash course. Only those topics are included which are mostly used in embedded Systems. Please check entire curriculum before you enroll.

This course won't dwell on theory, you can get it from many sources, I have kept this course purely for those who want to start some C Practice right away.

You'll create your first program within 30 minutes of joining this course

This course covers

  • C Programming Introduction

  • Types of Variables and which to use when in embedded systems

  • Type of operators in C

  • Writing simple C Programs

  • Input and Output in C and its correlation to embedded systems

  • Conditional Executions (If / if-else / nested if)

  • Conditional Executions (switch-case)

  • Loops in C (for loop / while loop)

  • Understanding various programming scenarios

  • Arrays in C

  • Integer arrays

  • Text Arrays

  • Use of arrays in Embedded Systems

  • Converting integers to strings

  • Pointers in C

  • Use of Pointers in Embedded Systems

  • Various different ways to use Pointers

  • Functions in C Programming

  • Preprocessor directives and their usages in C Programming

You'll create your first program within 30 minutes of joining this course

As mentioned before, this is not to be considered as a complete C Programming but a crash course for Embedded Systems People

So if you're like one of us who is working on Microcontrollers and circuit programming, join this course now

Thank you :)


Who this course is for:

  • Students
  • Working Professionals
  • Embedded System Enthusiasts
  • Anyone Who is Complete Beginners in Embedded Systems

Course content

4 sections • 31 lectures

Install C on your computer Preview 07:48

Lets Quickly Start with C Programs Preview 09:29

Inputs with Scanf in C Preview 04:43

Mostly Used Data Types used in Embedded C Preview 12:57

Division and MOD operators in C Preview 06:21

If Condition : Part 1 Preview 11:48

If Condition : Part 2 Preview 04:21

If Condition : Part 3 Preview 09:32

Switch Case Preview 13:07

For Loop in C : Part 1 Preview 09:49

For Loop in C : Part 2 Preview 05:54

While Loop Preview 07:45

Arrays : Part 1 Preview 12:05

Arrays : Part 2 Preview 08:46

Array Programs : Part 1 Preview 08:15

Array Programs : Part 2 Preview 11:59

Char Array : Part 1 Usage of Char Preview 13:35

Character Array in C : Part 2 Preview 12:43

Character Array in C : Part 3 Preview 08:37

Convert int to String Array [Important] Preview 10:49

Pointers : Part 1 Preview 17:14

Pointers : Part 2 Preview 08:31

Pointers : Part 3 Preview 07:33

Functions : Part 1 Preview 09:07

Functions : Part 2 Preview 08:42

Functions : Part 3 Preview 11:11

Functions : Part 4 Preview 10:22

Functions returning values via pointers Preview 11:41

Global Variables and usage with functions Preview 13:16

Passing Array's to functions Preview 06:12

Passing Char array (strings) to Functions Preview 15:37