I have made a custom board, but I wrote a routine to read and write MCP2515 through CCS to get the status data, which can realize the can driver. Now I want to control the mcp2515 chip through SPI on ...
[i=s]This post was last edited by qwqwqw2088 on 2017-7-20 21:56[/i] In the past forty years, a large number of literatures have reported the presence of manganese in the positive and negative electrod...
As the title says, when I copy files from one directory to another on the SD card, there is always one or two missing files, and most of the time, they are almost identical files. Has anyone encounter...
In recent years, driven by Apple and other manufacturers, the UWB (Ultra Wide Band) market has experienced an explosion. As a competitive communication technology, UWB has the advantages of high posit...
I am using the 2.6.18 kernel, and the vivi and kernel have been loaded, but when I boot up, the LCD does not display anything. The boot information under vivi seems to be correct, and the kernel has b...
Remember earlier this year a blog post would [color=rgb(205, 23, 31)][url=http://www.deyisupport.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-00-65/6153.4380.arm.JPG_2...
In the past few days, the news that ZTE was "banned" by the US Department of Commerce has triggered widespread reflection and concern in various domestic industries about the lack of independent co...[Details]
Recently, the results of the 2018 German Red Dot Design Award were announced. GoodWe, a company located in Suzhou High-tech Zone, stood out among thousands of outstanding design products from 5...[Details]
For STM32, there are two ways to reset the software: 1) Use the official software library The system reset function is directly provided in the stm32f10x_nvic.c file of the official software li...[Details]
1. Purpose In actual product release, if the program stored in the MCU Flash is not protected, some illegal companies may read the program in the Flash through an emulator (J-Link, ST-Link, e...[Details]
Recently, the US embargo on ZTE has attracted much attention. Let's take a look at the relevant content with the automotive electronics editor. On April 16, local time, the U.S. Department of Co...[Details]
In the Huaxing Optoelectronics LCD panel
factory
located in Guangming New District, Shenzhen
, apart from a few people repairing machines, it is often difficult to see other people. Here, ev...[Details]
Nowadays, everyone is saying that "technology is people-oriented". The essence of the development of technology is to serve the improvement of the quality of life of human beings. Automated driving...[Details]
This program is used in the development board to generate sounds of different frequencies. The overall program is relatively simple, mainly using two timers. The code and my comments are as follows. ...[Details]
On the eve of 5G
commercialization,
ZTE
has established and adhered to
the
5G
pioneer strategy, focusing on
5G
end-to-end solutions, and investing in standard setting, ...[Details]
1. Heart rate measurement principle 1. What is a heart rate module? The heart rate module is professionally used to monitor the heart rate of the wrist, fingers, forehead, earlobe, chest and other ...[Details]
Site conditions: 1. AD acquisition, DMA transmission; AD is set to single-channel continuous mode, DMA is set to single-shot mode. The upper threshold of the AD analog watchdog setting is less than t...[Details]
#include reg52.h //Include the header file. Generally, no modification is required. The header file contains the definition of special function registers. /*-------------...[Details]
//Environment: winavr+avr studio char temp=0; ISR(TIMER1_COMPA_vect )//interrupt function { // user code here temp++; if (temp==10) temp=0; PORTA=temp; DDRA=0xff; } void ...[Details]