[i=s]This post was last edited by cjwmusic on 2022-5-4 21:38[/i]1 Receive the board
I received this board during the May Day holiday. It is very simple as a whole and consists of GDLink and a minimum ...
I have got the XMC4800 for almost a week, and I gradually feel the power of the DAVE software. For a certain component, the program calls it APP, which can be directly added, and then the correspondin...
[i=s] This post was last edited by dontium on 2015-1-23 13:31 [/i] I would like to ask everyone, in CCS, floating point numbers are represented by 32 bits. If I want to write a floating point number i...
Live broadcast time: June 2, 14:00-17:00Live broadcast topic: TI MSP430 introductory training
Watch replay: Click here
Demo source code:Lecture document:
1.MSP430 Overview and Main Functions: www.ti.c...
The first STM32 China Summit in 2016 was successfully held in Shenzhen, which greatly strengthened the influence of the STM32 brand in China and consolidated ST's leading position in the global semico...
1 mutex supports FIFO and PRIO task blocking strategies. If it is FIFO, the blocking queue is arranged in the order of first-come-first-served. If it is PRIO, it is arranged in the order of priority. ...
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]
0. Preparation First use st-link to connect the stm32 core board and PC for burning St-link Stm32 3.3V 3.3V GND GND SWDIO PART SWCLK DCLK Then connect with USB serial port board to v...[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]
The storage media corresponding to the three boot modes of STM32 are built-in to the chip, they are: 1. User Flash = Flash built into the chip 2.SRAM = RAM area built into the chip, which is the m...[Details]
This example sets up a button to adjust the square wave of different frequencies (multiples of 100) from 100-1000hz. In addition, serial port communication is added, and the corresponding frequency c...[Details]
The key is the configuration of registers. The T1 timer (16 bits) of CC2530 needs to configure three registers: T1CTL, T1STAT, IRCON Here is just a brief introduction. For more details, please refer ...[Details]
When the program starts running, light A turns on for 5 seconds, then turns off, light B turns on for 5 seconds, light B turns off, light C turns on for 5 seconds, light C turns off, the program ends...[Details]
The single-chip microcomputer running light program requires all 32 serial ports to be used, and each serial port has eight LEDs. Question supplement: The 8051 single-chip microcomputer is used, an...[Details]
A simple experimental programming question for the microcontroller: write a 3-byte binary addition subroutine. The program entry is: addend 1: 22H, 21H, 20H three bytes, 22H is the highest bit; adden...[Details]
MCS-51 single-chip microcomputer timer/counter experiment programming program Programming requirements: 1. Connect a light-emitting diode LED to the P1.0 pin, light up for two seconds, turn off for o...[Details]
1. Pin: 0 in 1 out Set Status Output status IO register setting DDR×A certain bit is set to 1, and the corresponding bit IO is set to output; PORT×A certain position is 1/0, and t...[Details]