Since I just got the MSP430 chip, I downloaded some tutorials, and the one using it is the MSP430F chip. Mine is the MSP430G chip. I don't know what the difference is between them. Are they both low-p...
[table=98%][tr][td][table=98%][tr][td=1,1,145]1. Overview [/td][td=1,1,627] [/td][/tr][tr][td=2,1][table=98%][tr][td=1,1,40] [/td][td=1,1,692] CH372 is a USB bus universal device interface chip, an up...
I bought a board yesterday and burned vivi into it as soon as possible. After the board was powered on, I could see vivi booting in the hyperterminal, but I couldn't enter the vivi command line no mat...
[backcolor=rgb(247, 247, 247)][font=宋体, Verdana, Tahoma, Arial, Helvetica, sans-serif][size=4] Japanese designer Gofukuyasan has designed a kimono with a printed circuit board pattern, which perfectly...
ZTE,
caught
in the vortex of
the US ban on the sale
of chips
, has sounded the alarm for China's information technology industry and revealed China's "chip disease". Let's follow the ...[Details]
1.MAX31865 (1 Introduction The MAX31865 is an easy-to-use thermistor-to-digital converter optimized for platinum resistance temperature detectors (RTDs). External resistors set the RTD sensitivity, a...[Details]
1. About FPU transplantation As long as the chip has FPU function, the use of FPU is generally enabled by default. You can also select it in the Options tab; 2. About the transplantation of DSP li...[Details]
Regarding the PHY construction of LWIP, the PHY chip used is LAN8720A, RMII mode. Regarding the hardware connection part, the Atomic board F407 is used, and the hardware connection is as follows: ...[Details]
I used STM32CubeMX V4.22.1 to generate a project including EHT and Lwip. The debugging has been abnormal. After careful inspection, the following problems were found: 1. The hardware uses LAN8720A, b...[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]
OSC_IN and OSC_OUT are external crystal pins by default. If you do not use an external crystal oscillator on the STM32, how to connect OSC_IN and OSC_OUT If you use the internal RC oscillator instead...[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]
In the packaging process of a production line, every time the conveyor belt of the production line delivers a product to the packaging machine, the "SP" terminal outputs a pulse to the T1 terminal of...[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]
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]
There are many types of blood glucose meters on the market, with different structures and shapes, prices and accuracy. It is difficult to achieve both price and accuracy. The reason is that a sui...[Details]
include ht47c20.inc data .section 'data' count db ? code .section at 0 'code' org 00h jmp start org 04h reti org 08h reti org 0ch jmp rtc_int org 10h reti ;**************************** star...[Details]