CODACA has focused on developing and manufacturing professional power inductors to serve tier-one global customers for over 23 years. With material R&D, power inductors can be built and certified to meet customer requirements quickly. International standards ISO9001, ISO14001, ISO45001, TÜV(GER) IATF16949, and CNAS.
CODACA's high quality power inductors serve engineers’ innovations in automotive, medical equipment, power supplies, industrial, new energy, digital amplifiers, telecommunications, and motor control markets. CODACA is devoted to providing high-value products and service.
In order to facilitate various circuit experiments in the laboratory, the laboratory power supply system should have the following functions: DC regulated voltage source with fixed output voltages of ...
Main features of DC power distribution system The advanced module design of the rack -embedded DC power system makes the entire system very small, but it can provide enough power to meet the requi...
[i=s] This post was last edited by dontium on 2015-1-23 12:50 [/i] Hello everyone! I need help with the FM demodulation problem of NE568AN: 1. FM modulation parameters are as follows: center frequency...
The low voltage interrupt of ZET6 cannot enter the interrupt now. I have read a lot of information on the Internet, but it still cannot enter the interrupt. Neither rising nor falling can enter the in...
Live replay: Renesas Electronics' RL78/L1A series microcontrollers with built-in analog front end for blood glucose meter applications : https://training.eeworld.com.cn/course/4584...
When programming STM32 in Keil, there is a problem with setting arrays in structures:after assigning values to array elements in the structure, I check the array elements and find that not all values ...
When talking about Chinese chips, Ni Guangnan is indispensable. Let’s learn more about the relevant content with the embedded editor.
Since he co-founded Lenovo in 1985, Ni Guangnan has been s...[Details]
Profit growth of 85% in 2017, target revenue of 12.5 billion yuan in 2018: The company released its 2017 annual report, achieving revenue of 8.886 billion yuan, a year-on-year increase of 48.01%; prof...[Details]
For 80,000
ZTE
(000063.SZ) employees and more Chinese ICT (information and communication technology) industry practitioners, the news from across the ocean on the evening of April 16 kept t...[Details]
In the actual project development process, we often need to get the running time of a section of code. The usual method is to use an oscilloscope to measure it. This blog post will use SysTick to acc...[Details]
The trade war between China and the United States has become the focus. The United States has begun to play the ban card against Chinese technology companies. The ZTE incident shows that if the ban...[Details]
Timing and protocol are two key points in digital system debugging, and they are also where logic analyzers can play their most valuable role. How can we use a logic analyzer to quickly complete wiri...[Details]
When designing a product, if the application environment's requirements for power isolation are not considered, the product will be unstable due to improper design, and even high voltage may damage t...[Details]
The adoption rate of serverless
cloud
computing
is gradually increasing, but it has not yet reached people's expectations. Various surveys show that serverless
is
still
an eme...[Details]
STM32 uses FSMC to read and write CPLD programs. CPLD is hung on the address line and data line of STM32. CPLD is regarded as an off-chip RAM for reading and writing. On the board I made, CPLD is hun...[Details]
1. Function and purpose There are two pins BOOT0 and BOOT1 on each STM32 chip. The level status of these two pins when the chip is reset determines which area the program starts from after th...[Details]
I encountered a problem when debugging the STM32 system clock setting: TIM2 timing 1Ms, TIM2 interrupt service function time++, LED state changes when time=100. After the program runs, I found that t...[Details]
12864 LCD parallel port driver is more commonly used, but considering that sometimes the IO port of the microcontroller or MCU is limited, the serial driver method can be used. The following is ...[Details]
/* Unfortunately, it cannot generate a standard 38kHz frequency square wave, there is a little error*/ #include reg51.h #define uchar unsigned char #define uint unsigned int sbit Waveout=P1^0; //P...[Details]
Microcontroller programming: Find the maximum number and store it in the BIG unit. Assume that the internal RAM stores a group of unsigned numbers starting from the LIST unit, with the number of data...[Details]