Finally I bought an LCD, connected it and debugged the program. But nothing was displayed - a white screen. Serial port output: LCD: display instance 'Drivers\Display\S3C2440\CONFIG', num monitors 1 I...
Is there any emulator like JLink or ULink for LM3S? I used to use Lierda's emulation board, which was working fine, but suddenly I couldn't download programs a few days ago. I thought the board was br...
For the lifelong happiness of the technical men, I specially uploaded a classic book on love analysis. I feel that the principles in it are quite good. It is indeed true. If you adopt it, you will def...
I have been studying DSP for almost a week and I am very confused. Now I just basically understand some header files and have a vague understanding of what CMD files are. But I still don’t know how to...
Experience: ◆More than 3 years of core R&D experience in embedded operating system products; ◆More than 1 year of experience in project team management of no less than 5 people; ◆Those who have publis...
Entering the information age after the millennium, the huge demand for semiconductor chips has made China the world's largest semiconductor market. According to relevant data, the scale of my count...[Details]
On April 20, Alibaba Group announced that it would acquire
the
chip
company Zhongtian Microelectronics and invest in six
chip
companies. Yesterday, JD.com CEO Liu Qiangdong said in a...[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]
Chip: STM32F103C8T6 Application Pin: Output: PA0, PA1 TIM2 CH2 channel To achieve 50HZ (20ms) adjustable PWM output on the PA1 pin, set the system TIMx_CNT=8MHZ=8000 000HZ, set TIMx_PSC=800-1, then T...[Details]
A few days ago, Hanergy Chairman Li held a grand launch of Hanwa new products, which once again attracted the attention of the mass media to the development of photovoltaics. The unique Hanergy has gr...[Details]
Our photovoltaic power station starts working at 5:30 in the morning. When you are still sleeping, the inverter starts working to make money!
Some people are skeptical. The sun hasn't even...[Details]
From concept proposal, prototype exploration, technology accumulation to product iteration and industrial development,
VR
has gradually expanded from the military market to the consumer market...[Details]
This paper combines embedded control technology with network control technology to realize the design of temperature control system based on single chip microcomputer through Internet control. Th...[Details]
Similar to the development trend of photovoltaic modules, photovoltaic inverters are also one of the examples of China's successful localization of manufacturing and leading the global market and tech...[Details]
Site conditions: 1. AD acquisition, DMA transmission; AD is set to single-channel continuous mode, DMA is set to single-shot mode. The upper threshold of the AD analog watchdog setting is less than t...[Details]
This program sets the LED running light and the 0-16 numbers of the 0th position of the digital tube to light up in a cycle. The digital tube program cannot be put into the main function, because the...[Details]
On the evening of May 4, Alibaba released its Q4 and full-year financial reports for the 2018 fiscal year. The overall growth was rapid, with revenue of 250.266 billion yuan for the 2018 fiscal yea...[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]