VLSI career

VLSI (Very Large Scale Integrated Circuits) is an industry which deals with the IC level systems. This industry creates an IC by combining millions of MoS transistors on a single wafer. In this Industry there are many designations to choose. Designing Team (RTL Design) Verification Team Synthesis Team DFT Team Physical Design Team Layout Team…

Read More

How to Interface Button with 8051

Introduction Hi guys in this article we will see how to interface switch with 8051 microcontroller. Whenever the switch is pressed LED glows. Let’s see how to do it. Components Required 8051 Microcontroller – 1 8051 Program Dumper- 1 LED – 1 Push Button – 1 Breadboard – 1 Jumper wires Switch Input/output devices are…

Read More

Arduino UNO

Arduino Uno Arduino Uno is a development board. It is flexible with any sensors and modules (for example: Ultrasonic, IR, lm35, GSM module, GPS module, etc.,). Arduino UNO Board Arduino Specifications: Microcontroller is ATmega328 Atmega328 is 28 pin IC Operating Voltage 5V Input Voltage 7-12V (External power supply not USB) Digital I/O Pins are 14 …

Read More

CAN Communication Using TMS320

Introduction The CAN bus was developed by BOSCH (1) as a mufti-master, message broadcast system that specifies a maximum signalling rate of 1 megabit per second (bps). Unlike a traditional network such as USB or Ethernet, CAN does not send large blocks of data point-to-point from node A to node B under the supervision of…

Read More

MATLAB BASICS

Variables No need for types. i.e., All variables are created with double precision unless specified and they are matrices. After these statements, the variables are 1×1 matrices with double precision Array, Matrix a vector x = [1 2 5 1] a matrix x = [1 2 3; 5 1 4; 3 2 -1] transpose y…

Read More

PROGRAM STM32 WITH UART

Program STM32F4 with UART STM32F3 devices have a great feature. They can be programmed with the only USB to UART converter. Each device has a bootloader inside, which supports UART programming. This is not a very great method for Discovery boards, because they have a better and faster solution onboard, ST-link. But if you are…

Read More

ADC Excellence: TMS320F28069 Interrupts for Ultimate Control

Overview The Analog-to-Digital Converter (ADC) module of the TMS320F28069 microcontroller, a flexible embedded system powerhouse, is an essential part. The ability to convert analog signals into digital data is made possible by this module, which is a critical capability for a variety of applications, from sensor interface to data collecting. To ensure accurate voltage readings,…

Read More