[i=s]This post was last edited by Aguilera on 2018-12-24 20:41[/i] [size=4]1. GPIO[/size] [size=4]GPxMUX (function selection register),[/size] [size=4] GPxMUX.bit=0 is configured as I/O function. GPxM...
【AT-START-F425 Review】- Recording the use of CAN communicationCAN communication pinAccording to the chip manual, AT32F425 PB8 = CAN_RX PB9 = CAN_TXmultiplexed port is MUX4Check the Demo project and co...
Author: Wang Huidong, member of Mr. Expressway of Yibo Technology
Rao Xiaoxiao said: I love three things: the sun, the moon, and the circuit board.A Mao said: I'll just take a look.A Mao, who had just...
Battery test equipment DC power system design : https://training.eeworld.com.cn/course/5293This video highlights the TI Wide Vin DC/DC Controller and devices from Precision Analog devices as a solutio...
Introduction: Monroe disassembled the battery system in three videos, the Pack as a whole, the Pack inside, and the module structure. This article introduces the second video, which shows some improv...[Details]
Power battery packs are widely used in electric bicycles and hybrid vehicles. It is very common for the overall performance and life of the battery pack to decline due to the difference in the perform...[Details]
1 ARM processor analysis ARM9 and ARM11 are Harvard structures with 5-stage pipeline structures, so their performance is a bit higher. ARM9 and ARM11 mostly have memory managers, which are better for...[Details]
On April 15, the Beijing Municipal Bureau of Economy and Information Technology publicly solicited opinions on the "Beijing Digital Economy Full Industrial Chain Opening Action Plan (Draft for Commen...[Details]
On December 12, Japan's Yomiuri Shimbun quoted several government officials as saying that the Japanese government will set up a Cabinet Office department to focus on issues related to supply chain s...[Details]
1. Demand Introduction Existing embedded devices: Based on ARM Cortex-M3 processor, with Ethernet communication function. In order to reduce equipment maintenance costs and save valuable time and mon...[Details]
Nordic SoC enables remote product pricing updates for smart shelf label systems Yunliwuli uses Nordic's nRF52832 and nRF52810 SoCs to connect smart tags and gateways with Bluetooth 5 OSLO, Norway...[Details]
400V and 800V electric vehicles coexist. How to coordinate these two different architectures? It’s no secret that the race to electrify vehicles is already underway, whether spurred by government r...[Details]
As the leader in the global mobile phone market, Apple's new generation of iPhones every year will receive widespread attention from the outside world early on. Recently, Apple officially released ...[Details]
With the development and changes in social and economic structure, family population structure and information technology, as well as the increasing requirements for the safety, comfort and efficien...[Details]
Recently, artificial intelligence ( AI ) company Cerence announced that it will carry out in-depth cooperation with Daimler AG to develop the MBUX in-vehicle infotainment system for Mercedes- Benz br...[Details]
In this project, we will use Arduino to make an AC voltage measuring device that will measure the voltage of the AC power supply in our home. We will print this voltage on the Arduino IDE's serial mo...[Details]
#include
#define uchar unsigned char
#define uint unsigned int
void main(void)
{
uchar a;
a=0x01;
a=a 1;
}
In this program, it seems that there is no problem, but it cannot ...[Details]
1 Introduction A digital signal processor ( DSP ) is a microprocessor suitable for implementing various digital signal processing operations. It has the following main structural features: (1) It a...[Details]
In most processors after ARM V4 and V4T, the interrupt vector table can have two locations: one is 0 and the other is 0xffff0000. This can be controlled by the V bit (bit ) in the CP15 coprocessor ...[Details]