-
I attended two lectures by Professor Lu Hongyi of the National University of Defense Technology (of course, I watched the video) about the hardware security of embedded systems. At the same tim...[Details]
-
KEA128 is an ARM microcontroller with M0 core and only has one watchdog. Unlike other ARM microcontrollers, which may have multiple watchdogs, such as the STM32F103 series, which has 2 watchdogs, KEA...[Details]
-
According to Jiwei.com, the competition between China and the United States in the field of high technology has entered a new stage. Among them, quantum technology is one of the key areas, which will...[Details]
-
Recently, CCTV News conducted a simulation experiment on the spontaneous combustion of electric bicycles.
One car, the lead-acid battery version, and one car, the lithium battery version, ...[Details]
-
Usually, programmers are indispensable for microcontroller experiments and development. The simulated and debugged programs need to be written into the memory of the microcontroller with the help of a...[Details]
-
Given the maturity of MOSFET technology, choosing a MOSFET for a design seems simple enough on the surface. Although engineers are familiar with the quality factors on MOSFET data sheets, selecting...[Details]
-
The waveform of video signals is very complex, and image signals and timing signals are often mixed together. Various signals use different standards and formats, and each has its own characteristi...[Details]
-
In the GSM system, EDGE can be said to further increase the data transmission rate. Through the change of modulation method, coding and multiple transmission time slots, the transmission rate can b...[Details]
-
Synopsys, Inc. (Nasdaq: SNPS) today announced the availability of its new DesignWare® tRoot™ Hardware Security Module (HSM) and ARC® SEM130FS functional and information security processor IP solution...[Details]
-
When we program in C language for microcontrollers, we always add a while(1) statement to each program. This statement can act as an infinite loop. The general form of a while statement is:
Wh...[Details]
-
The power supply of this experimental development board is 5V. MCU source program: //1602 LCD display driver for ATMEGA128 //Compilation environment ICCAVR 7.16A //System clock 7.3728MHZ, set the f...[Details]
-
As one of the series of activities to celebrate the 117th anniversary of Fudan University, on May 21, Academician Liu Ming of the Chinese Academy of Sciences gave an online lecture entitled "The Inno...[Details]
-
0 Introduction
The Digital Information System (DIS) laboratory is a new generation of experimental teaching system for primary and secondary schools. It is the product of the application o...[Details]
-
Knowledge points: Stm32 has a total of 11 timers: 1. Two advanced timers: TIM1, TIM8-------------------------APB2 2. Four general timers: TIM2~TIM5-------------------------APB1 3. Two basic t...[Details]
-
Since most of the UBOOT source code has been modified, the current modification is the network part. Because the network design uses a 16-bit data line method, and RTL8019AS uses a 9346 memory, thi...[Details]