I set a TIM3_Cmd(TIM3,ENABLE) to TIM3_Cmd(TIM3,DISABLE), and the value of count is 0. However, when the program starts running, count has a value. I don't know what's going on. How can I change it? Th...
Is there a fixed format for .cmd files? Do all 2812 programs need .lib files? Can I see the contents of a .lib file? Are there only 4 .lib files? [ad.c] "C:\CCStudio_v3.1\C2000\cgtools\bin\cl2000" -g ...
I used CVC once, but I didn't know how to use it. There is a ParamMgr tool in Bluelab3.6.1. After opening it and connecting to Bluetooth, a red message was displayed: Unknown DSP Software - invalid si...
[size=5][color=#ff0000][b]A large wave of STM32 resources is coming, with 20 special collections, there is always what you need! [/b][/color][/size] [p=24, null, left][color=#565656][backcolor=rgb(237...
I want to send out a string of hexadecimal numbers, which are: 0x7E 0x01 0x01 0x00 0x01 0x01 0x04 0x0D[/size] [size=4]So I put them in an array like this:[/size] [size=4]char DO_leici_START[8]={0x7E,0...
[i=s] This post was last edited by paulhyde on 2014-9-15 03:40 [/i] This paper presents a design of a high-speed data acquisition system using the DSP digital signal processing chip TMS320VC5402 as a ...
1. Principle 1. Infrared emission protocol The infrared transmission protocol has been written in the previous article , so I will not repeat it here. 2. Timer counting and input capture A timer...[Details]
Recently, the US embargo on ZTE has attracted much attention. Let's take a look at the relevant content with the automotive electronics editor. On April 16, local time, the U.S. Department of Co...[Details]
The last two blogs talked about a version problem of STM32CubeMX and the problem of hardware reset. When you solve these two problems, you will find that after the program is burned into the board, t...[Details]
Serial Port: 一. USART_ITConfig(USART1, USART_IT_TXE, ENABLE): As long as the transmit register is empty, there will always be an interrupt. Therefore, if you are not sending data, turn off the tran...[Details]
Automotive LCD Instrument Clock EMI Solution As early as 2014, the market size of China's automotive full LCD instrument has reached 3.506 billion yuan, and it is expected that by 2020, this s...[Details]
Analysts have sorted out some interesting phenomena. Let's follow the embedded editor to learn about the relevant content.
Huawei emerged as a star in the all-
flash
array sales ra...[Details]
Recently, Zhejiang Lipu Crushing Equipment Co., Ltd. invested 50 million yuan to build a new "annual production of 1,200 high-efficiency and energy-saving ultra-fine pulverizer construction project...[Details]
*This article is based on the author's report at the "Embedded System Association Theme Discussion (Total 22nd) - Current Situation and Development Prospects of Internet of Things Operating Systems...[Details]
In January, Android 7.0 Marshmallow surpassed Lollipop three years ago to become the second most used Android version in the world. According to
the latest data from
Google
, a snapshot of d...[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]
STM32 has two watchdogs: independent watchdog and window watchdog. This article mainly introduces the use of independent watchdog. Independent watchdog (IDWG): driven by an independent 40KHZ low-sp...[Details]
1) Independent watchdog has no interrupt, window watchdog has interrupt 2) Independent watchdogs can be divided into hardware and software, while window watchdogs can only be controlled by software...[Details]
Design a program for the 51 single-chip microcomputer. It is known that the crystal oscillator frequency of the 89C51 single-chip microcomputer is 12MHz, and it is required to use T1 timing to output...[Details]
;Question requirements: ;Stopwatch timing, press S0 to start timing, and the digital tube will display; ;Press S0 again to stop. If S0 is not pressed to stop after counting for 1 minute, the buzzer w...[Details]