[size=4] Rectifier diodes are mainly used in rectifier circuits, so the fault mechanism of rectifier circuits is related to rectifier diodes. A set of methods for detecting diodes can be used to troub...
Most of TI's DSP chips are used in frequency converters. ①The main control chip of the inverter may have the following options: Based on MCU solution (Intel's N87C196MC, Renesas microcontroller, etc.)...
always @ (posedge txclk or posedge ld_tx_data or negedge reset) if(!reset) begin tx_reg0 && tx_cnt < 9) begin //transport bit1-bit8 tx_out <= tx_reg[tx_cnt -1]; end if (tx_cnt = = 9) begin //when cnt=...
I wrote a framebuffer code for a certain chip and modified the corresponding Config.in fbmem.c Makefile under drives/video. I also made corresponding changes in make menuconfig. I use MIPS. When runni...
[size=6]Recently I have a little time, but I don't know what to do. Suddenly I thought of something. I saw someone else make an RGB rotating screen before, and then I wanted to design one myself. Now ...
In 2017,
Sanan Optoelectronics
achieved sales revenue of 8.394 billion yuan, operating profit of 3.856 billion yuan, and net profit attributable to shareholders of the parent company of 3.1...[Details]
In our common sense, the word technology often has two definitions. The first is the technology sealed in the laboratory. They are like flowers on the mountain top. Only a few people on the mountai...[Details]
1. The first project We are going to create the first project, which is mainly for project analysis, so that we can understand how CubeMX works and how to trace the code logic. Okay, no more nonsense...[Details]
Although it is early summer, the Chinese smartphone market is still in the cold winter, just like Beijing in April with snow. For mobile phone brands caught in the middle, the cold is even more bit...[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 photovoltaic inverter is the core equipment of the photovoltaic system. Its main function is to convert the direct current generated by the photovoltaic modules into alternating current that meets...[Details]
This example is mainly to familiarize yourself with the register configuration of Timer A and the configuration method of IAR. /*********************************************** Program function: re...[Details]
The implementation of CAN driver under embedded operating system Android requires not only adding CAN driver device in Linux kernel, but also implementing the call of Android HAL layer. Taking S5...[Details]
On May 16, in response to
the public opinion storm caused by
Lenovo's
"
5G
voting" incident,
Lenovo
Holdings Chairman and
Lenovo
Group Founder Liu Chuanzhi, Lenovo Gr...[Details]
//Observe the difference between feeding the dog and not feeding the dog, and use the LED indicator of the PB port for status indication. //Switch the LED indicator enable switch of the PB po...[Details]
I have been working on a stm32 project recently and have been struggling with its startup method. I saw a good article and reposted it. The format of the original article is not very good, and there...[Details]
STM32 has three startup modes. In RM0008 downloaded from the ST official website, you can find the startup-related configuration instructions: Translated into Chinese: The storage media corresp...[Details]
The first one is a DMA mode of multiple channel acquisition void ADC_DMA_Config(void) { ADC_InitTypeDef ADC_InitStructure; RCC_HSICmd(ENABLE); while (RCC_GetFlagStatus(RCC_FLAG_HSIRDY) == RESET); ...[Details]