Watchdog Timer In STM32

Overview In this tutorial, we will see how to use IWDG (Independent Monitor) and WWDG (Window Monitor) in STM32. Both monitors are used for a similar purpose, but the difference is in their implementation. The main difference between the two is that a standalone watcher can be reset at any time before it times out,…

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

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

How to read from multiple channels of the ADC on a TMS320F28379D?

Introduction Analog to Digital Converters (ADC) translate Analog electrical signals for data processing purposes. With products matching performance, power, cost, and size needs, Analog Devices offers the industry’s largest A/D converter portfolio. As the world’s leading provider, these data converters enable accurate and reliable conversion performance in a range of applications such as communications, energy,…

Read More

LED Interfacing with 8051

Introduction Hi everyone, in this article we will see how to interface LED with 8051 using Keil IDE and proteus. Components Required LED Light Emitting Diode. These are the semiconductor light sources, Commonly used LEDs will have a cut-off voltage of 1.7V and current of 10mA. When an LED is applied with its required voltage…

Read More