I wrote a two-channel AD voltage acquisition program, but the display is always wrong. What is the problem? [code]#include
#include#include "msp430.h"
#include "HAL_Dogs102x6.h"void lcd_int(void);
voi...
I don't know if you have heard of embedded systems before . Is it a single-chip microcomputer?
In fact, there is a difference between embedded and single-chip microcomputers. Let me talk about the con...
I heard that I need to operate SPI to click this kind of screen, but I don't know much about it. I used to make screens with 565. But I don't know how to click this screen. I'm so depressed. I hope th...
I studied software engineering in college. Now I am a junior and I have just learned something about software. I had no direction before. I was preparing for the postgraduate entrance examination befo...
[i=s]This post was last edited by jameswangsynnex on 2015-3-3 20:03[/i]NTCALUG03 is only 65mm/ 0.1 in in size, not much thicker than a hair. But it is very accurate in managing temperature, with a min...
[i=s] This post was last edited by Pingpiaoliu on 2017-5-21 11:10 [/i] As shown in the picture, in the Verilog simulation video tutorial, when setting up the testbench, directly copy "blocking_vlg_tst...
Dong Yang, executive vice president of the China Association of Automobile Manufacturers, said on the 26th that according to the authorization of the Ministry of Industry and Information Technology...[Details]
In the actual project development process, hardware circuits often need to be modified, and the modified parts need to modify the driver. Thinking about the coming and going of such requirements is t...[Details]
The program got stuck during LCD initialization. Through hardware debugging, it was found that it was stuck in the Delay_ms() function. Going to the definition, it was found to be a macro definition ...[Details]
introduction STM32 has many registers, which are difficult to remember, so the official packaged two sets of library functions. One is the standard library, but the official has not updated it on F7,...[Details]
I have always wanted to write some posts and blogs, but I just couldn't bear to do it as I just graduated. After some preparation, I decided to write down some of the things I learned in the past few...[Details]
background After the hardware engineer completed the PCB and schematic design, the routine was modified according to the tutorial of Zhengdian Atom to verify the correctness of the hardware. STM32F...[Details]
Time flies. Since the beginning of 2018, news related to home appliance companies have repeatedly made headlines, and competition in the home appliance market continues to intensify. In order to be...[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]
As the brain of a mobile phone, the mobile phone processing chip is of great importance. Xiaomi, which started out as the MIUI company, has long been keenly aware of the gap between China and devel...[Details]
STM32 has 2 watchdogs: independent watchdog and window watchdog. Independent watchdog IWDG: A system fault detector that is independent of the system and is not affected by the system because it has ...[Details]
The calculation formula of the watchdog feeding time (watchdog overflow time) is: Tout=((4*2^prer)*rlr)/40 Tout is the watchdog overflow time (in ms), prer is the watchdog clock prescaler value (...[Details]
STM32 ADC multi-channel conversion Description: Use ADC to continuously collect 11 analog signals and transfer them to memory through DMA. ADC is configured to scan and continuously convert mode,...[Details]
/*----------------------------------------------- Name: IIC protocol PCF8591 AD/DA conversion Content: Use DA input, digital tube display output digital quantity, LED display analog voltage size ...[Details]
Getting to the bottom of blockchain
Since last year, blockchain has become the hottest word in both the financial and non-financial circles. Some people use it as a gimmick to engage in va...[Details]
It is required to use MCS-51 microcontroller to sort data. 1. Sort the 8 data in ascending order; 2. The data to be sorted is stored in the internal data memory address units 30H-37H, which are 34H, ...[Details]