Sign In
Register
nextlevelinnovator@gmail.com
+91-xxxx-xxxx-xx
+91-xxxx-xxxx-xx , xxxx-xxxx-xx
Home
About Us
Services
E-Commerce
Mobile Application Development
Web Application Developments
Bulk SMS
Multimedia solution
Website Maintinance
SEO
Offeshore Outsource
WSP (Website Starter Pack)
Training
SQL Server
Microsoft
ASP .Net
PHP/PHP++
JAVA
HTML5/CSS3/ Responsive
Cloud Computing
Android Application
SEO/SEM
Embedded System
Networking
Domain
Web Hosting
Career
Products
Billing Software
School/College/Institute ERP
Free Classified Portal
Online Job Portal
MLM Portal
Social Networking
Matrimonials Portal
Contact Us
Enquiry
Php Web Development
Php Mysql Web Development
Asp .net Web Development
Web Application Develo...
E-Commerce Solutions
Internet Marketing
AJAX Development
Offshore Web Development
Php Web Development
Php Mysql Web Development
Asp .net Web Development
Web Application Develo...
E-Commerce Solutions
Internet Marketing
AJAX Development
Offshore Web Development
EMBEDDED SYSTEM
• Discussion on Micro Processor Vs Micro Controller , CISC Vs RICS
• Von Neumann Vs Harvard Architecture , memory mapped I/O vs I/O mapped I/O
• Intel 8031/8051 Architecture , Pin details , memory in details
• SFR Accessing & Addressing , Accessing built in Timers
• Interrupts and ISR , serial communication
• Addressing modes , instruction set
• Interfacing with Micro Controller –Practicall
• Logic Controller Interface ,Traffic Light Interface , 7 Segment Display Interface
• Stepper motor , LCD Interface , Keyboard , Analog to Digital Converter
EMBEDDED C PROGRAMMING KEIL SOFTWARE
• Advantage of C Over Assembly , Importance of Assembly , C & Embedded C
• Discussion on Embedded software development
• Embedded software development , Feature of Keil software
• Data Types & extension Provided by c51 , Application of extension provided by c51
• Discussion on different memory moduls
• Pointer and extensions in c51 , Absolute variable declarations
• Storage Classes & its importance of global variables
• Uses of bit wise Operators in embedded system, Discussion on optimization techniques
• Interfacing with Micro controller –Practical
• Logical Controller Interface , Traffic Light Interface , 7 Segment Display Interface
• Stepper motor , LCD Interface , Keyboard , Analog to Digital Converter
Module 3. PIC MICRO CONTROLLER
• Manufactured by Microship , the PIC 'Peripheral Interface Controller ' microcontroller
Module 1. ADVANCED C PROGRAMMING
• Features of 'C' Programing language
• Program structure Data Types Constants
• Variables , Operators Assignment , Selection
• Looping Nested Looping Structures
• Functions , Recursion , Macros
• Pointers & Arrays Strings
• Sorting Techniques –MegeSort ,HeapSort ,RadixSort , Quick Sort
• Searching Linear & Binary Search
• Concept of Hashing
• Dynamic Data structure
• Linked List stack Queue
• Priority Queue Circular List Doubly Linked List
• Tree Binary Tree Traversal
• Search Tree General Purpose Tree
• Representation of General Purpose Tree
• Binary Tree AVL Tree B-Rree
Module 2. 8 BIT INTEL 8051 MICRO CONTROLLER
• Difference between MP and MC , CISC V/s RISC
• Definitions of MP, MC , RISC , CISC , DSP , ES , RTOS
• Code Memory (ROM )OTP ,FLASH , Windowed
• Data Memory , Register File Concept , Register , Stack Organization
• I2O Lines , Pheripherals , Timers
• ADC ,E2PROM , UART , PWM , IIC , SPI
• Glue logic Reset Control, Brown out Detectors
• Oscillators RC , LP ,XT , HS
• Watch Dog Timer and prescalar
• PIC PROGRAM/SOFTWARE DEVELOPMENT TOOLS FOR EMBEDDED CONTROL
PIC 16F877 : DETAILED TREATMENT / DESCRIPTION
• General Description ,PIC 16F8X Device Variation , Architectural Overview
• Memory Orgaization , I/O Ports , Timers modules , Data EEprom Memory
• Special Features of the Cpu ,Addressing modes , Instruction Format,Instruction set summary .
• I2C , Watch dog timers and some advanced features of PIC 16F877
LOGIC ORINETED PROGRAMS (MPLAB)
• Programs to demonstrate the usage of Instructions sets , Addetion of 8/16/32 numbers
• Subtraction of 8/16/32–bit numbers,Incrementing/Decrementing of 8/16/32 numbers
• 7 segments look of tables , ASCII to HEX /HEX to ASCII Conversion
• 8/16/ bit BCD to Binary , 8/16 bit Binary to BCD , 4 digit BCD UP/Down counter
INTERFACING PROGRAMS
• Interfacing programs to use , Logic Controller , Traffic light controller ,ADC /PAC card
• Temperature control ,Stepper motor/DC motor ,LCD modules ,Keypad interface , I2C interface
Main Topics Covered
• Introduction to linux , features of linux OS
OVERVIEW OF SUBSYSTEM
• File Management System
• Process Management System
• Memory Management Systems
• OS services
• Interrupts and Exceptions
• Architectural of kernel
FILE MANAGEMENT SYSTEM
• Structure of FMS
• super Block
• inode Block
• Data Block
• Boot Block inodes
• Conversion of Pathname to inodes
PROCESS MANAGEMETN SYSTEM
• Structure of Processes
• User Area Fields
• Process Information Table paging
• page sizes
• Region tables
• Layout of kernel
• Context of a process
• Register Triples Allocating
• Attaching , detachng
• duplicating
• freeing region Process scheduling and types
• priorties of processe Sytem Boot and Init Process and kill signals
MEMORY MANAGEMETN SYSTEM
• Virtual and physical Memory
• Swapping and paging Demand paging
• page Faults
• Copy on wrties bits .
INTER PROCESS COMMUNICATIONS
• Client–Server Model
• Pipes
• FIFO's Drawbacks of Pipes and FIFO's Message Queues
• shared Memory
• Semaphores –binary and array of semaphores
• Socket programming
LINUX DEVICE DRIVER
• It is the utility to provide interface to the external device with system or kernel
• This is basically the modular program into the kernel space
HARDWARE BASICS
• The cpu , Memory , Buses ,Controllers and Pheripherals , addresses , Timers , intro to kernel
• Directory structure of Linux OS
• Kernal Source Code
• Configuring & compiling the kernel
ROLE OF DEVICE DRIVER
• Types of Device driver
• Loadable modules and its benefits
• Function used to load and unload modules
• Passing parameter to a loadable module
WRITING A DEVICE DRIVER PROGRAM
• Important Header files
• Writing a simple module
• Compiling and loading modules
• Exporting Symbols from loadable module
• Creating stacked loadable module
• Print for debugging
• Device information in /proc
• Strace command
• Ksyms and Ksymoops
• Debuggers like gdb ,kgdb
WRITING A DEVICE DRIVER PROGRAM
• Important Header files
• Writing a simple module
• Compiling and loading modules
• Exporting Symbols from loadable module
• Creating stacked loadable module
• Print for debugging
• Device information in /proc
• Strace command
• Ksyms and Ksymoops
• Debuggers like gdb ,kgdb
CLASSE OF DEVICES FILES
• Major and minor number
• Creating device files with mknod
• Registering a character device driver
• IOCTL Commands to interact with a device
• Implementing IOCTL in Driver
• Functions for accessing user and kernel space
MEMORY & INTERRUPTS HANDLING
• Memory allocation with Kmalloc and kfree
• Page oriented memory allocations
• Memory allocations in the virtual address space
• Uses of I/O ports and IRQ's
• Platform dependency issues
• Functions used for reading / writing I/O ports
• Interrputs handler functions
• Timer Interrupts , Delay execution techniques
• Task Queues , Task queues Operations
• Obtaning the current time
• PCI Interface
• ISA Interface
• Other PC Bussess
• Requirements for Networks /Block drivers
• Various network and block driver methods
Vx work 5.4
• Host and Target Connecting them
• Tarnado development environment
• Creating Boot ROM image
• Target Server and WDB Agent
INTRODUCTION TO THE SHELL AND SHELL COMMANDS
• Debugging and debugging techneques by using the debugger
• Error Numbers
• Real Time Multi tasking and multiprocessing
WHAT IS REAL TIME
• Requirement of Real time System
• What is a task creation
• Unitask approach Vs multitask approach
• Task status
• Multtasking Kernal
• Context Switch
• Priority based scheduling
• Round robin scheduling
• Round robin scheduling
• Task status in details suspend, delay , pended
• Task hooks
INTER TASK COMMUNICATIONS
• Shared memory linked lists , ring buffers
• Message queues
• Pipes similar to pipes in Unix
• Semaphores Binary , Mutual exclusive ,Counting Semaphores ,Signals
MEMORY MANAGEMENT
• Partitions Regions
• Exceptions , Interrupts and Timers
• Interrupts , Handling Interrupts Priorities
• Interrupts stack , ISR Restrictions ,ISR guidelines
Timers
• System clock watchdog timers , Polling
CREATING I/O SYSTEM
• Basic I/O Open(), Close (), Read(), Write (), locti(), select ()
FILE SYSTEM
• Netwok basics , Network protocols
• Configurations the network , Remote Login
• Remote File access , NFS Network File System
NETWORKING
• Dos File System
• Vx works Device Drivers Programming
• Character Device and Block Device
NETWORK PROGRAMMING
• TCP Socket Programming
• UDP Socket Programming
PHILIPS LPS 2129: DETAILED TREATMENT /DESCRIPTION
• General Description ,architectural Overview
• Memory Organization I/o Ports , Timer Modules
• Special Features of the CPU , Addressing modes , Instructions Format
• ISP and IPA
• CAN modules , UARTs, 12C ,ADC
• Vectored Interrupt and Interrupt Controllers
• Watch Dog Timer
ARM PROGRM /SOFTWARE DEVELOPMENT TOOLS
• Introductions to keil u Vision 3 IDE
• Introduction to MCB 2100 Development KIT
LOGIC ORIENTED PROGRAM
• Programs to demonstrate the usage of Instructions set
INTERFACING PROGRAMS MATERIALS PROVIDED
• Complete course materials and software's
• 100% placement assistance
• Individual Training Kit of 8051 Embedded Trainer for every candidate separately
Name
*
*
Email-id
*
*
Mobile No
*
*
I Need
Website Design
Logo Design
E-Commerce Website
Blog
Forum
Content Management System
Existing Website Makeover
Custom PHP Development
Message
*