GUJARAT TECHNOLOGICAL UNIVERSITY

Size: px
Start display at page:

Download "GUJARAT TECHNOLOGICAL UNIVERSITY"

Transcription

1

2 Type of course: Engineering (Elective) GUJARAT TECHNOLOGICAL UNIVERSITY ELECTRICAL ENGINEERING (09) ADVANCE MICROCONTROLLERS SUBJECT CODE: B.E. 6 th SEMESTER Prerequisite: Analog and Digital Electronics, Basics of microprocessor and microcontroller Rationale: This subject focuses on the study of advanced microcontroller along with the use of microcontroller. It also briefs the students about interfacing of memory and various I/O devices like A to D converter, D to A converter LED, LCD to advanced microcontrollers. The students learn the Programming language (Embedded C) used for microcontrollers. They will be able to use the advanced fast microcontroller in electrical engineering related fields like Power system protection, instrumentation, power electronics, Electrical Drives and control of Electrical Equipments. Teaching and Examination Scheme: Teaching Scheme Credits Examination Marks Total L T P C Theory Marks Practical Marks Marks ESE PA (M) ESE (V) PA (E) PA ALA ESE OEP (I) Content: Sr. Content No.. Advanced concepts in 805 architecture: Review of 805 architecture, concept of synchronous serial communication, SPI and I2C communication protocols, study of SPI port on 89LP 5RD2, study of SAR ADC/DAC MCP3304 / MCP 33, interfacing concepts for SPI based ADC/DAC, study of watchdog timer, study of PCA timer in different modes like capture mode, PWM generation mode, High speed output toggle mode Embedded C programming for the above peripherals 2. Introduction to ARM CTEX M profile: CTEX M0 and M4 cores, Harvard and Von Neumann architectures, CPU Registers, CPU Operating Modes, Thumb-2 Instruction Set, Memory Map, Bus Interface, bit bending, interrupt handling,nvic( Nested Vectored Interrupt Controller), system tick timer, Debug system 3. Introduction to STM32F4xx architecture: Features of STM32F4XXDSC, Memory and bus architecture, Multilevel AHB bus matrix, Memory organization, Memory map, NVIC Operation Exception Entry And Exit, Reset and Clock Circuit 4. Advanced concepts in Embedded C programming: Pointers, structures, unions, pointers to structures, pointers to functions, addressing mechanism for memory mapped registers, enumerators, Interrupt Handlers Total Hrs % Weightage 35

