Problem phenomenon: [code] I created a root file system, and it stops here after booting: NET: Registered protocol family 1 NET: Registered protocol family 17 VFS: Mounted root (cramfs filesystem) rea...
[i=s] This post was last edited by a software and hardware expert on 2014-1-2 20:45 [/i] [b]List of development tools: [/b] Circuit design/PCB Layout: Cadence Allegro 16.5 MCU software development: MP...
I got the development board for a while, and started to learn RTT intermittently. At present, I have made some simple peripheral functions, and I have chosen to use DAC to output sine wave test. Let's...
[i=s]This post was last edited by michael_llh on 2016-3-13 19:28[/i] [align=center][font=新宋体][size=4]MSP430 Tutorial 12 ADC (Part 1)[/size][/font][/align][align=left][font=新宋体][size=4]First of all, we...
Photovoltaic inverters are the core equipment of photovoltaic systems. Their main function is to convert the direct current generated by photovoltaic modules into alternating current that meets the...[Details]
The status of interrupts in developing embedded systems is absolutely unquestionable. In the era of C51 microcontrollers, there were only 5 interrupts, including 2 external interrupts, 2 timer/counte...[Details]
This is a "cooperation" that is related to the future development of China's semiconductor industry. Let's follow the embedded editor to learn more about the relevant content.
Last week, a...[Details]
T1 or T2 are two timers/counters of MCS-51 microcontroller. The first method can use two timers/counters to generate rectangular waves. In order to save interface resources, the second method is used...[Details]
Assume that the crystal frequency of the microcontroller is 6MHz. It is required to use timer 1 in mode 0 to generate a continuous square wave pulse with a period of 500us, and output it from P1.0. T...[Details]
China Energy Storage Network News:
Recently, the "Internet +" smart energy demonstration project, which is supervised by the State Grid Corporation of China and led by the Global Energy Inter...[Details]
According to data released by WitsView, among the top six TV panel companies in 2017,
Samsung
's TV panel production capacity declined the fastest, reaching -15.4%. However, this does not m...[Details]
1) Add a 4*4 keyboard to Experiment 1, so that the keyboard input operation
can be displayed
through
the LED
.
2) The functions realized by the keyboard are shown in the keyboard dia...[Details]
According to MEMS Consulting, Israeli 3D imaging
sensor
manufacturer
Vayyar
Imaging recently announced that it has completed a $45 million Series C financing round, which was jointl...[Details]
/***********74HC165 parallel input and serial output example program************/ // MCU ATmega8 reads the address of the dip switch of 165 serial input // // Crystal oscillator: internal 1M // ...[Details]
Preface I mentioned earlier that the timer function of STM32 is very powerful. Today, let's summarize another "powerful" function of it: TIM's comparison output function, which outputs adjustable PW...[Details]
Note that it is UART4, not USART4 In stm32 UART and USART are not the same USART is a universal synchronous/asynchronous serial receiver/transmitter UART is Universal Asynchronous Receiver/T...[Details]
I have heard from netizens that the timer part is complicated and difficult to deal with. A classmate in the lab has also been working on it for a while, but he is a dedicated researcher! As a schola...[Details]
Code used in this blog post: http://download.csdn.net/detail/king_bingge/5739167 I haven't written a blog for several days. I have been busy with the Challenge Cup these days. Due to some discordant...[Details]
When it comes to USB, everyone must be familiar with it and unfamiliar with it. Familiar because we use it every day, unfamiliar because its complicated classification makes many people confused. S...[Details]