[i=s]This post was last edited by IC Crawler on 2022-9-25 18:46[/i]According to the Allwinner V853 SDK download environment, the following error occurs when installing the repo:repo help
/usr/bin/env:...
[color=#333333][font=tahoma, arial, simsun]This board is a simplified version of BBB. Compared with the full version, it lacks eMMC, HDMI, USB and other components! The schematic diagram is the same a...
#include
unsigned int time[100];//Used to store level durationunsigned int i; unsigned char shor;//Minimum duration 0.05ms short unsigned int lon;//Maximum duration 20ms long unsigned char end;//Used ...
1. What do you study in college? The main difference between college students and non-college students is definitely not whether they have mastered a professional skill... A person who insists on a wr...
LIBRARY IEEE;
USE IEEE.STD_LOGIC_1164.ALL;
USE IEEE.STD_LOGIC_UNSIGNED.ALL;ENTITY light ISPORT(clk,reset,sensor: IN STD_LOGIC;green_1,green_2,red_1,red_2,yellow_1,yellow_2 : OUT STD_LOGIC);
END ENTITY...
I bought an STM32F030 board and an F072 board. Both boards have ST-LINK. I disconnected the jumper connecting the ST-LINK and the CPU on the board, and used the ST-LINK's SWDIO and SWCLK to connect to...
CMSIS Driver has similar API functions and similar calling methods. It is a further encapsulation based on the ST HAL library. It is much more convenient and simpler to use and configure than the ST ...[Details]
1. About FPU transplantation As long as the chip has FPU function, the use of FPU is generally enabled by default. You can also select it in the Options tab; 2. About the transplantation of DSP li...[Details]
Overview
Lightning is a strong discharge phenomenon that occurs between thunderstorm clouds and between thunderstorm clouds and the earth due to severe convective weather. Lightning is gen...[Details]
In the development of artificial intelligence, talent reserve is undoubtedly an important part. Artificial intelligence should be a bottom-level technology that can be deeply embedded in any indust...[Details]
According to TechRadar, given rumors that
Google
is developing a Pixel Watch
,
the
recently renamed Wear OS
smartwatch
operating system may soon be able to show its full cap...[Details]
Notes on inverter installation and maintenance:
1. Before installation, you should first check whether the inverter is damaged during transportation.
2. When selecting an installa...[Details]
Household photovoltaic power stations mainly utilize idle resources on existing household buildings, such as roofs, wall facades, balconies, courtyards, etc., to install and use distributed photovo...[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]
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]
****************************************************************** 1. The operand is in register, R0--R7 2. Operands are in internal RAM 3. Operands are in external RAM But they are all similar. For ...[Details]
Manually assemble the following program machine code and analyze the execution function of the program segment. CLR A MOV R2, A MOV R7, #4 LOOP: CLR C MOV A, R0 RLC...[Details]
In the packaging process of a production line, every time the conveyor belt of the production line delivers a product to the packaging machine, the "SP" terminal outputs a pulse to the T1 terminal of...[Details]
It is required to use timer/counter 1 for timing, with a timing of 1 second; timer/counter 0 for counter, and the external pulse to be counted is connected from P3.4 (T0). The microcontroller will co...[Details]