Portable spectrum analyzers have become a common choice for radio interference detection and analysis, especially for on-site interference troubleshooting and tracking and positioning applications, du...
With the increasing application of FPGAs and the increase in FPGA capacity and functions, FPGA verification methods and tools have become increasingly important. The complexity of FPGA verification re...
[i=s]This post was last edited by qwqwqw2088 on 2019-10-25 08:32[/i]The reference design implements Class 0.1 split-phase energy metering using high-performance, multi-channel analog-to-digital conver...
[Xianji HPM6750 Review] HPM SDK Development Environment Construction and Hello World
In the previous post, we introduced how to download the materials needed for HPM6750 development, including the dev...
[i=s]This post was last edited by Jacktang on 2019-10-10 21:35[/i]The state machine switching diagram of the terminal device during operation is as follows. This diagram comes from Figure 5 in the doc...
Some time ago, I bought a toy from Hasbro. Yes, it is the protagonist of today, Bumblebee. The manufacturer is really honest! It is indeed a toy... It is a toy no matter how you look at it... Oh... Th...
In order to be able to monitor a large number of loads online. Many companies have earlier developed comprehensive distribution measurement and control instruments based on single-chip microcomputer ...[Details]
STMicroelectronics has teamed up with Virscient , a provider of hardware and software development servicessupportautomakers in developing automotive solutions using ST’s Telemaco3P in-vehicle...[Details]
The new coronavirus epidemic has impacted the manufacturing industry's post-holiday resumption of work. In order to encourage employees to return to work as soon as possible, Foxconn has ...[Details]
There are many ways to communicate between the microcontroller and the PC. The following program mainly uses the asynchronous serial communication of the 51 microcontroller.
1.51 MCU serial communi...[Details]
This time, the microcontroller is used to simulate the I2C bus protocol through software, and read and write the AT24C02 EEPROM based on the I2C protocol. For specific instructions and functions, see...[Details]
12th IoT Expo provides forum to help accelerate development of new applications ON Semiconductor, driving energy-efficient innovations, will showcase its power, sensing, connectivity and actuation ...[Details]
Introduction to microcontroller pins 1. Power pin ●VSS: Ground. ●VCC: external 5V power supply. 2. External crystal oscillator pin ●XTAL1: When the microcontroller uses the internal oscillation c...[Details]
MathWorks Corporation and Infineon Technologies AG recently announced the launch of a hardware support package for MathWorks Simulink® products, designed to provide Infineon’s latest AURIX ™ TC4x fa...[Details]
1 Introduction
Washing machines are an indispensable household appliance in the home, and they are developing very fast. Fully automatic washing machines are favored by everyone because of their con...[Details]
1. UART Principle UART, Universal Asynchronous Receive Transmitter, is used to transmit serial data: when sending data, the CPU writes parallel data into UART, and UART sends it serially on one wire ...[Details]
ABB robots are intelligent devices widely used in the field of industrial automation, with high flexibility and reliability. In the programming and operation of ABB robots, movej and movel are two ...[Details]
PORT Change Interrupt PIC 16f877A The microcontroller source program is as follows: #define LED_1 PORTd.b0 #define LED_2 PORTd.b1 void interrupt() { if(INTCON.RBIF) { INTCON....[Details]
Based on Xunwei 4412 development board: Plug in the USB drive usb 1-3.3: Product: DataTraveler 3.0 usb 1-3.3 : Manufacturer : Kingston sd 3 :0:0:0: 60632064 512-byte logical blocks: (31.0 GB/28.9...[Details]
tools -Application Builder.
After selecting Enable for Watchdog Timer, select Clock on the right. Automatically generate the data required for Watchdog Timer
//ICC-AVR application builder : 2009-1...[Details]