The TMS320C6713 external FLASH and SDRAM program is divided into 3 parts: 1K bootload assembly program basic communication program algorithm main program. After power-on, EDMA automatically loads 1K b...
This article is from the official website of Feiling Embeddedwww.witech.com.cn VXWORKS is the most stable and reliable embedded real-time operating system today. TE6410, as a high-end embedded develop...
Banner Postiion End Recently, high-speed wireless broadband service provider Clearwire announced a series of transactions with Intel and Motorola, including Clearwire's $900 million in financing, incl...
Last time I got an adjustable power supply PCB board, but I never had time to solder it. Now I have time. I have a few questions: 1. How big should C1 and C8 be, and how high should their withstand vo...
I want to send good to the MCU through the serial debugging assistant, and then the MCU replies OK. The program in U0C0.c is as follows: Sending good can indeed reply OK, but sending g also replies OK...
As far as the 51 series is concerned, the voltage of the microcontroller is divided into 3.3V and 5V. The allowable voltage values of each IO port when inputting and outputting high and low levels can...
ZTE
The communication embargo incident has impacted the communication industry and sounded the alarm for the semiconductor industry. Let's follow the embedded editor to learn more about the r...[Details]
Recently, the US embargo on ZTE has attracted much attention. Let's take a look at the relevant content with the automotive electronics editor. On April 16, local time, the U.S. Department of Co...[Details]
This part of the code in the void SystemClock_Config(void) function in the main file generated by stm32cubemx RCC_OscInitStruct.OscillatorType = RCC_OSCILLATORTYPE_HSE; This bug occurs, and the f...[Details]
Since China began to try to produce panels independently in 1998, in 2018, China's panel industry has gradually upgraded from a marginal industry to the largest production scale. Especially in the ...[Details]
I rewrote the main part of this program. The program uses the watchdog as a normal timer and scans the digital tubes in the watchdog interrupt. In addition, I added a display buffer. If you want to d...[Details]
This routine is also a classic routine on the development board. I modified the framework of the program to make it more suitable for future calls. The specific 4*4 keyboard scanning principle is rel...[Details]
1. Introduction to MC68K CPU The MC683xx series of microcontrollers are composed of the famous MOTOROLA 32-bit microprocessors such as MC68K, 68020, 68040, and the compatible 68K, CPU32, CPU3...[Details]
Independent watchdog (IWDG) and low power mode are often used in STM32 development. The watchdog is to detect and solve faults caused by software errors, and the low power mode is to enter sleep mode...[Details]
Ouster LiDAR OS-1 (left) and OS-2 (center) Velodyne invented the modern 3D LiDAR scanner in the mid-2000s, but in recent years conventional wisdom has held that Velodyne’s design — 64 lasers mounted...[Details]
A crystal oscillator can be electrically equivalent to a two-terminal network consisting of a capacitor and a resistor in parallel and a capacitor in series. In electrical engineering, this network h...[Details]
Here is the temperature added in the previous chapter The above figure is the temperature calculation formula: where Vsense is the ADC value collected from the temperature channel. The stm32f407 ...[Details]
Table of contents: 1 Overview 2: Common interrupt functions 3: PWM output 1 Overview In development, timers are widely used, which can be simply summarized into three aspects: 1.1: Application of ...[Details]
The concept of AI is general and covers a wide range. What is the core of AI? Let's follow the network communication editor to learn about the relevant content.
On May 8, local time in the...[Details]
As an important branch of the power electronics industry, the technological progress of photovoltaic inverters is highly dependent on the development of electronic components and control technology...[Details]
MSP430 MCU controls stepper motor with display program #include "msp430x22x4.h" #define uchar unsigned char #define uint unsigned int #define comm 0 #define dat 1 #define sclk_1 P4OUT|=0x01 //sc...[Details]