CIS-Team / Embedded-Systems-Roadmap-2024

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Embedded-Systems-Roadmap-2024

image

What is Embedded Systems

Embedded System is an integrated system that is formed as a combination of computer hardware and software for a specific function.

πŸ‘‰ take a look at overview of embedded systems

Embedded Systems Roadmap 2024

πŸ’»: C programming

✍️ Study Matrial:

Website for Practicing C programs

C project ideas for inspiration

  • Payement Application

  • Student Recored System

  • Books Library

πŸ“ˆ Data Structure & Algorithms

✍️ Study Matrial

Embedded C

before starting you should have a good knowledge about Digital Design and Electronics basics.

πŸ”· C Building process

Learning the process of getting the executable file from the source code (C code) including: preprocessor, compiler, linker, toolchain, memory sections and others..

✍️ Study Matrial:

πŸ“½οΈ Building Process in Embedded C

πŸ”· MCU archticture Fundamentals

Here we start to learn the internal structure of the processor

✍️ Study Matrial:

πŸ“½οΈ Embedded Systems Diploma in Arabic (videos 1 - 9)

MCU Interfacing

Start interfacing with microcontrollers mainly using Atmega32 microcontroller to understand different peripheral devices for connecting the digital world with the physical through microcontrollers.

✍️ Study materials

πŸ‘‰ these are some recommended tools to learn before moving forward

FreeRTOS

In Progress

ARM

In Progress

Problem Solving

It is really desirable to acquire a problem-solver mentality

this sheet is a good start AL-Azhar Sheet

and for more help see CIS problem solving road map repo

computer science

  • basic knowledge for electronics

  • basic knowledge for operating systems

  • basic knowledge for networks

  • basic knowledge for OOP