I'd like to take up a little of your time to ask a question: If you are passing by or know this, please give me a hand. Thank you very much. 02 03 05 C2 23 05 M -> A : FF 03 C0 21 03 01 00 18 02 06 00...
I copied the GPIO program from the CD, and it can be compiled, but it prompts when loading.This is my cmd file:Data verfication failed at address 0x100h. I think there is no problem in the allocation ...
Code Coposer Studio v5.3.0 has released a trial version. Download link: [url=http://processors.wiki.ti.com/index.php/Code_Composer_Studio_Beta_Downloads]http://processors.wiki.ti.com/index.php/Code_Co...
When using analog switch hc4067 to send instructions to the voice module, I select one channel, but instructions are sent to multiple channels. Why?...
Recently, the first Digital China Summit was held in Fuzhou, attracting many domestic ICT industry giants to participate in the exhibition. The long queues outside the venue, the noisy and exciting...[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]
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]
ZTE was punished, and Hou Weigui, who had already retired, had to come out of retirement again and run around to mediate. Let's follow the embedded editor to learn about the relevant content.
...[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]
According to the description provided in the official manual of ST, it is not difficult to see that the ADC analog watchdog is actually that the user can set an upper and lower limit of the AD value...[Details]
ADC Introduction: ADC (Analog-to-Digital Converter). That is, converting analog signals into digital signals for processing. When storing or transmitting, analog-to-digital converters are almost ...[Details]
Manually assemble the following program machine code and analyze the execution function of the program segment. CLR A MOV R2, A MOV R7, #4 LOOP: CLR C MOV A, R0 RLC...[Details]
6MHz crystal oscillator, using timer counter 1, using interrupt mode, through P1.0 to make a light emitting diode turn on for 100ms, turn off for 300ms, and repeat. Assembly programming is used to ac...[Details]
It is required to use timer/counter 1 for timing, with a timing of 1 second; timer/counter 0 for counter, and the external pulse to be counted is connected from P3.4 (T0). The microcontroller will co...[Details]
volatile unsigned int ad_value ; int main( void ) { WDTCTL=WDTPW+WDTHOLD; //Turn off watchdog BCSCTL1 =CALBC1_1MHz; //Set DCO to 1MHZ DCOCTL =CALBC1_1MHZ; //Clock source: AD internal clock and divide...[Details]
There is a very stupid but also very simple method, the steps are as follows: 1. Use AVRStudio to create a project in "c:\temp", for example, called "test.apr", and then add a C program source file, ...[Details]
The situation of "lack of chips and screens" in China's electronics industry is changing. After BOE achieved a technological breakthrough in the field of domestic panels, domestic chips are also ex...[Details]