Posts

Showing posts with the label Embedded Systems

Embedded Systems New batch :TechnoScripts

Image
TechnoScripts starting new batch from 28 March 2017 Contact details: Pallavi: 7058132562

Embedded Systems Training : New Batch starting from 10 March

Image
Technoscripts is best Embedded training institute in pune for quality training & good placement track for freshers as well as working professionals. NEW BATCH IS STARTING FROM 10 March 2017 CONFIRM YOUR SEATS NOW!!! To know more about TechnoScripts Click http://www.technoscripts.in/ For registration click http://www.technoscripts.in/contact-us-technoscripts-pune/ CONTACT: PALLAVI 020-41217199 / 705813256

Embedded C Interview Questions

Image
Embedded C Interview Questions (For more details Click here) 1) What is void pointer and what is its use? The void pointer means that it points to a variable that can be of any type. Other pointers points to a specific type of variable while void pointer is a somewhat generic pointer and can be pointed to any data type, be it standard data type(int, char etc) or user define data type (structure, union etc.). We can pass any kind of pointer and reference it as a void pointer. But to deference it, we have to type the void pointer to correct data type. 2) What is ISR? An ISR(Interrupt Service Routine) is an interrupt handler, a callback subroutine which is called when a interrupt is encountered. 3) What is return type of ISR? ISR does not return anything. An ISR returns nothing because there is no caller in the code to read the returned values 4) What is interrupt latency? Interrupt latency is the time required for an ISR respond...
Image
  EMBEDDED SYSTEMS                                     Technoscripts is best Embedded training institute in pune for quality training & good placement track for freshers as well as working professionals.  NEW BATCH IS STARTING SOON!! CONFIRM YOUR SEATS To know more about TechnoScripts Click  http://www.technoscripts.in/ For registration click  http://www.technoscripts.in/contact-us-technoscripts-pune/ Or call on- 020-41217199 / 8605006788 / 7058132562

Embedded Systems Course in Pune

Embedded Systems Courses in Pune (click here) 1. An embedded system must have (a) hard disk (b) processor and memory (c)operating system (d) processor and input-output unit(s). 2. An embedded system hardware can (a) have microprocessor or microcontroller or single purpose processor (b) have digital signal processor (c) one or several microprocessor or microcontroller or digital signal processor or single purpose processors (d) not have single purpose processor (s). 3. An embedded system has RAM memory (a) for storing the variables during program run, stack and input or output buffers, for example, for speech or image (b) for storing all the instructions and data (c) for storing the programs from external secondary memory (d) for fetching instructions and data into cache(s). (for more details click here)

Embedded Course in Pune: TechnoScripts

Image
Technoscripts is best Embedded training institute in pune for quality training & good placement track for freshers as well as working professionals. we are providing for Advance courses in embedded system specially designed for career in embedded system. We are pioneer of the embedded system training in pune with expertise of over 12 years. we are working in the field training & development of embedded system since 12 years.Currently we are also working on industrial live projects as per requirements of clients.we are  one of the India’s most reputed corporate training & Workshops Company in the field of Embedded System & Robotics . Topics Covered (Click Here) C Emb C 8051 PIC AVR ARM FreeScale ARM Cortex M3 MSP 430 Raspberry Pi New Batch Starting from 21 November 2016 For Registration ( ( ( (http://www.technoscripts.in/contact-us-technoscripts-pune/ ) click Here)

Raspberry pi Projects

Image
Servo Motor Control Using Raspberry Pi The hardware modules used in this tutorial are mentioned below: 5V, 1A Power Supply Raspberry Pi 2 Analog Servo Motor Connecting Wires Servo motor has got three connection pins, Vcc, ground and signal. It requires a 5V 1A power, which is provided from a suitable supply source. On the Raspberry Pi board, GPIO pin number 22 is selected as the signal pin. The GND pin of the power supply is connected to the ground pin of the servo and also to the 6th pin on the Raspberry Pi. After providing suitable connections open the python editor and program the Raspberry Pi. A sample code is given below, which you can use as it is or you can modify it to suit yourself. For More Details (Click Here) Raspberry Pi kit along with servo is a great package for developing real time robotic projects as the RPi supports both image and audio processing units. The servo can be controlled on the basis of the output obtained from image processing operations, wh...

MSP430 Architecture

Image
Msp 430 Architecture Click Here The micro-controller's performance is directly related to the 16-bit data bus, the 7 addressing modes and the reduced instructions set, which allows a shorter, denser programming code for fast execution. These micro-controller families share a 16-bit CPU (Central Processing Unit) core, RISC1 type, intelligent peripherals, and flexible clock system that interconnect using a Von Neumann2 common memory address bus (MAB) and memory data bus (MDB) architecture. MSP430 Architecture RISC (Reduced Instructions Set Computing) – In this type of configuration, the instructions are reduced to the basic ones, with the objective of providing simpler and faster instruction decoding. The MSP430 only uses 27 physical instructions and 24 emulated instructions Von Neumann architecture - Computational architecture that makes use of only one storage structure to save the data and instructions sets. In the model, the separation of the processin...