There are three basic clock sources for MSP430: LFXT1CLK, XT2CLK, DCOCLK; - Among them: LFXT1CLK: can work with low-frequency watch crystal, standard crystal, ceramic resonator or external clock sourc...
I recently downloaded a program written by a foreigner and found it was for MSP430, so I installed IAR to compile it. As a result, more than 100 errors occurred, most of which were in msp430fr5969.h. ...
[i=s]This post was last edited by jameswangsynnex on 2015-3-3 20:05[/i]In 2012, the overall market of the domestic electronic component distribution industry was sluggish. Many Japanese chip manufactu...
The list is out and can be seen here: https://bbs.eeworld.com.cn/thread-1084541-1-1.html
Welcome everyone to guess the questions: https://bbs.eeworld.com.cn/thread-1084544-1-1.htmlList of component in...
Today, I used TI's simple_Peer_to_Peer routine to do a peer-to-peer network experiment. After downloading LinkTo.c and LinkListen.c programs to two EDs, respectively. After the talker is powered on, t...
Content: Multiple digital tubes display different numbers respectively. This scanning display method is called dynamic scanning, and the value is constantly changing. ---------------------------------...
In the past few days, the news that ZTE was "banned" by the US Department of Commerce has triggered widespread reflection and concern in various domestic industries about the lack of independent co...[Details]
Entering the information age after the millennium, the huge demand for semiconductor chips has made China the world's largest semiconductor market. According to relevant data, the scale of my count...[Details]
Recently, the U.S. Department of Commerce announced that it would prohibit companies in the country from selling any electronic technology or communication components to ZTE, a Chinese communicatio...[Details]
On April 20, Alibaba Group announced that it would acquire
the
chip
company Zhongtian Microelectronics and invest in six
chip
companies. Yesterday, JD.com CEO Liu Qiangdong said in a...[Details]
1. Purpose In actual product release, if the program stored in the MCU Flash is not protected, some illegal companies may read the program in the Flash through an emulator (J-Link, ST-Link, e...[Details]
1. The first project We are going to create the first project, which is mainly for project analysis, so that we can understand how CubeMX works and how to trace the code logic. Okay, no more nonsense...[Details]
A few days ago, Hanergy Chairman Li held a grand launch of Hanwa new products, which once again attracted the attention of the mass media to the development of photovoltaics. The unique Hanergy has gr...[Details]
Nowadays, everyone is saying that "technology is people-oriented". The essence of the development of technology is to serve the improvement of the quality of life of human beings. Automated driving...[Details]
1. Heart rate measurement principle 1. What is a heart rate module? The heart rate module is professionally used to monitor the heart rate of the wrist, fingers, forehead, earlobe, chest and other ...[Details]
//Observe the difference between feeding the dog and not feeding the dog, and use the LED indicator of the PB port for status indication. //Switch the LED indicator enable switch of the PB po...[Details]
#include avr/io.h #include avr/interrupt.h int main() { DDRB|=0X20;//Set PWM waveform output, connected to port PB5, see the comment of OCR1A=15625 for details DDRE=0X04; PORTE=0X04; DDRA=0XFF; P...[Details]
AI
chips are becoming a new trend in the industry. On November 15, Qualcomm announced that it would invest in nine Chinese AI algorithm + chip innovation companies. Let's follow the network c...[Details]
/********************************************************************** Read LCD status word to STA function: used to judge busy or idle before writing data or commands to the LCD *****************...[Details]