[i=s] This post was last edited by paulhyde on 2014-9-15 09:37 [/i] [code]/******************************************************** The goal of this program is as follows: 1: Do not use the INTn inter...
[i=s]This post was last edited by sonicfirr on 2022-4-8 10:24[/i]This article records the development process of RVB2601 using NTP for network timing. It took me three long periods of time to complete...
Dear experts from FPGA forum:In order to facilitate the use, learning and sharing of the old shrimp and the newcomers, I urge everyone to compile the verified FPGA modules into a book and share them o...
[i=s]This post was last edited by Aguilera on 2019-2-11 19:46[/i] [align=left][align=left][font=微软雅黑, 宋体][size=4][color=#000000]To become an embedded engineer, simple MCU basic learning and applicatio...
I connected AT89S52 to 1602 LCD, and connected P1 port to D0-D7 of LCD. I wrote a program, but the LCD can only display even numbers if it is a number, and only letters if it is b, d, f... I think the...
What are the solutions for DVR? If you know, please tell me. Which chips are used? I know that the main ones are TI's DM6446, HiSilicon's 351x series, and Taiwan's Faraday's 818x series. If you have w...
China Energy Storage Network News:
On April 24, State Grid Corporation of China (hereinafter referred to as "SGCC") and China Southern Power Grid Co., Ltd. (hereinafter referred to as "CSGC")...[Details]
When
artificial intelligence
can help humans take on some work, we always divide the responsibilities of both parties very clearly. When humans work, we rarely see
artificial intelligen...[Details]
Because the STM32 HAL library only has millisecond-level delay for HAl_Delay(), in order to achieve accurate microsecond-level delay, Systick has to be modified. However, since it is used internally ...[Details]
From last year to now, competition in the photovoltaic inverter industry has become increasingly fierce. In addition to the introduction of new products, various marketing and promotion methods hav...[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 is also a routine in the development board, with explanations of the key points. The program is as follows: /********************************************************* Program notes: First...[Details]
In 2018, the National Development and Reform Commission issued a new photovoltaic subsidy policy. The benchmark on-grid electricity price was significantly reduced, the return on investment decreased,...[Details]
Introduction: As a power electronic device, the photovoltaic inverter mainly converts the direct current generated by the photovoltaic module into alternating current. Because there are thousands o...[Details]
This example sets up a button to adjust the square wave of different frequencies (multiples of 100) from 100-1000hz. In addition, serial port communication is added, and the corresponding frequency c...[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]
The following comes from - "cortex-M3 Definitive Guide" Special function register group: Program Status Registers (PSRs or xPSRs) Interrupt mask register group (PRIMASK, FAULTMASK, and BASEPRI) ...[Details]