Previously, I used a tflash card and a USB slave device controller to implement a USB flash drive. Now I want to use a tflash card, a nand flash, and a USB slave device controller to implement a USB f...
The source program is as follows: /*******************************************************************/ / */ /* Module Name : GPIO */ /* File Name : main.c */ /* Function : Read and write EEPROM 24C02...
This is a piece of soap that can't be used for bathing, a lamp design that will make you feel incredible. This soap lamp uses electromagnetic induction charging, no plug socket, no metal contact, just...
I have written a program and run it on the simulator. I want to burn it into the board. Which compiler should I use? Do I have to use Platform Builder?...
Preface I have been thinking for a long time whether to write this article. Finally, I think there are still many people interested in operating systems, so I will write it. I may not be able to make ...
[i=s] This post was last edited by jameswangsynnex on 2015-3-3 19:59 [/i] Amplifier and Data Converter SelectionFirst, let's look at their general coverage:pipeline ADCs, precision DACs, and SAR ADCsS...
Friends who work in the photovoltaic industry, do you still remember the hard work on June 30 last year? How many people worked late into the night for months in a row just to connect to the grid a...[Details]
I have always wanted to write some posts and blogs, but I just couldn't bear to do it as I just graduated. After some preparation, I decided to write down some of the things I learned in the past few...[Details]
Time flies. Since the beginning of 2018, news related to home appliance companies have repeatedly made headlines, and competition in the home appliance market continues to intensify. In order to be...[Details]
Recently, the "Smart Photovoltaic Industry Development Action Plan (2018-2020)" jointly issued by six departments has put this concept on the forefront. Photovoltaic smart solutions will become the ne...[Details]
I slightly changed the lyrics of Yu Quan's song "Running", which seems to be
a reflection of the current state of
Huawei Cloud
. At the annual Huawei Analyst Conference held on April 17,
Zh...[Details]
As the brain of a mobile phone, the mobile phone processing chip is of great importance. Xiaomi, which started out as the MIUI company, has long been keenly aware of the gap between China and devel...[Details]
The frequency calculation formula of the PWM wave generated by the output comparison mode of the timer is: 72M/((2*(arr+1))*(psc+1) ) For example, if you set: PWM_Init(1000-1,72-1); (PWM_Init(arr,psc...[Details]
Since 2018, the field of artificial intelligence chips has been very lively. Especially in China, the rich vertical application scenarios have provided fertile ground for the development of AI chip...[Details]
;The hardware connection circuit of the 51 single-chip microcomputer is as follows: ;P1.3 and P1.4 are each connected to a button; ;P0.0 and P0.3 are each connected to a light-emitting diode; ;P2.0~P...[Details]
Take serial port interrupt as an example: like: void serial() interrupt 4 { } and void serial_uart() interrupt 4 { } The functions of both functions are to define the serial port interrupt function. ...[Details]
"When the spring breeze blows, the horses gallop." This is
a true portrayal of the development of
NB-IoT
(Narrowband Internet of Things) in China and even the world in the past two years. Le...[Details]
When programming with Elan MCU, please pay attention to the following points: 1. When the program is longer than 1K, page jump will occur. If an interrupt handler is enabled, after entering the inte...[Details]