Due to programming needs, the Double type is used to store data. However, when debugging, it is found in the Memory observation window that the Double type will automatically truncate the last few bit...
The process of changing an EXE or DLL program file after it has been loaded to reflect the actual load address is called "fixing up". Can anyone explain to me what this fix up means? There is also thi...
[size=11px]I am learning embedded development and I really want to know how to become a good driver development engineer? What kind of driver can be considered a good driver? Why do many people think ...
[size=4][color=#111111][font=Helvetica, Arial, sans-serif]Compared to other books, the pictures in this book are very impressive! [/font][/color] [color=#111111][font=Helvetica, Arial, sans-serif] I h...
How to save money with LCD meter←Energy Saving Wizard C card prepaid meter controller※Meter reversal QQ: 272208552 Tel: 13115998303 How to make the card meter go backwards, [If the website cannot be o...
[i=s]This post was last edited by hh376158101 on 2014-9-26 22:06[/i] I was browsing the Internet and saw this AD6 3D modeling tutorial. I took a quick look and it was easy to understand. I don't need ...
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]
Recently, the US embargo on ZTE has attracted much attention. Let's take a look at the relevant content with the automotive electronics editor. On April 16, local time, the U.S. Department of Co...[Details]
0. Preparation First use st-link to connect the stm32 core board and PC for burning St-link Stm32 3.3V 3.3V GND GND SWDIO PART SWCLK DCLK Then connect with USB serial port board to v...[Details]
Although it is early summer, the Chinese smartphone market is still in the cold winter, just like Beijing in April with snow. For mobile phone brands caught in the middle, the cold is even more bit...[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]
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]
This example is mainly to familiarize yourself with the register configuration of Timer A and the configuration method of IAR. /*********************************************** Program function: re...[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]
I have been working on a stm32 project recently and have been struggling with its startup method. I saw a good article and reposted it. The format of the original article is not very good, and there...[Details]
The key is the configuration of registers. The T1 timer (16 bits) of CC2530 needs to configure three registers: T1CTL, T1STAT, IRCON Here is just a brief introduction. For more details, please refer ...[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]
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]