I want to ask all the experts. I want to use EVC to write a program, the main function is to call a bat file, but the call is unsuccessful, please give me some advice! _T("hard disk\\1.bat"); ShExecIn...
When running a program under WinCE 5.0, the system sometimes freezes and the serial port reports an error. How can I handle this? : Data Abort: Thread=8fbce318 Proc=88158b70 'myapp.exe' AKY=00000801 P...
Based on a brief introduction to the UTRAN network structure of 3GPP Release 99 , the overall functions of UTRAN are introduced , and the functions of each interface of UTRAN are briefly summarized. F...
I have done a lot of general experiments on the lpc1769 board, but I don't know how to use the USB network card IIS. Do I need other special tools? Can someone who knows explain it or give me some inf...
Shanghai Kuyuan Electric Allegro video training : https://training.eeworld.com.cn/course/4575Allegro is an advanced PCB design and wiring tool launched by Cadence. Allegro provides a good and interact...
Recently, I read chip manuals and often talked about the driving current of some driver chips, such as ULN2003 is 500mA, L298 is 2A. How should I understand these? Since the voltage is fixed, doesn't ...
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]
"Originally, there are many people who can design very good
chips
, but the market does not give domestic
chips
the opportunity to iterate, and domestic companies cannot give engine...[Details]
In the actual project development process, hardware circuits often need to be modified, and the modified parts need to modify the driver. Thinking about the coming and going of such requirements is t...[Details]
The program got stuck during LCD initialization. Through hardware debugging, it was found that it was stuck in the Delay_ms() function. Going to the definition, it was found to be a macro definition ...[Details]
The trade war between China and the United States has become the focus. The United States has begun to play the ban card against Chinese technology companies. The ZTE incident shows that if the ban...[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]
Although it is early summer, the Chinese smartphone market is still in the cold winter, just like Beijing in April with snow. For mobile phone brands caught in the middle, the cold is even more bit...[Details]
In most countries, the military is a fairly large group, and the health of soldiers is particularly important to the combat effectiveness of the army. The US Department of Defense's Advanced Resear...[Details]
This example is mainly to familiarize yourself with the register configuration of Timer A and the configuration method of IAR. /*********************************************** Program function: re...[Details]
STM32 uses FSMC to read and write CPLD programs. CPLD is hung on the address line and data line of STM32. CPLD is regarded as an off-chip RAM for reading and writing. On the board I made, CPLD is hun...[Details]
I have been working on a stm32 project recently and have been struggling with its startup method. I saw a good article and reposted it. The format of the original article is not very good, and there...[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]
1) ADC multi-channel acquisition: (Multi-channel acquisition must use scanning mode. In scanning mode, the channels of the rule group share a register, so DMA transmission must be used; to prevent da...[Details]