Many of us were drawn to the world of electronics by the buttons, lights, and other fancy controls that made them so attractive. Fast forward a few years, and that attraction is still there, replaced ...
Realize three-way signal input connection;Input signal frequency 0.1~100Hz;Input signal amplitude 1mV~10V;Input signal amplitude 0°~180°;Realize input signal noise reduction processing;Realize 0~20V s...
The system is powered by an external DC5V power supply and a 3.7V lithium battery. When the DC5V is plugged in, the lithium battery does not supply power, but needs to be charged; when the DC5V is unp...
The last evaluation achieved a rough test of the performance of the external SPIM QSPI Flash. This evaluation will divide the external flash into two parts:0x08400000-0x0840FFFF is used as the data ar...
I would like to ask the forum owner, when I use SPI communication, I use the DMA+DMA interrupt+CRC check method to send and receive 8-bit data. I would like to know how the final CRC is transmitted an...
[i=s]This post was last edited by DavidZH on 2016-12-10 20:52[/i] [size=5]Unboxing experience:[/size] [align=left]The long-awaited [font=Times New Roman, serif]STM32F7Discovery[/font] finally arrived ...
Photovoltaic inverters are the core equipment of photovoltaic systems. Their main function is to convert the direct current generated by photovoltaic modules into alternating current that meets the...[Details]
The status of interrupts in developing embedded systems is absolutely unquestionable. In the era of C51 microcontrollers, there were only 5 interrupts, including 2 external interrupts, 2 timer/counte...[Details]
The last two blogs talked about a version problem of STM32CubeMX and the problem of hardware reset. When you solve these two problems, you will find that after the program is burned into the board, t...[Details]
I have been working on this i2c for several days. Many people on the Internet say that this is a problem with the ST package library, and they basically talk about the STM32F1 series of chips, and ev...[Details]
Automotive LCD Instrument Clock EMI Solution As early as 2014, the market size of China's automotive full LCD instrument has reached 3.506 billion yuan, and it is expected that by 2020, this s...[Details]
Recently, the relevant person in charge of the Energy Conservation Division of the Energy Conservation and Technology Equipment Department of the National Energy Administration said on the issue of...[Details]
In the project, CPLD is needed to complete part of the algorithm design. The parameters are given by AVR, so the communication between AVR and CPLD needs to be completed. Therefore, a test program is...[Details]
First of all, security practitioners have never felt that AI can be used as deeply as today. Although Antelope Cloud is a platform manufacturer, it has always been interested in AI and AI- specific...[Details]
Different models of PIC series microcontrollers have different watchdog settings. The following takes the PIC16F688 microcontroller as an example. 1. If WDTE=1 in the configuration word, the watchdog...[Details]
1) Independent watchdog has no interrupt, window watchdog has interrupt 2) Independent watchdogs can be divided into hardware and software, while window watchdogs can only be controlled by software...[Details]
This is a "cooperation" that is related to the future development of China's semiconductor industry. Let's follow the embedded editor to learn more about the relevant content.
Last week, a...[Details]
When STM32 uses JTMS (PA13) and JTCK (PA14) as normal I/O ports, add the following code before initialization (the order cannot be reversed): RCC_APB2PeriphClockCmd(RCC_APB2Periph_AFIO, ENABLE); G...[Details]
Assume that the crystal frequency of the microcontroller is 6MHz. It is required to use timer 1 in mode 0 to generate a continuous square wave pulse with a period of 500us, and output it from P1.0. T...[Details]