With over 135 years of experience, more than 50 industrial sites and 18 R&D centers in 35 countries, Mersen Electrical Power is a global expert in power and advanced materials for high-tech industries. They offer a broad portfolio of electrical protection and control products and provide solutions for power management applications. The Mersen team works with customers around the world to design and deliver custom solutions and essential products for the commercial, industrial, renewable energy, power electronics and electric vehicle markets. Mersen's mission is to make its customers' applications safer and more reliable.
This is the circuit schematic I made by adding synchronous rectification to a ZVS soft switching half-bridge circuit. 500) {this.resized=true; this.width=500; this.alt='This is a thumbnail, click to e...
Use RegEnumKeyEx() function to enumerate the group register table. I encountered a problem and found that the command is to enumerate upward from the "last subkey" of the key... The example is as foll...
The LED text-vest human traffic light is a powerful tool for nighttime law enforcement: there are LED displays on the front and back of the vest. After putting it on, the built-in somatosensory contro...
introduction
With the development of society, people's requirements for the quality of refrigerated and frozen foods are constantly improving. The changes in food appearance and nutritional co...[Details]
At the end of 2024, the industrial version of Naxin Micro's NSSine series of real-time control MCUs (DSPs) was officially released. Now, a year later, how has the market been responding? Recently...[Details]
When I was a beginner, I found the 51 microcontroller to be an excellent choice. I found it based on the Intel 8051 architecture, making it ideal for learning and educational applications. I've inc...[Details]
Unzip the uboot package to get the uboot project file uboot, enter uboot, open the Makefile file, and search for the type of your development board. Mine is OK6410 256.
Then execut...[Details]
The SuperBoot provided by Youhui is powerful. It has done a lot of initialization work for S3C6410 during its startup process. Using it during bare metal programming is not conducive to understandi...[Details]
The following method is transferred from the Internet and has not been verified
Environment: Ubuntu 13.04
1. First, make an SD boot disk:
Insert the SD card
sudo dd iflag=dsync ofl...[Details]
Most of the bare metal development materials for OK6410 are under Windows. Use RVDS to write bare metal programs, compile and burn them to the development board for running. However, I have not ins...[Details]
Debugging MCU often requires using a serial port.
The bare metal front-end and back-end systems are basically based on timer interrupts.
init.s startup code
Mode_US...[Details]
Dramatically simplifies building complex graphical user interfaces for MPLAB® Harmony v3 and Linux® environments
Microchip Graphics Suite is designed to enable seamless migration b...[Details]
Section 1 PWM timer of S5PV210
S5PV210 has 5 32-bit PWM timers, of which timers 0, 1, 2, and 3 have PWM functions, and timer 4 has no output pin. The PWM timer uses PCLK_PSYS as the clock sourc...[Details]
NAND Flash
About NAND Flash
S5PV210's NAND Flash controller has the following features:
1) Supports 512byte, 2k, 4k, 8k page sizes
2) Read, write, erase, etc. of NAND Flash through...[Details]
On November 20, Naxin Micro announced that it has joined hands with ChipSine to launch the NS800RT series of real-time control MCUs.
With more efficient and powerful real-time control capabil...[Details]
Turning interrupts off and on
Interrupt is an efficient dialogue mechanism, but sometimes you don't want to interrupt the program during execution, such as when printing something.
, but ...[Details]
The driver is divided into two types: running on Ubuntu and running on the ARM development board. We will test them separately.
1. Source code
empty#include linux init.h=""
...[Details]