I am a freshman computer student and I like embedded development very much. But I don't know how to learn it. I learned C++ very well and now I am learning algorithms. I can learn it in one month. I j...
[i=s] This post was last edited by paulhyde on 2014-9-15 08:59 [/i] [font=宋体][size=9pt][align=center][b][font=黑体][size=18pt][color=#000000][/color][/size][/font][/b][b][size=7.5pt][font=Times New Roma...
CCS5.4 CCS5.2 software download link [url] http://pan.baidu.com/disk/home?sr=fc#dir/path=%2FCCS5.2 [/url] When installing CCS5.4, it is best to unzip it before installing. I did not unzip it before an...
[i=s]This post was last edited by paulhyde on 2014-9-15 03:45[/i] [align=left][b][color=#000000]1. Task[/color][/b][/align][align=left][color=#000000]Design and make an ultra-low power inclinometer. T...
How to use msp430f5529 to realize an adjustable alarm clock? I have already completed the clock part of the program, how to realize the function of an alarm clock? I need help from the masters, urgent...
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]
Recently, the U.S. Department of Commerce announced that it would prohibit companies in the country from selling any electronic technology or communication components to ZTE, a Chinese communicatio...[Details]
In our common sense, the word technology often has two definitions. The first is the technology sealed in the laboratory. They are like flowers on the mountain top. Only a few people on the mountai...[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]
I have read the source code of mbed these days, and the interface encapsulation for upper-level application calls is quite good. The code quality is relatively high, the comments are also very detai...[Details]
Function List and Notes (lower-level driver part) 1. IO port initialization: control IO and communication IO. Control includes power control, reset and low power mode. Communication is the serial po...[Details]
After studying the F4 FSMC method to drive the touch screen for a few days, I have gained some understanding, which are listed below. The unorganized record is only for my own reference in the future...[Details]
On April 18-19, 2018, at the "Second Distributed Photovoltaic Carnival" held in Hangzhou, Jinko Power and China New Energy Assets Investment, Financing and Trading Platform (hereinafter referred to as...[Details]
This paper proposes a design scheme for an embedded CNC system based on ARM and FPGA. The software and hardware design of the ARM system, the implementation method of hardware fine interpolation ...[Details]
Recently, Jiangsu GoodWe Power Technology Co., Ltd. ("GoodWe") unveiled two products of the SDT family, the 17kW smart photovoltaic inverter GW17KN-DT and the 20kW smart photovoltaic inverter GW20KN-D...[Details]
Today’s medical devices are filled with increasingly complex electronic devices that monitor, display, assist and warn patients. The latest generation of medical device electronic devices are smaller...[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]
The first one is a DMA mode of multiple channel acquisition void ADC_DMA_Config(void) { ADC_InitTypeDef ADC_InitStructure; RCC_HSICmd(ENABLE); while (RCC_GetFlagStatus(RCC_FLAG_HSIRDY) == RESET); ...[Details]