I have done something with 51 core MCU before. I feel that some strange problems will occur when the program is compiled with 20k keil. So I want to check if there is an open source compiler for C51. ...
*.dat contains numbers such as003c00500029001earranged in columns. I have tried some matlab commands and directly imported the file, but it cannot be imported completely and is not correct. Can anyone...
The value of the Px_IDR register of the stm8s207sb microcontroller is not 0x00 when it is just powered on and reset; for example, PD_IDR is 0xe2. May I ask the moderator why this is the case?...
Analysis of the customization strategies of the two major operators 2006-7-13Mobile phone customization is a necessary step for operators to expand their business and an inevitable measure to control ...
[i=s]This post was last edited by qwqwqw2088 on 2018-9-13 08:06[/i] [size=4]This is a set of illustrated articles compiled by TDK. I think it is especially suitable for friends who are learning electr...
In recent years, as energy consumption and environmental protection issues have attracted people's attention, my country's solar photovoltaic power generation industry has shown a rapid development...[Details]
ZTE
The communication embargo incident has impacted the communication industry and sounded the alarm for the semiconductor industry. Let's follow the embedded editor to learn more about the r...[Details]
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]
This part of the code in the void SystemClock_Config(void) function in the main file generated by stm32cubemx RCC_OscInitStruct.OscillatorType = RCC_OSCILLATORTYPE_HSE; This bug occurs, and the f...[Details]
I used STM32CubeMX V4.22.1 to generate a project including EHT and Lwip. The debugging has been abnormal. After careful inspection, the following problems were found: 1. The hardware uses LAN8720A, b...[Details]
As photovoltaic power stations come into people's view, people are paying more and more attention to them. Recently, some netizens asked me how to match the inverter and components of photovoltaic ...[Details]
At the beginning, I used the stdlib library. Recently, I found that the cube library is more and more widely used, so I started to use the cube library to complete the ADC multi-channel acquisition e...[Details]
It is required to use MCS-51 microcontroller to sort data. 1. Sort the 8 data in ascending order; 2. The data to be sorted is stored in the internal data memory address units 30H-37H, which are 34H, ...[Details]
#include avr/io.h void Delay(unsigned int T) { unsigned int i,j; for (i=0;i T;i++) for (j=0;j 100;j++) asmvolatile ("nop"); //Assembly instruction, let the microcontroller run empty instruction...[Details]
At CES 2018, Samsung launched a 146-inch giant TV, The Wall. This is Samsung's first product developed using
MicroLED
technology. It not only has ultra-high picture quality and contrast, bu...[Details]
Introduction: Tektronix's precise testing ensures the commercial security of mobile phone 3D face recognition technology and illuminates future technology.
The new flagship iPhone X, whi...[Details]
Regulations and standards are yet to be improved, the public does not pay enough attention to security issues, enterprises strictly control production costs, and have relatively weak security awarene...[Details]
On the 19th, Micron announced its first quarter financial report for the 2018 fiscal year (starting from September 1, 2017). The revenue for the first quarter ended at the end of November was $6.8 ...[Details]
// AT24C64 support functions using ATMEGA's TWI // PIN -WP is hard-wired to GND // fuctions work better outside interrupt routines // by MXH, 2003/07/30 #include "DStruct.h" #include avr/twi.h...[Details]