Hello everyone, I am a beginner in microcontrollers and have just learned assembly programming. I made an experimental board with PIC16F876A-A/SP. I have been debugging the A/D module for almost a wee...
This time, I used the C language library programming method according to the technical documents in the download. I felt the convenience brought by the C language library. I no longer had to operate s...
I want to ask if F2812 can realize serial port burning like MCU. I have used ST MCU before. With the emulator, I can also burn flash through serial interface (UART, CAN, etc.) to complete program upgr...
When the domestic discussion about "ZTE being banned" was hot, Alibaba officially announced the acquisition of chip supplier
Zhongtianwei
, but the investment amount was not disclosed. At t...[Details]
1. Photovoltaic inverter installation process
1. Preparation before installation
Are the product accessories, installation tools and parts complete? Is the installation environmen...[Details]
At the beginning of the new year of 2018, after the release of the national photovoltaic policy, we found that the state’s support for village-level poverty alleviation power stations has not weake...[Details]
Using the WWDG of STM32F030, it is found that the MCU will not be reset under STOP, just like the sleep mode of STM8S. Paste the watchdog code: /******************************************************...[Details]
When STM32 uses JTMS (PA13) and JTCK (PA14) as normal I/O ports, add the following code before initialization (the order cannot be reversed): RCC_APB2PeriphClockCmd(RCC_APB2Periph_AFIO, ENABLE); G...[Details]
LiDAR is a comprehensive light detection and measurement system. Compared with ordinary radar, LiDAR can provide high-resolution radiation intensity geometric images, distance images, and speed im...[Details]
1. ATMEGA128 Data Sheet Watchdog Timer The watchdog timer is driven by an independent 1 MHz on-chip oscillator. This is a typical value at VCC = 5V. See the characteristic data for typical val...[Details]
International Solar Photovoltaic Network News: On November 21, Australia's SMA Solar Technology Co., Ltd. signed a contract with the local government to provide photovoltaic inverters with an insta...[Details]
#include MSP430x12x2.h #define TEM_ADC_CHL 0x0a void InitSys(void); void Read_ADC(unsigned int INCH_channel); void ADC_TO_TEM(void); unsigned int ADC_sample_val; unsigned int long temp1,temp2;...[Details]
MSP430 uses ADC10 to measure the voltage of the temperature diode inside the chip #include "msp430x22x4.h" //This program uses ADC10 to measure the voltage of the temperature diode inside the chip ...[Details]
int main( void ) { WDTCTL=WDTPW+WDTHOLD; //Turn off the watchdog BCSCTL1 =CALBC1_1MHz; //Set DCO to 1MHZ DCOCTL =CALBC1_1MHZ; //Select the timing mode, and select the clock source as ACLK, that ...[Details]
1 Main features of EM78P447S The EM78 series of MCUs are 8-bit high-cost-effective MCUs manufactured by Taiwan Elan Electronics Co., Ltd. using CMOS technology. This series of MCUs generally have bui...[Details]
After understanding the principle of remote control transmission, you can make a remote control by yourself, but what if there is no special chip? Use a single-chip microcomputer, and then cooperate ...[Details]
MCS-51 series single-chip microcomputers do not have PWM output function, which can be realized by using timer and software. It is very practical for occasions where precision is not required. High-s...[Details]
In 2018, the hottest trend is still
artificial intelligence
.
The craze for
artificial intelligence
has swept all walks of life, whether it is the Internet of Things, smart hardware,...[Details]