I just got it today, so most of the people in my forum use MDK5.0, so I downloaded one too, but I don’t know why the compilation fails now. I don’t know if there is something wrong with the settings. ...
I wrote an LED--IP core according to the above logic, defined two registers (control register) (data register), and replaced PIO-LED according to the my-first-hps-fpga project template. When executing...
FPGA configuration circuit can be seen as the link between user design and hardware circuit. The ultimate goal is to accurately and quickly implement FPGA system configuration under certain external c...
Hope it can be of reference value. 1. Siemens: TC35 MC35 2. WAVECOM: Q2403 Q2501 3. Sony Ericsson: GR47 4. Huawei: GTM900 5. ZTE: MZ28 and so on. . . ....
Dear heroes, urgent help, I bought a MSP430 emulator PCB blank board, after soldering it, I plugged it into the computer via USB, and the computer automatically installed the driver after setting it u...
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]
In the actual project development process, hardware circuits often need to be modified, and the modified parts need to modify the driver. Thinking about the coming and going of such requirements is t...[Details]
The program got stuck during LCD initialization. Through hardware debugging, it was found that it was stuck in the Delay_ms() function. Going to the definition, it was found to be a macro definition ...[Details]
introduction STM32 has many registers, which are difficult to remember, so the official packaged two sets of library functions. One is the standard library, but the official has not updated it on F7,...[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]
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]
When designing a product, if the application environment's requirements for power isolation are not considered, the product will be unstable due to improper design, and even high voltage may damage t...[Details]
In the project, CPLD is needed to complete part of the algorithm design. The parameters are given by AVR, so the communication between AVR and CPLD needs to be completed. Therefore, a test program is...[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]
I used the bit definition in my 51 program: bit flag. After defining it this way, I ran the program and downloaded it to the circuit board. I found that the flag was not the value I set, which led to...[Details]
ADC Introduction: ADC (Analog-to-Digital Converter). That is, converting analog signals into digital signals for processing. When storing or transmitting, analog-to-digital converters are almost ...[Details]
At this exhibition, Microsoft brought its flagship intelligent voice products - XiaoIce and Xiaona. In addition, the voice will be equipped with an intelligent face recognition system. Let's see ho...[Details]
The Vatican Secret Archives is one of the world's greatest historical collections, but many of its documents have never been transcribed. Recently, a project called Codice Ratio used a
combination...[Details]
STM32 ADC multi-channel conversion Description: Use ADC to continuously collect 11 analog signals and transfer them to memory through DMA. ADC is configured to scan and continuously convert mode,...[Details]
12864 LCD parallel port driver is more commonly used, but considering that sometimes the IO port of the microcontroller or MCU is limited, the serial driver method can be used. The following is ...[Details]