I believe that engineers are familiar with infrared thermal imagers. However, during the purchase and use process, everyone always has various questions. We have selected 10 most representative questi...
Actual combat! In the last lecture, we learned about the IO port allocation of EASY-M0806R and the pins of various LEDs. Now we will start to write our driver code step by step~ The first is the INIT_...
Last time we talked about the creation of idle tasks:
OSTaskCreate(OSTaskIdle, (void *)0, OSTaskIdleStk[0], OS_IDLE_PRIO); // Create an idle task
The creation of the idle task is completed by calling ...
I use stratix II to control the read and write of DDR2. I found that the local_rdata_valid signal is very strange. The read and write data captured by signalTap are all correct, but the local_rdata_va...
There are many ADC subroutines for CC2640. Now I provide a self-written ADC subroutine, which has been verified by many people and can be used.The subroutine is as follows:
#include "AppAdc.h"#include...
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]
Dong Yang, executive vice president of the China Association of Automobile Manufacturers, said on the 26th that according to the authorization of the Ministry of Industry and Information Technology...[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]
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]
1. Photovoltaic inverter installation process
1. Preparation before installation
Are the product accessories, installation tools and parts complete? Is the installation environmen...[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]
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]
On May 8,
Google
I/O 2018 Developer Conference was held as scheduled in Mountain View, California. In the second year of the full promotion of the "AI first" strategy, artificial intelligen...[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]
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]
MSP430 MCU 1602 LCD 60-second timing program //************************************************************** // P3BIT5 connects to RS)-- (BIT7 connects to NE)-- (BIT6 connects to RW) //P4 port sends...[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]
The simplest way to decrypt a microcontroller is to erase the encryption lock bit in the microcontroller. Due to the unreasonable timing design of the erase operation of the AT89C series microcon...[Details]