[b][url=http://www.deyisupport.com/blog/b/behindthewheel/archive/2016/11/28/52600.aspx]Integrating Smart Sensor Health Monitoring for Advanced Driver Assistance Systems and Autonomous Driving[/url][/b...
There is not much difference in developing programs for different microcontrollers. If you spend too much time on the programming language of 89c51 and feel that you cannot learn the programming langu...
[align=left][font=微软雅黑][size=13.5pt]For details of the event, please see: [/size][/font][url=https://www.eeworld.com.cn/huodong/ti20160516/index.html][u][color=rgb(0, 0, 255)][font=微软雅黑][size=13.5pt]h...
Is it necessary to download the program to 0x30200000 on s3c2410? I modified a ucos program and downloaded it to the chip, but the specified address was from 0. As a result, it ran wrong and then I co...
I want to remotely control a two-wheeled balance vehicle (the kind that a person stands on and controls by changing the center of gravity) to move forward, backward, and turn through the Internet or 4...
It is normal to develop win32 programs in vs2005, but when downloading to the target machine to debug wince programs, I just can't enter the breakpoint...
In the actual project development process, hardware circuits often need to be modified, and the modified parts need to modify the driver. Thinking about the coming and going of such requirements is t...[Details]
The program got stuck during LCD initialization. Through hardware debugging, it was found that it was stuck in the Delay_ms() function. Going to the definition, it was found to be a macro definition ...[Details]
Chip: STM32F107VCT6 Application Pin: THOUSANDS, RMII STM32CubeMX is very convenient to use ETH. The software comes with LWIP and configuration. This time, STM32F107VCT6+DP83848CVV is used. The MII a...[Details]
Development Background: 1. Main chip - STM32F207VCT6; 2. TCP/IP protocol stack - LWIP, transplanted based on ST routines; 3. Operating system - none (bare metal); Anomalies: 1. Power on the device wi...[Details]
introduction In the general project development process, two or more microcontrollers are often required to communicate to complete data transmission. For example, a quadcopter wirelessly transmits d...[Details]
I have been working on this i2c for several days. Many people on the Internet say that this is a problem with the ST package library, and they basically talk about the STM32F1 series of chips, and ev...[Details]
Recently, the relevant person in charge of the Energy Conservation Division of the Energy Conservation and Technology Equipment Department of the National Energy Administration said on the issue of...[Details]
With the implementation of the first version of the NR sub-6GHz draft of 3GPP in December 2017, and the subsequent Phase 2 drafts, semiconductor manufacturers and terminal manufacturers began to ...[Details]
At present, the Beidou system has achieved industrial breakthroughs and leapfrog development in five major areas, including the automotive OEM market, smart phones, and high-precision applications....[Details]
First of all, security practitioners have never felt that AI can be used as deeply as today. Although Antelope Cloud is a platform manufacturer, it has always been interested in AI and AI- specific...[Details]
Kevin Jensen ams Semiconductor
Sensors
and lighting expert. Let's learn more about the relevant content with the network communication editor.
Everything is becoming "smart" these ...[Details]
In recent years, in addition to Huawei Kirin
chips
in the mobile phone industry
, Xiaomi's own processor Pengpai S1, AI
chip
start-ups such as Cambrian, Horizon, and Deephi Technolo...[Details]
Different models of PIC series microcontrollers have different watchdog settings. The following takes the PIC16F688 microcontroller as an example. 1. If WDTE=1 in the configuration word, the watchdog...[Details]
sprintf is a function in the C language library that converts data types. There is a situation where In 51 MCU, define unsigned char temp; Then I want to use the serial port to print out temp in deci...[Details]