How to do FPGA background modeling, can anyone give me some advice? For example, Gaussian modeling, I have read some papers, but I am still confused, please give me some advice...
I bought a development board online a few days ago, it seems to be from Litian Electronics, but there is a problem, which is very confusing. I can simulate in RAM with H-JTAG, but I can't download the...
First of all, directivity refers to the range of sound that a microphone can record, not how it is used.
Directivity can be divided into omnidirectional, figure-8 and cardioid. To put it simply, omnid...
[i=s]This post was last edited by shenlan1986 on 2016-10-31 12:57[/i] [align=center]Let's play with Raspberry Pi 3 + the belated Pi3 unboxing review[/align] I just returned to the office from a busine...
I am switching from C++Builder to wince development. I am going to use C++ to develop under wince5. I have read a lot on the Internet, but I still don't understand. I want to ask, what development too...
Recently, the first Digital China Summit was held in Fuzhou, attracting many domestic ICT industry giants to participate in the exhibition. The long queues outside the venue, the noisy and exciting...[Details]
Wang Xiaochuan, the "Wudaokou Goalkeeper", is going through a level that he has never gone through before. For example, Sogou's (NYSE: SOGO) financial report, artificial intelligence, and the futur...[Details]
Event: The company simultaneously released its 2017 annual report and the first quarter report of 2018. In 2017, the company achieved revenue of 8.886 billion yuan, a year-on-year increase of 48.01...[Details]
China Energy Storage Network News:
According to reports, in order to reduce carbon emissions, a group of Japanese technology and energy companies are launching a pilot project that aims to al...[Details]
1. Principle 1. Infrared emission protocol The infrared transmission protocol has been written in the previous article , so I will not repeat it here. 2. Timer counting and input capture A timer...[Details]
When the domestic discussion about "ZTE being banned" was hot, Alibaba officially announced the acquisition of chip supplier
Zhongtianwei
, but the investment amount was not disclosed. At t...[Details]
The last two blogs talked about a version problem of STM32CubeMX and the problem of hardware reset. When you solve these two problems, you will find that after the program is burned into the board, t...[Details]
Automotive LCD Instrument Clock EMI Solution As early as 2014, the market size of China's automotive full LCD instrument has reached 3.506 billion yuan, and it is expected that by 2020, this s...[Details]
From small households to large enterprises, energy consumption has always been a concern for everyone. The energy consumption of Chinese enterprises has always been high, and the country has also wor...[Details]
At the beginning of the new year of 2018, after the release of the national photovoltaic policy, we found that the state’s support for village-level poverty alleviation power stations has not weake...[Details]
The analog watchdog of the ADC is used to check if the voltage is out of bounds. It has two upper and lower bounds, which can be set in the registers ADC_HTR and ADC_LTR respectively. The library fun...[Details]
STM32 has two watchdogs: independent watchdog and window watchdog. This article mainly introduces the use of independent watchdog. Independent watchdog (IDWG): driven by an independent 40KHZ low-sp...[Details]
1) Independent watchdog has no interrupt, window watchdog has interrupt 2) Independent watchdogs can be divided into hardware and software, while window watchdogs can only be controlled by software...[Details]
When STM32 uses JTMS (PA13) and JTCK (PA14) as normal I/O ports, add the following code before initialization (the order cannot be reversed): RCC_APB2PeriphClockCmd(RCC_APB2Periph_AFIO, ENABLE); G...[Details]