Author: Zhou Weiyi, a member of Mr. Gaosu's team in technology. Mr. Gaosu has written some articles on DDR3 in the past. Although some cases have mentioned the problem points, they are only written to...
TrueStudio flashes STM32 project and prompts Verify failed. Now I am helpless.
Compilation is OK, debug is burned to stm32103c8t6, it was normal before, burning other small projects is also normal,but...
Why is it that even though the board is connected and the serial port driver is installed, when I click the serial port program, it still says that there is no such serial port? ? ?...
[i=s]This post was last edited by 37°男人on 2015-12-2 10:36[/i] [color=#000][font=Consolas][b](ffmpeg is often used to process and convert video data, and for testing. Today I summarized it and referred...
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]
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]
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]
On May 16, in response to
the public opinion storm caused by
Lenovo's
"
5G
voting" incident,
Lenovo
Holdings Chairman and
Lenovo
Group Founder Liu Chuanzhi, Lenovo Gr...[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]
T1 or T2 are two timers/counters of MCS-51 microcontroller. The first method can use two timers/counters to generate rectangular waves. In order to save interface resources, the second method is used...[Details]
MCU Programming: Find the average value of 8 unsigned numbers. There are 8 unsigned numbers stored in 8 units of the internal RAM starting at 20H. It is required to save their average value in R2. ;-...[Details]
In the 51 single-chip microcomputer's on-chip data memory units 20H and 21H, the data 9 and 2 are stored respectively. Write a program to calculate the difference and product between the two. The d...[Details]
At the early morning of November 17th, Beijing time, at the Global Supercomputing Conference held in Denver, the United States, the "nonlinear earthquake simulation" application completed by the te...[Details]
For the STC89 series microcontrollers in PQFP-44 and PLCC-44 packages, 4 I/O ports P4 are added. The address of P4 port in the special function register is E8H, which can be bit addressed. User...[Details]
;The chip is EM78P153 ;P64, P65 are connected to the crystal oscillator, the oscillation mode is 4MHz crystal oscillator ; Watchdog off, instruction cycle is 2 CLOCK, P63 is reset pin ;**************...[Details]
Ht47AD converter application include ht47c20.inc data .section 'data' Rs equ 0064h n db ? count db ? kh db ? kl db ? th db ? tl db ? int_count db ? ;---------------------------- code .section at 0 ...[Details]