[Help] The virtual serial port of LaunchPad is identified as COM5. What software should I use to connect? I tried several serial port tools but they only support COM1-COM4......
With the continuous improvement of microcontroller performance and the reduction of costs, microcontrollers have been widely used in various fields. Especially in the control and processing of signals...
If I buy your 430USB port programmer, in addition to being able to download programs, can you provide independent drivers and calling instructions so that the programmer can be used as a tool for comm...
unsigned char i2c_read(void)
{unsigned char read_data = 0;//按照i2c协议TWCR = 0xA4;// send a start bit on i2c buswhile(!(TWCR & 0x80));// wait for confirmation of transmitTWDR = 0x92;// load address of i2...
Chip: STM32F103C8T6 Application Pin: Output: PA0, PA1 TIM2 CH2 channel To achieve 50HZ (20ms) adjustable PWM output on the PA1 pin, set the system TIMx_CNT=8MHZ=8000 000HZ, set TIMx_PSC=800-1, then T...[Details]
Our photovoltaic power station starts working at 5:30 in the morning. When you are still sleeping, the inverter starts working to make money!
Some people are skeptical. The sun hasn't even...[Details]
Since China began to try to produce panels independently in 1998, in 2018, China's panel industry has gradually upgraded from a marginal industry to the largest production scale. Especially in the ...[Details]
Unlike three years ago, today's
artificial intelligence
is no longer just a floating concept, and the venture capital circle has begun to explore the various possibilities of this technolog...[Details]
I rewrote the main part of this program. The program uses the watchdog as a normal timer and scans the digital tubes in the watchdog interrupt. In addition, I added a display buffer. If you want to d...[Details]
From concept proposal, prototype exploration, technology accumulation to product iteration and industrial development,
VR
has gradually expanded from the military market to the consumer market...[Details]
Similar to the development trend of photovoltaic modules, photovoltaic inverters are also one of the examples of China's successful localization of manufacturing and leading the global market and tech...[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]
Independent watchdog (IWDG) and low power mode are often used in STM32 development. The watchdog is to detect and solve faults caused by software errors, and the low power mode is to enter sleep mode...[Details]
A crystal oscillator can be electrically equivalent to a two-terminal network consisting of a capacitor and a resistor in parallel and a capacitor in series. In electrical engineering, this network h...[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]
1. What is PWM What is PWM? Professionally speaking, it is pulse width modulation. In layman's terms, it is the continuous output of high and low levels. For example, the microcontroller outputs...[Details]
/*----------------------------------------------- Name: IIC protocol PCF8591 AD/DA conversion Content: Use DA input, digital tube display output digital quantity, LED display analog voltage size ...[Details]
The circuit shown in the figure requires that the light is off when the machine is turned on. Press the button once, and the light D1 will turn on and automatically turn off after a delay of 10 secon...[Details]