Embedded C

Embedded C is a set of language extensions for the C programming language by the C Standards Committee to address commonality issues that exist between C extensions for different embedded systems. Historically, embedded C programming requires nonstandard extensions to the C language in order to support exotic features such as fixed-point arithmetic, multiple distinct memory banks, and basic I/O operations. In 2008, the C Standards Committee extended the C language to address these issues by providing a common standard for all implementations to adhere to. It includes a number of features not available in normal C, such as, fixed-point arithmetic, named address spaces, and basic I/O hardware addressing.

    Embedded C Syllabus

  • Advance Concepts in C
  • Inputs/outputs Library in C
  • Interfacing Serial Port
  • Interfacing Parallel Port
  • System Programming and Application Programming
  • C for Embedded Programming
  • Review of C language with Embedded Perspective
  • Bitwise operators
  • Pointer Arithmetic
  • Bit fields
  • Assembly language and C
  • Memory Management In C
  • Memory Map of Applications