3 Embedded software architecture: Round robin architecture, Round robin with interrupt architecture 5. STM32F4 PERIPHERALS & PROGRAMING GPIO, General Purpose Timers, GPIO :Introduction, Main Features, Function Description, Registers, Basic timers (TIM6&TIM7): introduction, main features, functional description, registers Embedded C Programming for GPIO and Timers 0 20 Suggested Specification table with Marks (Theory): Distribution of Theory Marks R Level U Level A Level N Level E Level C Level Legends: R: Remembrance; U: Understanding; A: Application, N: Analyze and E: Evaluate C: Create and above Levels (Revised Bloom s Taxonomy) Note: This specification table shall be treated as a general guideline for students and teachers. The actual distribution of marks in the question paper may vary slightly from above table. Reference Books:. Datasheet of 89V5RD2 ( Datasheet MCP3304/MCP4822 ( 3. The 805 Microcontroller and Embedded Systems Using Assembly and C, By Muhammad Ali Mazidi, Janice Gillispie Mazidi, Rolin McKinlay 4. David E. Simon. An Embedded Software Primer Addision Wesley Pearson Education, The Definitive Guide to ARM CTEX -M3 and CTEX -M4 Processors (Third Edition), By Joseph Yiu, Newnes, Elsevier 6. The insider s guide to the STM32 ARM based Microcontroller, ( 7. Datasheet, programming and user reference manual of STM32F4xx ( 8. The Designer's Guide to the Cortex-M Processor Family: A Tutorial Approach, By Trevor Martin, Newnes, Elsevier Course Outcome: After learning the course the students should be able to:. Understand how microcontroller and its peripherals function. 2. Interface to external peripherals 3. Program an embedded system in assembly and C 4. Design, implement and test a single-processor embedded systems for real-time applications 5. Optimizing embedded software for speed and size for industrial applications. List of Experiments: (This is a suggestive list only). Introduction to Integrated Development Environment KEIL Micro Vision IV 2. Programming of PCA Timer for 8-bit PWM Generation 3. Programming of PCA timer for Variable frequency square wave generation 4. Programming of PCA Timer for Frequency measurement and display on LCD using Capture mode. 5. Programming of SPI port for Interfacing with ADC MCP Programming of SPI port for interfacing with DAC MCP4822

4 7. Programming of Watchdog Timer 8. Introduction to KEIL Microvision IV MDK-ARM IDE 9. Programming of GPIO port with LED toggling and key interface 0. Programming of Base timer for accurate delays. Introduction to auto code generation for STM32F4 target using MATLAB Toolbox and Simulink Design based Problems (DP)/Open Ended Problem: Implementation of embedded system for industrial application (e.g. instrumentation, control, automation but not limited to these) using any of the 6-bit or 32-bit microcontroller available in the market, in guidance of course instructor Major Equipment: Kit for advanced 805 controller, and advanced 6bit/32 bit controllers, μvision2/3/4 IDE, List of Open Source Software/learning website: NPTEL, ACTIVE LEARNING ASSIGNMENTS: Preparation of power-point slides, which include videos, animations, pictures, graphics for better understanding theory and practical work The faculty will allocate chapters/ parts of chapters to groups of students so that the entire syllabus to be covered. The power-point slides should be put up on the web-site of the College/ Institute, along with the names of the students of the group, the name of the faculty, Department and College on the first slide. The best three works should submit to GTU.

5 Seat No.: Enrolment No. GUJARAT TECHNOLOGICAL UNIVERSITY BE - SEMESTER VI (NEW) EXAMINATION WINTER 2 Subject Code: Date: 20//2 Subject Name:Advance Microcontrollers Time:02:30 PM TO 05:00PM Total Marks: 70 Instructions:. Attempt all questions. 2. Make suitable assumptions wherever necessary. 3. Figures to the right indicate full marks. Q. (a) List the features of P89V5RD2. 03 (b) Draw PCA interrupt system of P89V5RD2. 04 (c) Which are the different modes of operation of the PCA timer? Explain PWM mode in detail with block diagram. Q.2 (a) Explain PCA Module 4 as Watchdog Timer. 03 (b) Compare Von Neumann and Harvard architecture. 04 (c) Explain SPI control and status register and draw the machine cycle of SPI data transfer with CPHA = 0. (c) Write a program to design PCA module of 89V5RD2 to calculate the width of a detected pulse. The pulse must begin with a rising edge and end with a falling edge on the CEX0 pin. Q.3 (a) Explain the CCAPMn Register in PCA timer of P89V5RD2. 03 (b) Explain 3stage pipelining in cortex CPU. 04 (c) Write and explain features of STM32F4xx. Q.3 (a) Explain CCON PCA register. 03 (b) List out steps required to enable interrupts safely in an IRQ handler. 04 (c) Explain bit banding technique with suitable example. Q.4 (a) Explain Round Robin with Interrupt Architecture. 03 (b) Explain reset circuit of STM32F4xx. 04 (c) Explain Thumb 2 Instruction set of ARM CTEX. Q.4 (a) Explain high speed output toggle mode of 805 microcontroller. 03 (b) Explain multi-ahb bus matrix in STM32F4XX. 04 (c) Explain the features of GPIO in detail. Q.5 (a) What do you mean by enumerator? 03 (b) Explain Round Robin Architecture. 04 (c) Explain GPIO registers in detail. Q.5 (a) Explain tail chaining in cortex M processors. 03 (b) Explain TIM6 timer. 04 (c) Explain NVIC Controller of ARM CTEX. *************

6

7 Seat No.: Enrolment No. GUJARAT TECHNOLOGICAL UNIVERSITY BE - SEMESTER VI (NEW) - EXAMINATION SUMMER 2 Subject Code: Date: 08/05/2 Subject Name: Advance Microcontrollers Time: 0:30 AM to 0:00 PM Total Marks: 70 Instructions:. Attempt all questions. 2. Make suitable assumptions wherever necessary. 3. Figures to the right indicate full marks. Q. Short Questions 4 In STM32F4XX the main system consist of bit. 2 What is maximum internal AHB clock frequency? 3 What do you mean by NVIC in STM32F4XX? 4 SPI is a Synchronous Interface. 5 Bus arbitration available in which of the following protocol? (a) SPI (b) I2C 6 High speed output mode available in timer. 7 In cortex M Processor ISA means. 8 During and just after reset, the I/O ports of STM32F4XX configured in output analog mode? True or false? 9 Thumb-2 Technology in Cortex-M processors instructions? (a) Support only 6-bit (b) Support only 32-bit (c) Supports mixture of 6 bit & 32 bit 0 What is the function of GPIOx_MODER register? All GPIO pin of STM32F4XX have weak pull-up and pull-down resistors, are activated or not depending on the value in the register. 2 PWM mode in PCA timer can be activated by setting the bits of MATn and TOGn in CCAPMn register? True or False? 3 Basic timer (tim6&tim7) are 6-bit auto reload. 4 Which module of PCA timer can be programmed as watchdog timer? Q.2 (a) Explain PCA module 4 as Watchdog timer. 03 (b) Explain the SPI control & SPI status registers in P89V5RD2. 04 (c) Using PCA timer in PWM mode, write 'C' code to generate wave of 75% duty cycle. (c) With the help of CMOD and CCON registers explain PCA timer. Q.3 (a) Draw master-slave SPI protocol and explain associated signals. 03 (b) Explain the PWM mode of PCA timer. 04 (c) Explain the I2C protocol in detail. Q.3 (a) Explain the CCAPMn register in PCA timer of P89V5RD2. 03 (b) Draw PCA interrupt system of P89V5RD2. 04 (c) Explain the NVIC operation exception entry and exit of STM32F4XX. Q.4 (a) Discuss I-bus, D-bus and S-bus in STM32F4XX. 03 (b) Explain tail chaining in cortex M processors. 04 (c) Explain the comparison of round robin and round robin with interrupt software architecture in detail.

8 Q.4 (a) Compare Von Neumann and Harvard architecture. 03 (b) Explain multi-ahb bus matrix in STM32F4XX. 04 (c) Explain the bit banding technique in cortex M processors. Q.5 (a) Explain the main feature of TIM6 & TIM7 in STM32F4XX. 03 (b) Draw & explain the input configuration of GPIO in STM32F4XX. 04 (c) Explain the 3-stage pipelining in cortex CPU. Q.5 (a) Explain the control registers of TIM6 & TIM7 in STM32F4XX. 03 (b) What do you mean by enumerator? 04 (c) Explain the feature of GPIO in detail. ************* 2

9 Seat No.: Enrolment No. GUJARAT TECHNOLOGICAL UNIVERSITY BE SEMESTER VI (NEW).EXAMINATION WINTER 206 Subject Code: Date: 26/0/206 Subject Name: Advance Microcontrollers Time: 02:30 PM to 05:00 PM Total Marks: 70 Instructions:. Attempt all questions. 2. Make suitable assumptions wherever necessary. 3. Figures to the right indicate full marks. Q. (a) Explain SPI communication protocol for 805 microcontroller. (b) Discuss the capture mode of PCA time in 89C5rd2 microcontroller. Q.2 (a) Discuss the I 2 C communication protocol of 89C5rd2 microcontroller. (b) Explain features of STM32F4XXDSC. (b) Write a 'c' program for generating a square wave with 55% duty cycle using P89V5RD2 with crystal frequency of.0592 MHz using PCA Timer in PWM mode of operation. What is the PWM frequency if PCA Timer is used in 2 clock mode in mode? Q.3 (a) List out steps required to enable interrupts safely in an IRQ handler. (b) Draw and explain reset circuit of STM32F4xx. Q.3 (a) What are advantages of watchdog timer of 89C5rd2 microcontroller? Explain the watchdog timer in details. (b) Compare Harvard and Van Neumann architecture. Q.4 (a) Discuss the pulse width modulator mode of 89C5rd2 microcontroller with C- programming code. (b) Explain high speed output toggle mode of 805 microcontroller. Q.4 (a) Explain thumb-2 instruction set of ARM CTEX. (b) Explain Nested Vectored Interrupt Controller of ARM. Q.5 (a) Explain the round robin with interrupt architecture. (b) Explain GPIO registers in detail. Q.5 (a) Explain TIM 6 & TIM 7 basic timers. (b) Explain features of the GPIO in detail. *************

10 Seat No.: Enrolment No. GUJARAT TECHNOLOGICAL UNIVERSITY BE - SEMESTER VI (NEW) - EXAMINATION SUMMER 206 Subject Code: Date:7/05/206 Subject Name: Advance Microcontrollers Time: 0:30 AM to 0:00 PM Total Marks: 70 Instructions:. Attempt all questions. 2. Make suitable assumptions wherever necessary. 3. Figures to the right indicate full marks. Q. (a) Draw block diagram and enlist features of P89V5RD2. (b) Which are the different modes of operation of the PCA timer? Explain PWM mode in detail with block diagram. Q.2 (a) Draw and explain block diagram of MPC 3304(ADC). (b) Explain SPI control and status register and draw the machine cycle of SPI data transfer with CPHA=0 (b) Write a program to design PCA module of 89V5RD2 to calculate the width of a detected pulse. The pulse must begin with a rising edge and end with a falling edge on the CEX0 pin. Q.3 (a) Enlist Advanced Interrupt Handling Modes of NVIC in P89V5RD2 and explain them in detail. (b) Why Watch-dog timer is necessary for embedded systems? Explain the watchdog timer of P89V5RD2 in detail Q.3 (a) Explain Bit-Banding Technique with suitable example. (b) Write features of STM32F4xx. Q.4 (a) Explain 3stage pipelining in cortex CPU. (b) Explain the comparison of round robin and round robin with interrupt software Architecture in detail. Q.4 (a) List out different modes in which GPIO can be configured and also draw basic structure of I/O port bit. (b) A push button switch is connected to pin PA0 of Port-A and a LED is connected to pin PD2 of Port-D. Write a program for STM32F4xx using CMSIS library to toggle led when a key is pressed. Q.5 (a) Explain CCON - PCA and CCAPMn - PCA registers. (b) Give brief introduction of GPIOs in STM32F4xx and write features of GPIOs. Q.5 (a) Draw and explain Multi-AHB bus matrix. (b) What do you mean by enumerators? Explain its application with suitable example. *************

11

GUJARAT TECHNOLOGICAL UNIVERSITY. INSTRUMENTATION & CONTROL ENGINEERING (17) ANALOG SIGNAL PROCESSING SUBJECT CODE: B.E.

GUJARAT TECHNOLOGICAL UNIVERSITY. INSTRUMENTATION & CONTROL ENGINEERING (17) ANALOG SIGNAL PROCESSING SUBJECT CODE: B.E. GUJARAT TECHNOLOGICAL UNIVERSITY INSTRUMENTATION & CONTROL ENGINEERING (17) ANALOG SIGNAL PROCESSING SUBJECT CODE: 2141706 B.E. 4 th Semester Type of course: Core Engineering Prerequisite: 1. Fundamental

More information

GUJARAT TECHNOLOGICAL UNIVERSITY

GUJARAT TECHNOLOGICAL UNIVERSITY Type of course: Core GUJARAT TECHNOLOGICAL UNIVERSITY BRANCH: Mechanical/Production/Manufacturing Engineering SUBJECT NAME: Computer Aided Manufacturing SUBJECT CODE: 2171903 BE Semester VII Prerequisite:

More information

Designing with STM32F3x

Designing with STM32F3x Designing with STM32F3x Course Description Designing with STM32F3x is a 3 days ST official course. The course provides all necessary theoretical and practical know-how for start developing platforms based

More information

32-bit ARM Cortex-M0, Cortex-M3 and Cortex-M4F microcontrollers

32-bit ARM Cortex-M0, Cortex-M3 and Cortex-M4F microcontrollers -bit ARM Cortex-, Cortex- and Cortex-MF microcontrollers Energy, gas, water and smart metering Alarm and security systems Health and fitness applications Industrial and home automation Smart accessories

More information

Embedded Robotics. Software Development & Education Center

Embedded Robotics. Software Development & Education Center Software Development & Education Center Embedded Robotics Robotics Development with ARM µp INTRODUCTION TO ROBOTICS Types of robots Legged robots Mobile robots Autonomous robots Manual robots Robotic arm

More information

GUJARAT TECHNOLOGICAL UNIVERSITY

GUJARAT TECHNOLOGICAL UNIVERSITY Type of course: Compulsory GUJARAT TECHNOLOGICAL UNIVERSITY SUBJECT NAME: Digital Signal Processing SUBJECT CODE: 2171003 B.E. 7 th SEMESTER Prerequisite: Higher Engineering Mathematics, Different Transforms

More information

ZKit-51-RD2, 8051 Development Kit

ZKit-51-RD2, 8051 Development Kit ZKit-51-RD2, 8051 Development Kit User Manual 1.1, June 2011 This work is licensed under the Creative Commons Attribution-Share Alike 2.5 India License. To view a copy of this license, visit http://creativecommons.org/licenses/by-sa/2.5/in/

More information

EIE/ENE 334 Microprocessors

EIE/ENE 334 Microprocessors EIE/ENE 334 Microprocessors Lecture 13: NuMicro NUC140 (cont.) Week #13 : Dejwoot KHAWPARISUTH Adapted from http://webstaff.kmutt.ac.th/~dejwoot.kha/ NuMicro NUC140: Technical Ref. Page 2 Week #13 NuMicro

More information

VORAGO Timer (TIM) subsystem application note

VORAGO Timer (TIM) subsystem application note AN1202 VORAGO Timer (TIM) subsystem application note Feb 24, 2017, Version 1.2 VA10800/VA10820 Abstract This application note reviews the Timer (TIM) subsystem on the VA108xx family of MCUs and provides

More information

AN4062 Application note

AN4062 Application note Application note STM32F0DISCOVERY peripheral firmware examples Introduction This application note describes the peripheral firmware examples provided for the STM32F0DISCOVERY Kit. These ready-to-run examples

More information

Triscend E5 Support. Configurable System-on-Chip (CSoC) Triscend Development Tools Update TM

Triscend E5 Support.   Configurable System-on-Chip (CSoC) Triscend Development Tools Update TM www.keil.com Triscend Development Tools Update TM Triscend E5 Support The Triscend E5 family of Configurable System-on-Chip (CSoC) devices is based on a performance accelerated 8-bit 8051 microcontroller.

More information

GUJARAT TECHNOLOGICAL UNIVERSITY, AHMEDABAD, GUJARAT. Course Curriculum ANALOG ELECTRONICS. (Code: ) Electronics and Communication Engineering

GUJARAT TECHNOLOGICAL UNIVERSITY, AHMEDABAD, GUJARAT. Course Curriculum ANALOG ELECTRONICS. (Code: ) Electronics and Communication Engineering GUJARAT TECHNOLOGICAL UNIVERSITY, AHMEDABAD, GUJARAT Course Curriculum ANALOG ELECTRONICS (Code: 333110) Diploma Programme in which this course is offered Semester in which offered Electronics and Communication

More information

UM2068 User manual. Examples kit for STLUX and STNRG digital controllers. Introduction

UM2068 User manual. Examples kit for STLUX and STNRG digital controllers. Introduction User manual Examples kit for STLUX and STNRG digital controllers Introduction This user manual provides complete information for SW developers about a set of guide examples useful to get familiar developing

More information

Unit level 5 Credit value 15. Introduction. Learning Outcomes

Unit level 5 Credit value 15. Introduction. Learning Outcomes Unit 46: Unit code Embedded Systems A/615/1514 Unit level 5 Credit value 15 Introduction An embedded system is a device or product which contains one or more tiny computers hidden inside it. This hidden

More information

Cortex-M3 based Prepaid System with Electricity Theft Control

Cortex-M3 based Prepaid System with Electricity Theft Control Research Inventy: International Journal of Engineering And Science Vol.6, Issue 4 (April 2016), PP -139-146 Issn (e): 2278-4721, Issn (p):2319-6483, www.researchinventy.com Cortex-M3 based Prepaid System

More information

Practical Exercise. STM32F4 Discovery. Alessandro Palla

Practical Exercise. STM32F4 Discovery. Alessandro Palla Practical Exercise STM32F4 Discovery Alessandro Palla alessandro.palla@for.unipi.it Outline STM32F4 Discovery Application: USB Mouse with accelerometer Hardware Configuration o o o o o Requirements Peripherals

More information

ELCT 912: Advanced Embedded Systems

ELCT 912: Advanced Embedded Systems ELCT 912: Advanced Embedded Systems Lecture 5: PIC Peripherals on Chip Dr. Mohamed Abd El Ghany, Department of Electronics and Electrical Engineering The PIC Family: Peripherals Different PICs have different

More information

Arduino Microcontroller Processing for Everyone!: Third Edition / Steven F. Barrett

Arduino Microcontroller Processing for Everyone!: Third Edition / Steven F. Barrett Arduino Microcontroller Processing for Everyone!: Third Edition / Steven F. Barrett Anatomy of a Program Programs written for a microcontroller have a fairly repeatable format. Slight variations exist

More information

GUJARAT TECHNOLOGICAL UNIVERSITY, AHMEDABAD, GUJARAT COURSE CURRICULUM. Course Title: Digital Electronics (Code: )

GUJARAT TECHNOLOGICAL UNIVERSITY, AHMEDABAD, GUJARAT COURSE CURRICULUM. Course Title: Digital Electronics (Code: ) GUJARAT TECHNOLOGICAL UNIVERSITY, AHMEDABAD, GUJARAT COURSE CURRICULUM Course Title: Digital Electronics (Code: 3322402) Diploma Programmes in which this course is offered Semester in which offered Power

More information

UM1763 User manual. Description of STLUX385A examples kit. Introduction. Reference documents

UM1763 User manual. Description of STLUX385A examples kit. Introduction. Reference documents User manual Description of STLUX385A examples kit Introduction This user manual provides complete information for SW developers about a set of guide examples useful to get familiar developing applications

More information

GUJARAT TECHNOLOGICAL UNIVERSITY. Semester II. Type of course: ME-Electronics & Communication Engineering (VLSI & Embedded Systems Design)

GUJARAT TECHNOLOGICAL UNIVERSITY. Semester II. Type of course: ME-Electronics & Communication Engineering (VLSI & Embedded Systems Design) GUJARAT TECHNOLOGICAL UNIVERSITY Subject Name: Analog and Mixed Signal IC Design (Elective) Subject Code: 3725206 Semester II Type of course: ME-Electronics & Communication Engineering (VLSI & Embedded

More information

GUJARAT TECHNOLOGICAL UNIVERSITY, AHMEDABAD, GUJARAT Course Curriculum. Digital Communication Course Code:

GUJARAT TECHNOLOGICAL UNIVERSITY, AHMEDABAD, GUJARAT Course Curriculum. Digital Communication Course Code: GUJARAT TECHNOLOGICAL UNIVERSITY, AHMEDABAD, GUJARAT Course Curriculum Digital (Code: 334110) Diploma Programmes in which this course is offered Electronics & Engineering Semester in which offered 4 th

More information

STM32L100C6 STM32L100R8 STM32L100RB

STM32L100C6 STM32L100R8 STM32L100RB STM32L100C6 STM32L100R8 STM32L100RB Ultra-low-power 32-bit MCU ARM -based Cortex -M3, 128KB Flash, 10KB SRAM, 2KB EEPROM, LCD, USB, ADC, DAC Features Datasheet production data Ultra-low-power platform

More information

Microcontrollers: Lecture 3 Interrupts, Timers. Michele Magno

Microcontrollers: Lecture 3 Interrupts, Timers. Michele Magno Microcontrollers: Lecture 3 Interrupts, Timers Michele Magno 1 Calendar 07.04.2017: Power consumption; Low power States; Buses, Memory, GPIOs 20.04.2017 Serial Communications 21.04.2017 Programming STM32

More information

Firmware plugin for STSW-ESC001V1 board with ST Motor Control FOC SDK

Firmware plugin for STSW-ESC001V1 board with ST Motor Control FOC SDK User manual Firmware plugin for STSW-ESC001V1 board with ST Motor Control FOC SDK Introduction The STSW-ESC001V1 firmware package for the STEVAL-ESC001V1 board includes the application code to support

More information

Hardware Platforms and Sensors

Hardware Platforms and Sensors Hardware Platforms and Sensors Tom Spink Including material adapted from Bjoern Franke and Michael O Boyle Hardware Platform A hardware platform describes the physical components that go to make up a particular

More information

Training Schedule. Robotic System Design using Arduino Platform

Training Schedule. Robotic System Design using Arduino Platform Training Schedule Robotic System Design using Arduino Platform Session - 1 Embedded System Design Basics : Scope : To introduce Embedded Systems hardware design fundamentals to students. Processor Selection

More information

JTAG pins do not have internal pull-ups enabled at power-on reset. JTAG INTEST instruction does not work

JTAG pins do not have internal pull-ups enabled at power-on reset. JTAG INTEST instruction does not work STELLARIS ERRATA Stellaris LM3S2110 RevA2 Errata This document contains known errata at the time of publication for the Stellaris LM3S2110 microcontroller. The table below summarizes the errata and lists

More information

Hello and welcome to this Renesas Interactive Course that provides an overview of the timers found on RL78 MCUs.

Hello and welcome to this Renesas Interactive Course that provides an overview of the timers found on RL78 MCUs. Hello and welcome to this Renesas Interactive Course that provides an overview of the timers found on RL78 MCUs. 1 The purpose of this course is to provide an introduction to the RL78 timer Architecture.

More information

GUJARAT TECHNOLOGICAL UNIVERSITY, AHMEDABAD, GUJARAT COURSE CURRICULUM. Course Title: AC CIRCUITS (Code: )

GUJARAT TECHNOLOGICAL UNIVERSITY, AHMEDABAD, GUJARAT COURSE CURRICULUM. Course Title: AC CIRCUITS (Code: ) GUJARAT TECHNOLOGICAL UNIVERSITY, AHMEDABAD, GUJARAT COURSE CURRICULUM Course Title: AC CIRCUITS (Code: 3330901) Diploma Programme in which this course is offered Electrical Engineering Semester in which

More information

Iowa State University Electrical and Computer Engineering. E E 452. Electric Machines and Power Electronic Drives

Iowa State University Electrical and Computer Engineering. E E 452. Electric Machines and Power Electronic Drives Electrical and Computer Engineering E E 452. Electric Machines and Power Electronic Drives Laboratory #5 Buck Converter Embedded Code Generation Summary In this lab, you will design the control application

More information

Day #1. Cortex-M3 Architecture. STM32 Tools Overview. STM32F1 In Details

Day #1. Cortex-M3 Architecture. STM32 Tools Overview. STM32F1 In Details Designing with STM32F10x תיאור הקורס קורס זה הינו הקורס הרישמי של חברת.ST הקורס מספק את כל הידע התיאורטי והמעשי למהנדסי תוכנה וחומרה הרוצים לפתח בסביבת מעבד. ST מבית STM32F10x הקורס מתחיל בהצגת משפחת המיקרו-בקרים,STM32

More information

IV Semester. Sl. No. Subject Code Subject Credits

IV Semester. Sl. No. Subject Code Subject Credits IV Semester Sl. No. Subject Code Subject Credits 1 UMAXXXC Engineering Mathematics IV 4.0 2 UEC412C Signals and Systems 4.0 3 UEC413C Linear Integrated Circuits 4.0 4 UEC414C 8051 Microcontroller and Embedded

More information

VC7300-Series Product Brief

VC7300-Series Product Brief VC7300-Series Product Brief Version: 1.0 Release Date: Jan 16, 2019 Specifications are subject to change without notice. 2018 Vertexcom Technologies, Inc. This document contains information that is proprietary

More information

GUJARAT TECHNOLOGICAL UNIVERSITY, AHMEDABAD, GUJARAT COURSE CURRICULUM. Course Title: ELECTRONICS COMPONENTS AND CIRCUITS (Code: )

GUJARAT TECHNOLOGICAL UNIVERSITY, AHMEDABAD, GUJARAT COURSE CURRICULUM. Course Title: ELECTRONICS COMPONENTS AND CIRCUITS (Code: ) GUJARAT TECHNOLOGICAL UNIVERSITY, AHMEDABAD, GUJARAT COURSE CURRICULUM Course Title: ELECTRONICS COMPONENTS AND CIRCUITS (Code: 3330905) Diploma Programme in which this course is offered Electrical Engineering

More information

Management of Home Appliances with Variation in Environment Aisha Jilani, Sahar Sultan, Intesar Ahmed and Sajjad Rabbani

Management of Home Appliances with Variation in Environment Aisha Jilani, Sahar Sultan, Intesar Ahmed and Sajjad Rabbani Management of Home Appliances with Variation in Environment Aisha Jilani, Sahar Sultan, Intesar Ahmed and Sajjad Rabbani Abstract Aim of this research is to help a remote user to remain in touch with what

More information

READ THIS FIRST: *One physical piece of 8.5x11 paper (you may use both sides). Notes must be handwritten.

READ THIS FIRST: *One physical piece of 8.5x11 paper (you may use both sides). Notes must be handwritten. READ THIS FIRST: We recommend first trying this assignment in a single sitting. The midterm exam time period is 80 minutes long. Find a quiet place, grab your cheat sheet* and a pencil, and set a timer.

More information

STELLARIS ERRATA. Stellaris LM3S8962 RevA2 Errata

STELLARIS ERRATA. Stellaris LM3S8962 RevA2 Errata STELLARIS ERRATA Stellaris LM3S8962 RevA2 Errata This document contains known errata at the time of publication for the Stellaris LM3S8962 microcontroller. The table below summarizes the errata and lists

More information

3.3V regulator. JA H-bridge. Doc: page 1 of 7

3.3V regulator. JA H-bridge. Doc: page 1 of 7 Cerebot Reference Manual Revision: February 9, 2009 Note: This document applies to REV B-E of the board. www.digilentinc.com 215 E Main Suite D Pullman, WA 99163 (509) 334 6306 Voice and Fax Overview The

More information

Cortex-M3 based Prepaid System with Electricity Theft Control

Cortex-M3 based Prepaid System with Electricity Theft Control RESEARCH ARTICLE OPEN ACCESS Cortex-M3 based Prepaid System with Electricity Theft Control Sudhakar Ajmera 1, Abdul Subhani Shaik 2 1 M.Tech, Dept of ECE, CMR College of Engineering & Technology(Autonomous),

More information

AN4507 Application note

AN4507 Application note Application note PWM resolution enhancement through a dithering technique for STM32 advanced-configuration, general-purpose and lite timers Introduction Nowadays power-switching electronics exhibit remarkable

More information

Hello, and welcome to this presentation of the STM32 Infrared Timer. Features of this interface allowing the generation of various IR remote control

Hello, and welcome to this presentation of the STM32 Infrared Timer. Features of this interface allowing the generation of various IR remote control Hello, and welcome to this presentation of the STM32 Infrared Timer. Features of this interface allowing the generation of various IR remote control protocols will be presented. 1 The Infrared Timer peripheral

More information

Stellaris ARM Cortex -M4F Training. Peripheral Overview

Stellaris ARM Cortex -M4F Training. Peripheral Overview Stellaris ARM Cortex -M4F Training Peripheral Overview 1 Agenda Stellaris LM4F General Specifications Features of ARM Cortex -M4F Other System Features Low Power Features Watchdog Timers Timers and GPIOs

More information

EMBEDDED SYSTEM DESIGN FOR A DIGITAL MULTIMETER USING MOTOROLA HCS12 MICROCONTROLLER

EMBEDDED SYSTEM DESIGN FOR A DIGITAL MULTIMETER USING MOTOROLA HCS12 MICROCONTROLLER EMBEDDED SYSTEM DESIGN FOR A DIGITAL MULTIMETER USING MOTOROLA HCS12 MICROCONTROLLER A Thesis Submitted in partial Fulfillment Of the Requirements of the Degree of Bachelor of Technology In Electronics

More information

STM32L151xC STM32L152xC

STM32L151xC STM32L152xC STM32L151xC STM32L152xC Ultralow power ARM-based 32-bit MCU with 256 KB Flash, RTC, LCD, USB, analog functions, 10 serial ports, memory I/F Features Operating conditions Operating power supply range: 1.65

More information

GUJARAT TECHNOLOGICAL UNIVERSITY, AHMEDABAD, GUJARAT

GUJARAT TECHNOLOGICAL UNIVERSITY, AHMEDABAD, GUJARAT GUJARAT TECHNOLOGICAL UNIVERSITY, AHMEDABAD, GUJARAT COURSE CURRICULUM COURSE TITLE: POWER ELECTRONICS (COURSE CODE: 3350903) Diploma Programme in which this course is offered Semester in which offered

More information

SPI Slave to PWM Generation

SPI Slave to PWM Generation April 2011 Introduction Reference Design RD1107 Pulse-width modulation (PWM) uses a rectangular pulse wave whose pulse width is modulated resulting in the variation of the average value of the waveform.

More information

UM0791 User manual. Demonstration firmware for the DMX-512 communication protocol receiver based on the STM32F103Zx. Introduction

UM0791 User manual. Demonstration firmware for the DMX-512 communication protocol receiver based on the STM32F103Zx. Introduction User manual Demonstration firmware for the DMX-512 communication protocol receiver based on the STM32F103Zx Introduction This document describes how to use the demonstration firmware for the DMX-512 communication

More information

CprE 288 Introduction to Embedded Systems (Output Compare and PWM) Instructors: Dr. Phillip Jones

CprE 288 Introduction to Embedded Systems (Output Compare and PWM) Instructors: Dr. Phillip Jones CprE 288 Introduction to Embedded Systems (Output Compare and PWM) Instructors: Dr. Phillip Jones 1 Announcements HW8: Due Sunday 10/29 (midnight) Exam 2: In class Thursday 11/9 This object detection lab

More information

AN3332 Application note

AN3332 Application note Application note Generating PWM signals using STM8S-DISCOVERY Application overview This application user manual provides a short description of how to use the Timer 2 peripheral (TIM2) to generate three

More information

Hello, and welcome to this presentation of the STM32 Digital Filter for Sigma-Delta modulators interface. The features of this interface, which

Hello, and welcome to this presentation of the STM32 Digital Filter for Sigma-Delta modulators interface. The features of this interface, which Hello, and welcome to this presentation of the STM32 Digital Filter for Sigma-Delta modulators interface. The features of this interface, which behaves like ADC with external analog part and configurable

More information

Modeling, Simulation and Implementation of Speed Control of DC Motor Using PIC 16F877A

Modeling, Simulation and Implementation of Speed Control of DC Motor Using PIC 16F877A Modeling, Simulation and Implementation of Speed Control of DC Motor Using PIC 16F877A Payal P.Raval 1, Prof.C.R.mehta 2 1 PG Student, Electrical Engg. Department, Nirma University, SG Highway, Ahmedabad,

More information

2.0 Discussion: 2.1 Approach:

2.0 Discussion: 2.1 Approach: 2.0 Discussion: 2.1 Approach: The design for a Power Monitor and Data Logging System is comprised of two major components: the Power Meter and the Data Logger. The Power Meter is the package that plugs

More information

STM32L100RC. Ultra-low-power 32b MCU ARM -based Cortex -M3, 256KB Flash, 16KB SRAM, 4KB EEPROM, LCD, USB, ADC, DAC, memory I/F.

STM32L100RC. Ultra-low-power 32b MCU ARM -based Cortex -M3, 256KB Flash, 16KB SRAM, 4KB EEPROM, LCD, USB, ADC, DAC, memory I/F. Ultra-low-power 32b MCU ARM -based Cortex -M3, 256KB Flash, 16KB SRAM, 4KB EEPROM, LCD, USB, ADC, DAC, memory I/F Features Datasheet production data Ultra-low-power platform 1.65 V to 3.6 V power supply

More information

AN4277 Application note

AN4277 Application note Application note Using STM32 device PWM shut-down features for motor control and digital power conversion Introduction The purpose of this application note is to describe the STM32 device timer break feature

More information

802.11g Wireless Sensor Network Modules

802.11g Wireless Sensor Network Modules RFMProducts are now Murata Products Small Size, Integral Antenna, Light Weight, Low Cost 7.5 µa Sleep Current Supports Battery Operation Timer and Event Triggered Auto-reporting Capability Analog, Digital,

More information

Hashemite University Faculty of Engineering Mechatronics Engineering Department. Microprocessors and Microcontrollers Laboratory

Hashemite University Faculty of Engineering Mechatronics Engineering Department. Microprocessors and Microcontrollers Laboratory Hashemite University Faculty of Engineering Mechatronics Engineering Department Microprocessors and Microcontrollers Laboratory The Hashemite University Faculty of Engineering Department of Mechatronics

More information

GUJARAT TECHNOLOGICAL UNIVERSITY, AHMEDABAD, GUJARAT COURSE CURRICULUM COURSE TITLE: INFORMATION COMMUNICATION NETWORKS (COURSE CODE: )

GUJARAT TECHNOLOGICAL UNIVERSITY, AHMEDABAD, GUJARAT COURSE CURRICULUM COURSE TITLE: INFORMATION COMMUNICATION NETWORKS (COURSE CODE: ) GUJARAT TECHNOLOGICAL UNIVERSITY, AHMEDABAD, GUJARAT COURSE CURRICULUM COURSE TITLE: INFORMATION COMMUNICATION NETWORKS (COURSE CODE: 3351601) Diploma Program in which this course is offered Information

More information

STM32L010F4 STM32L010K4

STM32L010F4 STM32L010K4 STM32L010F4 STM32L010K4 Value line ultra-low-power 32-bit MCU Arm -based Cortex -M0+, 16-Kbyte Flash memory, 2-Kbyte SRAM, 128-byte EEPROM, ADC Datasheet - production data Features Ultra-low-power platform

More information

STM32L100x6/8/B-A. Ultra-low-power 32-bit MCU ARM -based Cortex -M3, 128KB Flash, 16KB SRAM, 2KB EEPROM, LCD, USB, ADC, DAC.

STM32L100x6/8/B-A. Ultra-low-power 32-bit MCU ARM -based Cortex -M3, 128KB Flash, 16KB SRAM, 2KB EEPROM, LCD, USB, ADC, DAC. STM32L100x6/8/B-A Ultra-low-power 32-bit MCU ARM -based Cortex -M3, 128KB Flash, 16KB SRAM, 2KB EEPROM, LCD, USB, ADC, DAC Features Datasheet - production data Ultra-low-power platform 1.8 V to 3.6 V power

More information

STM32L053C6 STM32L053C8 STM32L053R6 STM32L053R8

STM32L053C6 STM32L053C8 STM32L053R6 STM32L053R8 STM32L053C6 STM32L053C8 STM32L053R6 STM32L053R8 Ultra-low-power 32-bit MCU Arm -based Cortex -M0+, up to 64KB Flash, 8KB SRAM, 2KB EEPROM, LCD, USB, ADC, DAC Datasheet - production data Features Ultra-low-power

More information

Four Quadrant Speed Control of DC Motor with the Help of AT89S52 Microcontroller

Four Quadrant Speed Control of DC Motor with the Help of AT89S52 Microcontroller Four Quadrant Speed Control of DC Motor with the Help of AT89S52 Microcontroller Rahul Baranwal 1, Omama Aftab 2, Mrs. Deepti Ojha 3 1,2, B.Tech Final Year (Electronics and Communication Engineering),

More information

NuMicro Family M051 DN/DE Series Product Brief

NuMicro Family M051 DN/DE Series Product Brief SERIES PRODUCT BRIEF ARM Cortex -M0 32-bit Microcontroller NuMicro Family Series Product Brief The information described in this document is the exclusive intellectual property of Nuvoton Technology Corporation

More information

Design and Implementation of AT Mega 328 microcontroller based firing control for a tri-phase thyristor control rectifier

Design and Implementation of AT Mega 328 microcontroller based firing control for a tri-phase thyristor control rectifier Design and Implementation of AT Mega 328 microcontroller based firing control for a tri-phase thyristor control rectifier 1 Mr. Gangul M.R PG Student WIT, Solapur 2 Mr. G.P Jain Assistant Professor WIT,

More information

RF4432 wireless transceiver module

RF4432 wireless transceiver module 1. Description www.nicerf.com RF4432 RF4432 wireless transceiver module RF4432 adopts Silicon Lab Si4432 RF chip, which is a highly integrated wireless ISM band transceiver. The features of high sensitivity

More information

Hello, and welcome to this presentation of the STM32L4 comparators. It covers the main features of the ultra-lowpower comparators and some

Hello, and welcome to this presentation of the STM32L4 comparators. It covers the main features of the ultra-lowpower comparators and some Hello, and welcome to this presentation of the STM32L4 comparators. It covers the main features of the ultra-lowpower comparators and some application examples. 1 The two comparators inside STM32 microcontroller

More information

THE DESIGN OF ENERGY-EFFICIENT MONITORING TERMINALFOR POWER SUPPLY AND DISTRIBUTION SYSTEM OF ENTERPRISE BASED ON STM32

THE DESIGN OF ENERGY-EFFICIENT MONITORING TERMINALFOR POWER SUPPLY AND DISTRIBUTION SYSTEM OF ENTERPRISE BASED ON STM32 THE DESIGN F ENERGY-EFFICIENT MNITRING TERMINALFR PWER SUPPLY AND DISTRIBUTIN SYSTEM F ENTERPRISE BASED N STM32 1 XIA HAIHNG, 2 CHEN TA 1 Assoc Prof., School of Electrical information Engineering, Henan

More information

Ultra-low-power 32-bit MCU Arm -based Cortex -M0+, up to 192KB Flash, 20KB SRAM, 6KB EEPROM, LCD, USB, ADC, DACs. UFBGA100 7x7 mm.

Ultra-low-power 32-bit MCU Arm -based Cortex -M0+, up to 192KB Flash, 20KB SRAM, 6KB EEPROM, LCD, USB, ADC, DACs. UFBGA100 7x7 mm. STM32L073x8 STM32L073xB STM32L073xZ Ultra-low-power 32-bit MCU Arm -based Cortex -M0+, up to 192KB Flash, 20KB SRAM, 6KB EEPROM, LCD, USB, ADC, DACs Datasheet - production data Features Ultra-low-power

More information

Utilizing the Trigger Routing Unit for System Level Synchronization

Utilizing the Trigger Routing Unit for System Level Synchronization Engineer-to-Engineer Note EE-360 Technical notes on using Analog Devices DSPs, processors and development tools Visit our Web resources http://www.analog.com/ee-notes and http://www.analog.com/processors

More information

ADVANCED EMBEDDED MONITORING SYSTEM FOR ELECTROMAGNETIC RADIATION

ADVANCED EMBEDDED MONITORING SYSTEM FOR ELECTROMAGNETIC RADIATION 98 Chapter-5 ADVANCED EMBEDDED MONITORING SYSTEM FOR ELECTROMAGNETIC RADIATION 99 CHAPTER-5 Chapter 5: ADVANCED EMBEDDED MONITORING SYSTEM FOR ELECTROMAGNETIC RADIATION S.No Name of the Sub-Title Page

More information

GUJARAT TECHNOLOGICAL UNIVERSITY, AHMEDABAD, GUJARAT COURSE CURRICULUM COURSE TITLE: COMPUTER INTEGRATED MANUFACTURING ( COURSE CODE: )

GUJARAT TECHNOLOGICAL UNIVERSITY, AHMEDABAD, GUJARAT COURSE CURRICULUM COURSE TITLE: COMPUTER INTEGRATED MANUFACTURING ( COURSE CODE: ) GUJARAT TECHNOLOGICAL UNIVERSITY, AHMEDABAD, GUJARAT COURSE CURRICULUM COURSE TITLE: COMPUTER INTEGRATED MANUFACTURING ( COURSE CODE: 3385506 ) Diploma Programme in which this course is offered Fabrication

More information

DASL 120 Introduction to Microcontrollers

DASL 120 Introduction to Microcontrollers DASL 120 Introduction to Microcontrollers Lecture 2 Introduction to 8-bit Microcontrollers Introduction to 8-bit Microcontrollers Introduction to 8-bit Microcontrollers Introduction to Atmel Atmega328

More information

Ultra-low-power 32-bit MCU ARM-based Cortex -M3, 128KB Flash, 16KB SRAM, 4KB EEPROM, LCD, USB, ADC, DAC. STM32L151x6/8/B. STM32L152x6/.

Ultra-low-power 32-bit MCU ARM-based Cortex -M3, 128KB Flash, 16KB SRAM, 4KB EEPROM, LCD, USB, ADC, DAC. STM32L151x6/8/B. STM32L152x6/. STM32L15xx6/8/B Ultra-low-power 32-bit MCU ARM-based Cortex -M3, 128KB Flash, 16KB SRAM, 4KB EEPROM, LCD, USB, ADC, DAC Features Datasheet - production data Ultra-low-power platform 1.65 V to 3.6 V power

More information

STM32L151xE STM32L152xE

STM32L151xE STM32L152xE STM32L151xE STM32L152xE Ultra-low-power 32-bit MCU ARM -based Cortex -M3 with 512KB Flash, 80KB SRAM, 16KB EEPROM, LCD, USB, ADC, DAC Features Datasheet - production data Ultra-low-power platform 1.65

More information

MICROCONTROLLER TUTORIAL II TIMERS

MICROCONTROLLER TUTORIAL II TIMERS MICROCONTROLLER TUTORIAL II TIMERS WHAT IS A TIMER? We use timers every day - the simplest one can be found on your wrist A simple clock will time the seconds, minutes and hours elapsed in a given day

More information

STM32F051x4 STM32F051x6 STM32F051x8

STM32F051x4 STM32F051x6 STM32F051x8 4 STM32F051x6 STM32F051x8 Low- and medium-density advanced ARM -based 32-bit MCU with 16 to 64 Kbytes Flash, timers, ADC, DAC and comm. interfaces Features Datasheet production data Operating conditions:

More information

Motor Control using NXP s LPC2900

Motor Control using NXP s LPC2900 Motor Control using NXP s LPC2900 Agenda LPC2900 Overview and Development tools Control of BLDC Motors using the LPC2900 CPU Load of BLDCM and PMSM Enhancing performance LPC2900 Demo BLDC motor 2 LPC2900

More information

AN0026.1: EFM32 and EFR32 Wireless SOC Series 1 Low Energy Timer

AN0026.1: EFM32 and EFR32 Wireless SOC Series 1 Low Energy Timer AN0026.1: EFM32 and EFR32 Wireless SOC Series 1 Low Energy Timer This application note gives an overview of the Low Energy Timer (LETIMER) and demonstrates how to use it on the EFM32 and EFR32 wireless

More information

I hope you have completed Part 2 of the Experiment and is ready for Part 3.

I hope you have completed Part 2 of the Experiment and is ready for Part 3. I hope you have completed Part 2 of the Experiment and is ready for Part 3. In part 3, you are going to use the FPGA to interface with the external world through a DAC and a ADC on the add-on card. You

More information

GUJARAT TECHNOLOGICAL UNIVERSITY, AHMEDABAD, GUJARAT COURSE CURRICULUM. Course Title: Electronics Instruments and Measurement (Code: )

GUJARAT TECHNOLOGICAL UNIVERSITY, AHMEDABAD, GUJARAT COURSE CURRICULUM. Course Title: Electronics Instruments and Measurement (Code: ) GUJARAT TECHNOLOGICAL UNIVERSITY, AHMEDABAD, GUJARAT COURSE CURRICULUM Course Title: Electronics Instruments and Measurement (Code: 3341104) Diploma Programme in which this course is offered Electronics

More information

Embedded Voice Announcement Ultrasonic Distance Meter and. University Lab Teaching Reformation

Embedded Voice Announcement Ultrasonic Distance Meter and. University Lab Teaching Reformation 5th International Conference on Measurement, Instrumentation and Automation (ICMIA 2016) Embedded Voice Announcement Ultrasonic Distance Meter and University Lab Teaching Reformation Yu ZHANG1,a, Xinyu

More information

INSTITUTO SUPERIOR TÉCNICO. Architectures for Embedded Computing

INSTITUTO SUPERIOR TÉCNICO. Architectures for Embedded Computing UNIVERSIDADE TÉCNICA DE LISBOA INSTITUTO SUPERIOR TÉCNICO Departamento de Engenharia Informática Architectures for Embedded Computing MEIC-A, MEIC-T, MERC Lecture Slides Version 3.0 - English Lecture 23

More information

STM32 PMSM FOC SDK v3.2. 蒋建国 MCU Application Great China

STM32 PMSM FOC SDK v3.2. 蒋建国 MCU Application Great China STM32 PMSM FOC SDK v3.2 蒋建国 MCU Application Great China Agenda 2 1 st day Morning Overview Key message Basics Feature Performance Hardware support Tools STM32 MC Workbench SDK components Architectural

More information

Low Power Microphone Acquisition and Processing for Always-on Applications Based on Microcontrollers

Low Power Microphone Acquisition and Processing for Always-on Applications Based on Microcontrollers Low Power Microphone Acquisition and Processing for Always-on Applications Based on Microcontrollers Architecture I: standalone µc Microphone Microcontroller User Output Microcontroller used to implement

More information

MICROPROCESSOR TECHNICS II

MICROPROCESSOR TECHNICS II AGH University of Science and Technology Faculty of Computer Science, Electronics and Telecommunication Department of Electronics MICROPROCESSOR TECHNICS II Tutorial 5 Combining ADC & PWM Mariusz Sokołowski

More information

International Journal of Advanced Research in Electrical, Electronics and Instrumentation Engineering. (An ISO 3297: 2007 Certified Organization)

International Journal of Advanced Research in Electrical, Electronics and Instrumentation Engineering. (An ISO 3297: 2007 Certified Organization) International Journal of Advanced Research in Electrical, Electronics Device Control Using Intelligent Switch Sreenivas Rao MV *, Basavanna M Associate Professor, Department of Instrumentation Technology,

More information

NuMicro NUC029 Series Product Brief

NuMicro NUC029 Series Product Brief NuMicro NUC029 Series Product Brief The information described in this document is the exclusive intellectual property of Nuvoton Technology Corporation and shall not be reproduced without permission from

More information

SmartFusion csoc: Enhancing Analog Front-End Performance Using Oversampling and Fourth- Order Sigma-Delta Modulator

SmartFusion csoc: Enhancing Analog Front-End Performance Using Oversampling and Fourth- Order Sigma-Delta Modulator Application Note AC375 SmartFusion csoc: Enhancing Analog Front-End Performance Using Oversampling and Fourth- Order Sigma-Delta Modulator Table of Contents Introduction................................................

More information

NuMicro Family Mini57 Series Datasheet

NuMicro Family Mini57 Series Datasheet ARM Cortex -M0 32-bit Microcontroller NuMicro Family Series Datasheet The information described in this document is the exclusive intellectual property of Nuvoton Technology Corporation and shall not be

More information

Peripheral Link Driver for ADSP In Embedded Control Application

Peripheral Link Driver for ADSP In Embedded Control Application Peripheral Link Driver for ADSP-21992 In Embedded Control Application Hany Ferdinando Jurusan Teknik Elektro Universitas Kristen Petra Siwalankerto 121-131 Surabaya 60236 Phone: +62 31 8494830, fax: +62

More information

ZKit-51-V664, 8051 Development Kit

ZKit-51-V664, 8051 Development Kit ZKit-51-V664, 8051 Development Kit User Manual 2.0, Oct 2013 This work is licensed under the Creative Commons Attribution-Share Alike 2.5 India License. To view a copy of this license, visit http://creativecommons.org/licenses/by-sa/2.5/in/

More information

Catalog

Catalog Catalog 1. Description... - 3-2. Features... - 3-3. Application... - 3-4. Electrical specifications...- 4-5. Schematic... - 4-6. Pin Configuration... - 5-7. Antenna... - 6-8. Mechanical Dimension(Unit:

More information

Automation of DC Motor Control using PWM Technique for thin film deposition

Automation of DC Motor Control using PWM Technique for thin film deposition Journal homepage: wwwmjretin ISSN:2348-6953 Automation of DC Motor Control using PWM Technique for thin film deposition 1 Akshaykumar A Nandi, 2 RBShettar, 3 Vaishali BM 4 Vinay Patil 1 Student, E & C

More information

GUJARAT TECHNOLOGICAL UNIVERSITY

GUJARAT TECHNOLOGICAL UNIVERSITY GUJARAT TECHNOLOGICAL UNIVERSITY POWER ELECTRONICS (24) HIGH VOLTAGE ENGINEERING SUBJECT CODE: 2162411 BE 6 th SEMESTER Type of Course: Engineering Science (Electrical) Prerequisite: NA Rationale: The

More information

STM32F318C8 STM32F318K8

STM32F318C8 STM32F318K8 STM32F318C8 STM32F318K8 ARM -based Cortex -M4 32-bit MCU+FPU, 64 KB Flash, 16 KB SRAM, ADC, DAC, 3 COMP, Op-Amp, 1.8 V Datasheet - production data Features Core: ARM 32-bit Cortex -M4 CPU with FPU (72

More information

Green Electronics Library Documentation

Green Electronics Library Documentation Green Electronics Library Documentation Ned Danyliw September 30, 2016 1 Introduction The Green Electronics libraries provide a simplified interface to the STM32F3 microcontroller for the labs in this

More information

STM32L031x4 STM32L031x6

STM32L031x4 STM32L031x6 STM32L031x4 STM32L031x6 Access line ultra-low-power 32-bit MCU ARM -based Cortex -M0+, up to 32KB Flash, 8KB SRAM, 1KB EEPROM, ADC Datasheet - production data Features Ultra-low-power platform 1.65 V to

More information

The Development and Application of High Compression Ratio Methanol Engine ECU

The Development and Application of High Compression Ratio Methanol Engine ECU National Conference on Information Technology and Computer Science (CITCS 2012) The Development and Application of High Compression Ratio Methanol Engine ECU Hong Bin, 15922184696 hongbinlqyun@163.com

More information

Application - Power Factor Correction (PFC) with XMC TM. XMC microcontrollers July 2016

Application - Power Factor Correction (PFC) with XMC TM. XMC microcontrollers July 2016 Application - Power Factor Correction (PFC) with XMC TM XMC microcontrollers July 2016 Agenda 1 Key features 2 Specification 3 System block diagram 4 Software overview 5 Highlight MCU features 6 CCM PFC

More information

STM32L062K8 STM32L062T8

STM32L062K8 STM32L062T8 STM32L062K8 STM32L062T8 Ultra-low-power 32-bit MCU Arm -based Cortex -M0+, 64 KB Flash, 8 KB SRAM, 2 KB EEPROM,USB, ADC, DAC, AES Datasheet - production data Features Ultra-low-power platform 1.65 V to

More information