As a fuse market leader, Conquer offers a wide range of high quality fuse products and a full range of ordering and after sales services support. By collaborating with global industry leaders, Conquer developed a comprehensive service line up to support client’s growth year by year. Focusing on high-tech innovations, Conquer obtained many patents and continues to maintain its safety approvals at the highest level. With extensive experience and engineering capabilities, Conquer can provide a broad product portfolio for R&D design selection that can meet various demands from customers worldwide.
[font=宋体]I wrote a three-channel ADC sampling program and set it to ADC mode, but the pin still has voltage output. What's going on? //*****************************************************************...
During the National Day holiday, recharge yourself. Based on the GD32 MCU development, I found in the debugging code that when using GPIOA_3 to light up the external extended LED light, the LED light ...
Hello, friends in industrial control, I have a very difficult problem now, and I beg for advice from experts! My company is a beer brewing enterprise. Some time ago, the brewing workshop introduced a ...
First digit: 0 No protection. 1 Protection against solid objects larger than 50mm. 2 Protection against solid objects larger than 12mm 3 Protection against solid objects larger than 2.5mm 4 Protection...
:kiss: :kiss: :kiss: :kiss: I am a novice and just bought an AVR board. The chip is atmegal 16. When I burn the program into it, it always prompts fail to read memory. 。 。 。 。 。 Then I don’t know what...
Relays are common components in circuits, serving various functions, most commonly as switches and amplifiers. For example, a heating device might require a 12V power supply but need a microcontrol...[Details]
Upbeat Technologies has announced the launch of the UP201 and UP301 series of RISC-V microcontrollers, developed in collaboration with SiFive. These devices are suitable for a variety of applicatio...[Details]
The MID installed yesterday was not bright enough, especially when watching some video files. The actual measured voltage of the GPF15 output PWM was not enough, only 0.4V, which should be the same...[Details]
Today, we use the mainline Linux kernel to port to MINI6410. The mainline kernel 2.6.37.1 basically supports the MINI6410 board, so it is very simple to port to the stage where it can be started. H...[Details]
1. Memory Management Unit
There are some differences between MCU and ARM in hardware system: one of them is the difference in MMU.
Use of virtual addresses
Copy p1.c to P...[Details]
Go to A2.3 Registers in the ARM Architecture Reference Manual
R13 is usually used as SP stack pointer in the program! !
R14 is usually used as LR (link register) in the progra...[Details]
The so-called addressing mode is the way the processor finds the operands required for the instruction based on the information given in the instruction.
1. Immediate addressing
ADD...[Details]
The Linux system environment was built according to the tutorial of Friendly Arms
//Hello World driver source file
1 #include linux/miscdevice.h
2 #include linux/delay.h...[Details]
2 Hardware Design
The hardware design of this project includes main controller, data transmission design, data acquisition design, control drive design, display design and access contr...[Details]
Linux 3.3.5 system porting
Copy mach-smdk6410.c under arch/arm/mach-s3c6410/ to mach-my6410.c;
Open Kconfig under arch/arm/mach-s3c6410/ and make a menu item based on MACH_SMDK...[Details]
1. Set up the GNU compilation environment
Unzip the compilation tool and add it to the environment variable PATH
2. Use of compilation related commands
Compile command arm-linu...[Details]
#Burn reference: 03- Tiny6410 Flash Guide.pdf
Assume that the Tiny6410 development board you get does not have any program downloaded in advance, including the Bootloader.
##B...[Details]