[i=s] This post was last edited by jameswangsynnex on 2015-3-3 19:52 [/i] How to adjust the load regulation rate of the switching power supply? Please help...
1. Introduction to USCI I2C Driver For MSP430G2553, the hardware I2C is provided by the peripheral USCI (Universal Serial Communication Interface). USCI is divided into USCI_A and USCI_B, of which USC...
Requirements: The user inputs 10 numbers, and these numbers are arranged from large to small. The program I wrote is as follows: main() { int i,j,min,a[10]; printf (" input 10 number:"); for (i=0;isca...
Live replay: The development and latest applications of TTI TE sensors in industrial motors : https://training.eeworld.com.cn/course/5339China's "One Belt, One Road" initiative is boosting electricity...
For STM32, there are two ways to reset the software: 1) Use the official software library The system reset function is directly provided in the stm32f10x_nvic.c file of the official software li...[Details]
The trade war between China and the United States has become the focus. The United States has begun to play the ban card against Chinese technology companies. The ZTE incident shows that if the ban...[Details]
When Amazon launched its first
cloud computing
service, the outside world was not optimistic about this direction, as it had high investment, low profits and many uncertainties. Let's follo...[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 my first time writing an STM32 program. I have many questions to ask. I want to convert the data of the SO of MAX6675 into the actual temperature and read it out using the serial port tool. I...[Details]
STM32 uses FSMC to read and write CPLD programs. CPLD is hung on the address line and data line of STM32. CPLD is regarded as an off-chip RAM for reading and writing. On the board I made, CPLD is hun...[Details]
How to convert the pin voltage value into V using the built-in ADC of STM32? V(ADC) = Value(ADC) * V(ref)/4096 (The ADC of STM32 is 12 bits, so the maximum value of the AD word is 4096)
Where V(ADC...[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]
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]
//Environment: winavr+avr studio char temp=0; ISR(TIMER1_COMPA_vect )//interrupt function { // user code here temp++; if (temp==10) temp=0; PORTA=temp; DDRA=0xff; } void ...[Details]
MSP430 MCU 1602 LCD 60-second timing program //************************************************************** // P3BIT5 connects to RS)-- (BIT7 connects to NE)-- (BIT6 connects to RW) //P4 port sends...[Details]
Recently, the Ericsson Mobility Report pointed out that
5G
is expected to be deployed first in dense urban areas to support eMBB (enhanced mobile broadband) services. The report predicts th...[Details]