Recently I wrote a PWM signal with adjustable frequency and duty cycle, with an accuracy of 1HZ. I also need to generate another complementary PWM signal with a dead zone, but I don't know how to writ...
I have never used a GPS module before, but I don't know where to start when I got one today. Does anyone have a 51 MCU program to read the data of the American Trimble Lassen IQ GPS module 46240-25? P...
[i=s]This post was last edited by symic on 2022-8-6 23:08[/i]I haven't touched Bear Pie for a long time. I learned the southbound development process some time ago, mainly focusing on driver developme...
I'm a newbie and don't understand a lot of things. What kind of basic settings do you need to do before using a pin as an input or output for the MPC56XX chip? Note: I'm using Freescale CodeWarrior. I...
Why is B limited to the range of plus or minus 32MB of the current instruction? Also, ARM instructions are word-aligned, and the lowest 2 bits of the address are fixed to 0. What does this mean? I loo...
In the past few days, the Chinese display panel giant
BOE
has been flooded with articles supported by Liu Shuwei. Let's follow the embedded editor to learn about the relevant content.
...[Details]
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]
Unique device identifiers are suitable for: ● Used as a serial number (e.g. USB string serial number or other terminal applications) ● Use the unique ID as a security key when used in conjunction wit...[Details]
All relevant units:
In accordance with the relevant requirements of the provincial and municipal electric vehicle charging infrastructure construction work, in order to further standardize the...[Details]
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]
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]
1. Basic Concepts of LCD/LCM The structure of Liquid Crystal Display (LCD) is to place liquid crystals between two parallel pieces of glass. There are many vertical and horizontal fine wires between...[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]
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]
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]
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]
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]
On the evening of May 4, Alibaba released its Q4 and full-year financial reports for the 2018 fiscal year. The overall growth was rapid, with revenue of 250.266 billion yuan for the 2018 fiscal yea...[Details]
//******************************************************************************/ #include msp430.h //Note: There must be a delay between two transmissions, otherwise it cannot be sent again, seria...[Details]