-
As a formal system or product, after the basic system functions are debugged, once the field test phase is carried out, please remember to immediately rewrite the fuse configuration and enable the AVR...[Details]
-
What are the three major technical elements of autonomous driving?
The realization of autonomous driving technology involves many key elements. The following are three main technical elements:...[Details]
-
1. CAN only has two signal lines, CAN_High and CAN_Low. CAN communicates in the form of differential signals. 2. There are two types of CAN communication networks: one is a high-speed short-distance...[Details]
-
Image source: Twitter The soap opera of Apple’s car manufacturing has new twists and turns every now and then. On March 16, Foxconn Chairman Liu Yangwei revealed that the company will decide this ...[Details]
-
Shenzhen Newdi Technology Development Co., Ltd. ("Newdi Technology", or "NDT"), an industry-leading provider of pressure-sensitive touch solutions, recently attended the online seminar "Discussion on...[Details]
-
#include avr/io.h #define uchar unsigned char #define uint unsigned int #define setbit(sfr,bit) (sfr|=(1 bit)) #define clrbit(sfr,bit) (sfr&=~(1 bit)) #define SDA_out() setbit(DDRD,0) //Set SDA...[Details]
-
Preface As time goes by, the microcontrollers in the hands of geeks have changed from the old 51 and PIC to AVR and STM32. Various convenient development tools have also appeared, such as the once po...[Details]
-
Application technology丨Qihang cockpit operating system
Application field: Intelligent cockpit
Unique advantages:
1. Service combination, smart...[Details]
-
According to Reuters, Japan’s Personal Information Protection Commission announced today that it has issued administrative guidance to Toyota Motor Corporation in accordance with the Personal Informa...[Details]
-
An announcement released by Giant Network on the evening of September 19 revealed that in June 2018, Jack Ma sold 0.0899% of Ant Financial's shares to Shi Yuzhu at a price close to 60% off, for RMB 5...[Details]
-
In recent days, I need to use stm32 to count external input pulses, and I naturally think of the timer. However, the information I have does not explain how to use the stm32 timer as an external coun...[Details]
-
I believe that many PLC beginners have such doubts, why are there so many ways to "PLC one-key start and stop program"? How can we start to master the programming of different ways of PLC one-key s...[Details]
-
In a study presented on Monday, they used a technique called large language models, trained on 30 years of design history, to answer questions. The company uses chat in the chip design process, usi...[Details]
-
The "sixth generation" intelligent cockpit software system FusionEX6.0
Technical description:
Intelligent cockpit domain software platform FusionEX6.0
S...[Details]
-
I have been studying arm on and off for 2 months. Now I feel that I understand the boot process of arm in Nand flash mode. Now I come here to record it to express my extremely happy mood. Without furt...[Details]