I am a newbie, please help me. My boss wants me to find a camera that can be driven under WinCE, but I don't know how to choose. Requirements: Can be driven under WinCE, 300,000 pixels or more, can fo...
In addition to advanced tools for debugging embedded systems, many embedded projects can be debugged perfectly well using simple devices such as light emitting diodes (LEDs), serial ports, and oscillo...
Can the program developed with EVC+Standard SDK run on the SMartPhone platform? In addition, after I installed the SMartPhone SDK, I found that it was a command line. How can I let EVC use this SDK? P...
I use L293D to drive the motor. V1 is connected to 24V power supply and V2 is connected to 5V power supply. Then I am ready to control the forward and reverse rotation of the motor. A1, A2, EN1 are co...
Now I'm learning on the ut development board, and I want to change the partition method of nandflash: 256MB flash ------ bootloader ------ TOC ------ eboot ------ MBR ------ nk.bin, //binfs ------ exf...
There are two ways to understand DSP: 1) Broadly speaking: digital signal processing; it uses a digital signal processing system to process signals in digital form, and finally obtains a signal form...
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]
0. Preparation First use st-link to connect the stm32 core board and PC for burning St-link Stm32 3.3V 3.3V GND GND SWDIO PART SWCLK DCLK Then connect with USB serial port board to v...[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]
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]
introduction In the general project development process, two or more microcontrollers are often required to communicate to complete data transmission. For example, a quadcopter wirelessly transmits d...[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]
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]
The key is the configuration of registers. The T1 timer (16 bits) of CC2530 needs to configure three registers: T1CTL, T1STAT, IRCON Here is just a brief introduction. For more details, please refer ...[Details]
MCS-51 single-chip microcomputer timer/counter experiment programming program Programming requirements: 1. Connect a light-emitting diode LED to the P1.0 pin, light up for two seconds, turn off for o...[Details]
;The hardware connection circuit of the 51 single-chip microcomputer is as follows: ;P1.3 and P1.4 are each connected to a button; ;P0.0 and P0.3 are each connected to a light-emitting diode; ;P2.0~P...[Details]
At CES 2018, Samsung launched a 146-inch giant TV, The Wall. This is Samsung's first product developed using
MicroLED
technology. It not only has ultra-high picture quality and contrast, bu...[Details]
"When the spring breeze blows, the horses gallop." This is
a true portrayal of the development of
NB-IoT
(Narrowband Internet of Things) in China and even the world in the past two years. Le...[Details]
When programming with Elan MCU, please pay attention to the following points: 1. When the program is longer than 1K, page jump will occur. If an interrupt handler is enabled, after entering the inte...[Details]