Event time: Today - August 31How to participate:1. Go to https://www.eeworld.com.cn/Vishay/application/ , register and download relevant information.2. The registration number must be a multiple of 4 ...
EK_LM3S811 learning materials collection: https://bbs.eeworld.com.cn/thread-312347-1-1.html , there are quite a lot of materials, those who are ready to grab the LM3S811 board can take a look...
rt, if the status of the sample I applied for is temporarily out of stock, do I need to wait until it is in stock and then apply again? Or will it be automatically shipped when it is in stock? Thank y...
s3c2410, 2.6.28 kernel; My application converts a jpeg photo into rgb565, writes it into the framebuffer, and displays my photo on the screen; then my process exits. At this time, the picture is still...
[i=s]This post was last edited by 怀怀少年梦 on 2021-7-6 10:55[/i]ESP32-C3 can obtain network time through SNTP. I briefly learned about SNTP, which is translated as Simple Network Time Protocol, which is ...
Recently, the first Digital China Summit was held in Fuzhou, attracting many domestic ICT industry giants to participate in the exhibition. The long queues outside the venue, the noisy and exciting...[Details]
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]
For STM32, there are two ways to reset the software: 1) Use the official software library The system reset function is directly provided in the stm32f10x_nvic.c file of the official software li...[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]
Artificial Intelligence (AI) is undoubtedly the hottest topic in the technology industry in the past one or two years. In addition to the huge investments made by technology giants, financial and o...[Details]
At the just concluded InfoComm 2018 exhibition, the two major brands, Zhongke Jiguang and China Hualu, both displayed three-color light source
laser TVs
. The outstanding color performance ...[Details]
With the large-scale development of the domestic household photovoltaic market and the improvement of component and inverter technology, the system cost has dropped significantly in the past year. The...[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]
The T3 timer (8-bit) of CC2530 requires understanding of T3CTL, T3CCTL0, T3CC0, T3CCTL1, and T3CC registers. Timer 3/4 is an 8-bit timer with timer/counter/PWM functions. Timer 2, also known as MAC t...[Details]
By manually inputting single pulses to the /INT0 of the 8051 microcontroller one by one, an interrupt is requested to the microcontroller. Each time the microcontroller interrupts, it outputs 55H, AA...[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]
//Environment: winavr+avr studio char temp=0; ISR(TIMER1_COMPA_vect )//interrupt function { // user code here temp++; if (temp==10) temp=0; PORTA=temp; DDRA=0xff; } void ...[Details]