-
#include
#define uchar unsigned char
#define uint unsigned int
__CONFIG(0x3B31);
void init();
uint intnum;
void main()
{
init();
while(1)
{
if(intnum==5)
{
intnum=0;
RD0=!...[Details]
-
Lead-acid batteries are safe, cheap, and easy to maintain, so they are still widely used in electric bicycles. However, lead-acid batteries are highly polluting, bulky, and have a low number of cyc...[Details]
-
The chip used is stm32f103c8t6. Today, when debugging the board, I found that the LED light on the PA15 port only has an intermediate level of 2.3V regardless of whether the output is high or low. La...[Details]
-
Preface Those who talk about right and wrong are definitely people who are involved in right and wrong. Where there are things that are involved in right and wrong, there is a place of right and wron...[Details]
-
In the process of automobile intelligence, in addition to the upgrade of vehicle CPU, display screen and sensor, there is another indispensable component: bus system. When Auto Decode intr...[Details]
-
Because I am used to using multisim to simulate simple circuits, I always feel that it is more user-friendly than other software. Recently, my junior used Proteus to simulate the microcontroller, so I...[Details]
-
Recently, at the 110 kV Shaping substation in Lanzhou, Gansu, a "multi-station integration" data center station with 600 cabinets was built by renovating the old substation building and old warehou...[Details]
-
Collaboration in the Workplace: How a New Generation of Cobots Is Improving the Nature of Manual Work
Collaboration in the workplace: How a new generation of collaborative robots i...[Details]
-
With the increase of in-vehicle entertainment and safety functions, and the increasing popularity of new energy vehicles, the proportion of automotive electronics in the entire vehicle continues to r...[Details]
-
After the preparation in the first two sections, we can now start to work on the u-boot code. U-boot version: 2020/5/2 Compilation environment: Ubuntu 16.04 arm-none-eabi-gcc version 4.9.3 20150529 (...[Details]
-
Soft start application
Soft start refers to the process of starting the power system, which gradually increases the voltage, current, frequency and other parameters to achieve the starting met...[Details]
-
From the perspective of development trends, the automotive E/E architecture will eventually evolve towards a central computing architecture, concentrating functional logic into a central controller ....[Details]
-
Share a program for Nuvoton M051 to drive LCd1602 LCD display:
#include "LCD1602.h"
/***************************************************
* A large number of macro definitions to facilitate...[Details]
-
Data released by the European Patent Office showed that Huawei ranked first in the number of patent applications in Europe, ahead of other companies such as Samsung and LG. This shows that although H...[Details]
-
01
Information security requirements
This chapter mainly introduces the information security requirements from four aspects: hardware security, system security, communication security, an...[Details]