Base Module
This course is intended for students looking for Embedded Career. This is also for professionals looking to switch to embedded options. This can help in improving preparation for embedded job. This has two parts :
- General
- Important points for Resume and CV
- Tips for Interview
- Tips for selected Embedded C (data types, Functions, Memory Allocation, Strings, Pointers ) and Electronics course
You may buy this if you are looking for a quick tour on important points related to Interview.
Note : Please make sure you have installed Eclipse IDE to follow all sessions. You may refer to Learn C Practically
Modules
General
Lesson
Other Lessons
Embedded C – Memory Allocation
Embedded C – Functions
Function parameters/arguments Formal parameter/argument – Variables used in function definition . Lifetime of these is similar to local variables inside […]
Technical Interview – C Pointers
Pointers Address Of Operator & For ex unsigned int count ; // &count is address of count indirection operator * […]
Technical Interview – Electronics
In addition to individual projects and technical domain , Following topics may help : Basic Electronics Buffer – Reduce DC […]
Memory
Non-Volatile Memories Retain data even after power removed ROM (Read Only Memory) – Factory programmed devices in mass scale. Application: […]
Project – File Operation Experiment
Objective – Check the C programming capabilities Input file – Download and Unzip sample file The sample file is a […]
File-Operations Approach -1
Approach 1 – Unzip the C source File from fileoperation.zip You may analyze , compile , test this and […]
Job Strategy
Designing embedded hardware is most important part of any electronics product. It has several phases. This article provides tips from […]
Embedded SW QA
1. Why do you need emulators? 2. Why emulators are not the same as new chips? 3. Emulators & chip […]
