Keyword: [b]Camera gun[/b] White balance: White balance is only used for camera guns. Its purpose is to make the camera gun image accurately reflect the scene. There are two modes: manual white balanc...
Hello, administrator. I have been a moderator on the Guangqian Forum for several months. I am responsible, flexible and innovative. Haha, I hope to become a moderator here, and form an alliance betwee...
[b]result = rt_thread_init(&led_thread,[/b] [b] "led",[/b] [b] led_thread_entry, RT_NULL,[/b] [b] (rt_uint8_t*)&led_stack[0], sizeof(led_stack), 20, 5);[/b] What is the use of "[b](rt_uint8_t*)&led_st...
I am using the smartfusion2 series soc chip from micro semi. When I was burning the program with libero, an error message appeared. The error message seemed to be a voltage problem. There was a warnin...
I have been eyeing the 430 Chronos for a long time, but the price was too expensive. It costs more than 400 yuan on element14, and there are a few on Taobao, but they are also around 400-500 yuan. Thi...
A few days ago, when I was doing my graduation project, my teacher gave me a Wanli evaluation board and left it alone (because it was a summer resource). I used MDK+ embedded STLINK to download it, bu...
Recently, the results of the 2018 German Red Dot Design Award were announced. GoodWe, a company located in Suzhou High-tech Zone, stood out among thousands of outstanding design products from 5...[Details]
In the actual project development process, it is common to encounter modifications to the hardware circuit, and then the modified part requires the modification of the driver. Thinking about the comi...[Details]
When Amazon launched its first
cloud computing
service, the outside world was not optimistic about this direction, as it had high investment, low profits and many uncertainties. Let's follo...[Details]
Function List and Notes (lower-level driver part) 1. IO port initialization: control IO and communication IO. Control includes power control, reset and low power mode. Communication is the serial po...[Details]
This is my first time writing an STM32 program. I have many questions to ask. I want to convert the data of the SO of MAX6675 into the actual temperature and read it out using the serial port tool. I...[Details]
1. Initial understanding of FSMC: FSMC consists of 4 modules: (1) AHB interface (including FSMC configuration register) (2) NOR flash memory and PSRAM controller (when driving LCD, LCD is like a PSRA...[Details]
In the Huaxing Optoelectronics LCD panel
factory
located in Guangming New District, Shenzhen
, apart from a few people repairing machines, it is often difficult to see other people. Here, ev...[Details]
This program is used in the development board to generate sounds of different frequencies. The overall program is relatively simple, mainly using two timers. The code and my comments are as follows. ...[Details]
On the eve of 5G
commercialization,
ZTE
has established and adhered to
the
5G
pioneer strategy, focusing on
5G
end-to-end solutions, and investing in standard setting, ...[Details]
In 1949, after three years of civil war, the Nationalist government was defeated and retreated to Taiwan. The political and academic circles launched a large-scale reflection on why they failed in ...[Details]
Note: This STM32 microcontroller is the STM32F103 series. The ADC of Stm32 has DMA function. This is beyond doubt and is what we use most! However, if we want to sample a signal (such as a pulse sign...[Details]
How to convert the pin voltage value into V using the built-in ADC of STM32? V(ADC) = Value(ADC) * V(ref)/4096 (The ADC of STM32 is 12 bits, so the maximum value of the AD word is 4096)
Where V(ADC...[Details]
The code for using timer 0 to implement a running light in a 51 MCU is as follows. The LED light is connected to port P1. The code is annotated below, so I won't explain it in detail. My English is n...[Details]
#include reg52.h //Include the header file. Generally, no modification is required. The header file contains the definition of special function registers. /*-------------...[Details]
Requirements: Set timer T1 as an external event counter, count 500 pulses every time, then switch T1 to timing mode and output a positive pulse with a width of 10ms at P1.2. Over and over again. A...[Details]