I am a beginner in AVR. I changed the fuse bits related to the clock source and found that the programs I wrote in were not normal. The delay program was invalid, but the IO operation seemed normal. I...
[i=s]This post was last edited by googe on 2015-4-27 17:11[/i] As the title says, my interest has shifted, so I plan to sell the FPGA development board I have. I have put it on Taobao: [url=http://2.t...
I'm using EVC to build a project. It works fine when running at full speed, but I can't set breakpoints. One or more breakpoints could not be moved and have been disabled. Thank you in advance for you...
I use c8051f064 to make a simple data acquisition program, using DMA to store the AD converted data in the on-chip XRAM. The program is as follows, some of which refer to routines, but the program see...
[font=宋体][size=5]When editing the schematic library (xxx.schlib) in AD10, the following dialog box 1 will occasionally pop up. Ignore this dialog box and save the edited content. The dialog box 2 will...
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]
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 many companies listed with
the concept of
touch screen
begin to "transform and upgrade", the official voice of the TP industry is getting smaller and smaller. At the same time, the list o...[Details]
At the just concluded InfoComm 2018 exhibition, the two major brands, Zhongke Jiguang and China Hualu, both displayed three-color light source
laser TVs
. The outstanding color performance ...[Details]
The T3 timer (8-bit) of CC2530 requires understanding of T3CTL, T3CCTL0, T3CC0, T3CCTL1, and T3CC registers. Timer 3/4 is an 8-bit timer with timer/counter/PWM functions. Timer 2, also known as MAC t...[Details]
For complex calculations, the speed of the microcontroller is too slow. The best way is to manually calculate all the results in advance, store them in ROM in sequence, and then directly check the re...[Details]
By manually inputting single pulses to the /INT0 of the 8051 microcontroller one by one, an interrupt is requested to the microcontroller. Each time the microcontroller interrupts, it outputs 55H, AA...[Details]
While imaging industry experts know that Apple has designed a complex 3D camera for its iPhone X, called "TrueDepth," most of the details of the 3D system inside the module, including chips, componen...[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]
In 2045, the most conservative forecast is that there will be more than 100 billion devices connected to the Internet. These devices include mobile devices, wearable devices, home appliances, medic...[Details]
Nowadays, most cities are using pipeline gas or pipeline natural gas, and the meter reading and statistical charging of the gas meter is a huge and headache problem, and some difficulties are imagina...[Details]
Everbright Securities released a research report on Sungrow Power Supply on January 24. The report summary is as follows:
Company Profile
The company is a leading enterprise in photovolta...[Details]
Developing radiation-tolerant systems for space applications requires long lead times and is very costly, as the systems must be extremely reliable to operate for years in harsh environments....[Details]
Install GNU C for AVR 1. Execute the installation program 2. Generate the library file for linking $(AVR) represents the root directory of the installation. (In my system, ...[Details]