[i=s]This post was last edited by lcofjp on 2020-5-4 18:02[/i]When writing portable C++ code you need to write conditional code that depends on compiler used or the OS for which the code is written.
H...
[i=s]This post was last edited by xunke on 2021-12-20 15:43[/i]Reposition selected components one by one. I found that this function is rarely mentioned in online tutorials. I think this function is v...
1. Resistors are represented by "R" plus numbers in the circuit, such as: R1 represents the resistor numbered 1. The main functions of resistors in circuits are current shunting, current limiting, vol...
Words for beginners (1) Learning MCU - What should we do? Why should we learn MCU? MCU is a common course in electrical engineering majors in colleges and universities. Some schools even list it as an...
I have done some exercises on M8L recently, and I feel that it is better than 51---it tastes great... Although PIC also... But due to the requirements of the system and the characteristics of M8L, aft...
[i=s] This post was last edited by qwqwqw2088 on 2015-5-30 16:12 [/i] [table=98%] [tr][td][color=#000][font=Arial, Verdana, sans-serif][size=12px](Repost) A Collection of Several 2B Problems of MSP430...
China Energy Storage Network News:
On April 24, State Grid Corporation of China (hereinafter referred to as "SGCC") and China Southern Power Grid Co., Ltd. (hereinafter referred to as "CSGC")...[Details]
When
artificial intelligence
can help humans take on some work, we always divide the responsibilities of both parties very clearly. When humans work, we rarely see
artificial intelligen...[Details]
1. Principle 1. Infrared emission protocol There are many infrared communication protocols. This experiment uses the NEC protocol. This protocol uses PWM modulation and uses pulse width to represen...[Details]
In the previous article, I wrote a simple GPIO running light test, which looked a bit monotonous. I was used to serial port debugging. If there was no serial port on the board, I had to find another ...[Details]
Today, under the guidance of a low-level expert, I learned how to configure the PWM module! Woof! First open the file configured last time, as follows: Then, we need to use TIM1 to set PWM: Then,...[Details]
Function List and Notes (lower-level driver part) 1. IO port initialization: control IO and communication IO. Control includes power control, reset and low power mode. Communication is the serial po...[Details]
In 1952, Bell Labs built a 6-foot-tall automatic number recognition machine called "Audrey", which could recognize the pronunciation of the numbers 0 to 9 with an accuracy of more than 90%. And its...[Details]
Although it is early summer, the Chinese smartphone market is still in the cold winter, just like Beijing in April with snow. For mobile phone brands caught in the middle, the cold is even more bit...[Details]
Superconductors have physical properties such as zero resistance effect, Meissner effect and Josephson effect, which make them have broad application prospects and unparalleled advantages in many b...[Details]
This example is mainly to familiarize yourself with the register configuration of Timer A and the configuration method of IAR. /*********************************************** Program function: re...[Details]
Different from 51, AVR and other single-chip microcomputers, the clock signal sources of msp430 include LFXT1, XT2 and DCO. 1. LFXT1: It can connect high-speed and low-speed crystal oscillators. In l...[Details]
This is also a routine in the development board, with explanations of the key points. The program is as follows: /********************************************************* Program notes: First...[Details]
I have been working on a stm32 project recently and have been struggling with its startup method. I saw a good article and reposted it. The format of the original article is not very good, and there...[Details]
The pins of stm32 have two uses: GPIO (general purpose io) and AFIO (alternate function io) For some pins (depending on the chip), neither of these two uses exists. For example, in 64-pin products, O...[Details]
I have encountered many problems when tinkering with LD driver recently. I will record them one by one below. Otherwise, who will remember who in five hundred years? 1. Configuration issues of multi-...[Details]