Posts

Showing posts with the label Basics of microcontrollers

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 System training in pune

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 18 FEBRUARY 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 / 7058132562

ARM7 Training in pune

Image
ARM7 Training in pune   ARM7 is a 32-bit microcontroller architecture. Much of microcontroller architecture taught in engineering is based on 8-bit architectures -- like 8051, Atmel AVR8, Microchip PIC etc The best ARM7 training is given by TECHNOSCRIPTS which is taken fully practically separate kits are also given for practice. TECHNOSCRIPTS is having fully equipped labs for practice. ADDRESS: TechnoScripts Office No 87, Fifth Floor, C Wing, Shrinath Plaza, Dyaneshwar Paduka Chowk, F C Road, Shivaji Nagar, Pune   www. technoscripts.in   info@technoscripts.in Landline: 020-41217199 Mobile : 8605006788

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 System Training: 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 have successfully impacted out an excess of 16,000 students through the workshops and technological events organized by our team. Our specially designed embedded Career track training for pass-out fresher students & working professions want to switch their career to embedded development proven over the period & we are successful to provide platform to those aspirants. Courses Advance Embedded Career Track Diploma in Embedded System IOT Training raspberry Pi  Embedded Linux For more details Click Here

ARM 7 in Embedded Systems Training

Image
ARM  is a family of instruction set architectures for computer processors which is based on a reduced instruction set computing (RISC) architecture .It was developed by British company ARM Holdings. A RISC-based computer design approach means ARM processors require significantly fewer transistors than typical processors in average computers. This approach reduces costs, heat and power use. These are desirable traits for light, portable, battery-powered devices—including smartphones, laptops, tablet and notepad computers), and other embedded systems. A simpler design facilitates more efficient multi-core CPUs and higher core counts at lower cost, providing higher processing power and improved energy efficiency for servers and supercomputers. SOME FACTS ON ARM 7 In 2005, about 98% of all mobile phones sold used at least one ARM processor. The low power consumption of ARM processors has made them very popular: 37 billion ARM processors have been...

Interview question on embedded Systems

Image
Interview Questions on 8051 1. What is meant by micro controller in embedded Systems ? Microcontroller is a small chip that has in-build Micro processor, memory, ports, timers and converter. Micro controllers are designed for specific use. For instance, micro controller in TV remote is mainly designed for controlling TV. Embedded Systems 2. List out the features of 8051 micro controller in embedded Systems ? 40 Pin IC. 128 bytes of RAM. 4K ROM. 2 Timers (Timer 0 and Timer 1). 32 Input/ Output pins. 1 serial port. 6 Interrupts (Including Reset). 3. What are the types of interrupts in 8051 in embedded Systems ? External interrupt 0 (IE0) has highest priority among interrupts. Timer interrupt 0 (TF0) External interrupt 1 (IE1) Timer interrupt 1 (TF1) has lowest priority among other interrupts. Serial port Interrupt Reset 4. What is an interrupt in embedded Systems ? Hardware or software can communicate to micro controller through interrupts. Interrupts are external signal that...

Basics of Micro-controllers

Microcontroller is a single chip micro computer made through VLSI fabrication. A microcontroller also called an embedded controller because the microcontroller and its support circuits are often built into, or embedded in, the devices they control. A microcontroller is available in different word lengths like microprocessors (4bit,8bit,16bit,32bit,64bit and 128 bit microcontrollers are available today). Short-form of Micro-Controller is MCU. It is a small  computer  ( SoC ) on a single  integrated circuit  ,It contains a processor core, memory, and programmable  input/output  peripherals. Microcontrollers are used in automatically controlled products and devices, such as automobile engine control systems, implantable medical devices, remote controls, office machines, appliances, power tools, toys and other  embedded systems . It is simple computer used as brain of future systems There are different Microcontroller like ARM7 AVR PI...