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...
The most significant event in the technology circle during this period is undoubtedly the news that ZTE was banned by the United States. Once the news came out, it shocked the entire Chinese techno...[Details]
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]
ZTE
The communication embargo incident has impacted the communication industry and sounded the alarm for the semiconductor industry. Let's follow the embedded editor to learn more about the r...[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]
1. Purpose In actual product release, if the program stored in the MCU Flash is not protected, some illegal companies may read the program in the Flash through an emulator (J-Link, ST-Link, e...[Details]
This part of the code in the void SystemClock_Config(void) function in the main file generated by stm32cubemx RCC_OscInitStruct.OscillatorType = RCC_OSCILLATORTYPE_HSE; This bug occurs, and the f...[Details]
Since the first draft of the 5G
NR standard was officially launched at
the end of 2017
, the
5G
commercialization process has taken a substantial step forward. From that moment on, mo...[Details]
Nowadays, everyone is saying that "technology is people-oriented". The essence of the development of technology is to serve the improvement of the quality of life of human beings. Automated driving...[Details]
According to MEMS Consulting, single-chip radar system-on-chip (SoC) is becoming one of the most popular new sensors . Its widespread adoption in automobiles has greatly increased sales, thereby pr...[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]
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]
I have been deeply affected by serial ports since 51. The MAX232 I bought from Huaqiang was originally broken. I thought there was something wrong with my circuit or schematic. Since there was no goo...[Details]
Take serial port interrupt as an example: like: void serial() interrupt 4 { } and void serial_uart() interrupt 4 { } The functions of both functions are to define the serial port interrupt function. ...[Details]