The automotive industry is undergoing a major transformation to meet consumers’ desire to replace car keys with smartphones. With the popularization of “phone as key” technology, you no longer need tr...
I recently changed my computer, a laptop, and installed the WIN10 operating system.
Open Keil, then open the project and compile.
If you open the project directly, there is no "Run as Administrator" o...
[b][color=#5E7384]This content is originally created by EEWORLD forum user [size=3]tiankai001[/size]. If you need to reprint or use it for commercial purposes, you must obtain the author's consent and...
C:\ti\c2000\C2000Ware_1_00_06_00\device_support\f2837xd\examples\cpu1\sci_echoback The above path contains the UART routine of TMS320F28379D, which is used to receive data from the computer and then r...
[i=s]This post was last edited by Jacktang on 2019-9-15 09:11[/i]Use P1.2, P1.3, P1.4, and P1.5 as sampling channels, taking the demo's msp430fr231x_adc10_10.c file as an example.
1. Configure the abo...
In order for mobile robots to operate in unknown and uncertain environments, they must have automatic navigation and obstacle avoidance functions. In the navigation system of mobile robots,
sen...[Details]
Abstract: A new type of inductive sensor device is studied, focusing on the working principle and basic structure of the sensor, the block diagram design of the aperture recognition system, experiment...[Details]
//******************************************************************************* // Description: MSP430 implements PWM. Reflected on the LED light, you can see that the brightness of the LED light i...[Details]
After generating the code with CubeMx, I found during debugging that the watchdog would always reset. Later, I found that it was caused by deleting an interrupt that should not be deleted, as shown i...[Details]
Cold reset is expressed as Restart in English, and hot reset is expressed as Reset in English. The automatic reset of the microcontroller when it is powered on is called a cold reset; the reset sig...[Details]
Function of the circuit
The input voltage increases with the opposite characteristics of the logarithmic conversion circuit, and the output voltage increases exp...[Details]
# arm-linux-gcc -v
xxx 4.3.3
/* main.c */
static unsigned *p = (unsigned*) (0x0000); /* When the external initialization is 0, everything is OK
int main (void)
{
xxx...[Details]
The annual Samsung Galaxy S series new product launch conference will open in a few hours. We I have taken the lead in bringing you a real machine review of the Samsung Galaxy S4. If you are still no...[Details]
0 Introduction
FPGA is a new type of programmable logic device that can replace all existing microcomputer interface chips and realize multiple functions such as memory and address decodin...[Details]
1 Analysis of seafloor magnetotelluric instrument The seafloor magnetotelluric data collector is an intelligent instrument that automatically collects seafloor magnetotelluric fields and seafloor env...[Details]
1 Introduction
Traditional keyboard display driver devices (such as INTEL8279) usually use parallel interfaces, occupying at least 10 I/0 ports of the microcontroller, so this keyboard display ...[Details]
#include stdio.h unsigned int UART0_ADDR = 0x20080000; unsigned int retu=0; int i=0; void delay_x(unsigned short cycles) { unsigned short t; t = cycles; while ( --t != 0 ); } int mai...[Details]
Data processing has always been the top priority for smart meters, and this article also briefly introduces the data processing of smart meters.
As systems/solutions introduce more and more fu...[Details]
1. USB camera image acquisition hardware platform based on ARM920T
Figure (1) Hardware structure schematic diagram
The basic components of each main module in Figure (1) are describ...[Details]