CCS was first developed by Go DSP for TI's C6000 series. Later, TI acquired GO DSP and expanded it to its other series. There is no DSP/BIOS function in C3X, so in order to distinguish it, C3X is call...
Thank you for having me + EE has brought me so much knowledge this year! + Thank you to my family for their support and love! + Thank you to my colleagues and friends for their generous help along the...
I recently debugged a pair of nRF905. I debugged successfully last night and it was very stable. But today it doesn't work. After the receiver's DR goes high, the data is sometimes correct and sometim...
The code is as follows:
while(1){ee=1;xsint(ee);delay_ms(3000);WDTRST=0x1E;WDTRST=0xE1; ee=2 ; =3;xsint(ee);delay_ms(3000);WDTRST=0x1E;WDTRST=0xE1;}The above code is a loop that displays the numbers 1...
[i=s]This post was last edited by elvike on 2015-6-7 09:57[/i] I have been studying the SCI module of 28335 recently. When I saw the LOOPBACKENA bit, I didn’t quite understand it. The description of t...
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]
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]
#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]
China Energy Storage Network News:
The Global Energy Internet Seminar, jointly organized by the Global Energy Internet Development Cooperation Organization and the Royal Academy of Engineerin...[Details]
With the development of consumer
electronics
technology, home audio and video entertainment systems are no longer a simple TV + DVD mode, but usually include TVs,
set-top boxes
, Bl...[Details]
After the microcontroller is powered on, if the crystal oscillator starts to vibrate normally, the CPU will start working under the drive of the crystal oscillator. The job of the CPU is to extract i...[Details]
With the improvement of information technology, people have higher and higher requirements for visual appreciation. "Visual impact" has become a standard for people to judge display performance. Vi...[Details]
We have mentioned DS1302 before. It has three lines, namely CE, I/O and SCLK. CE is the enable line, SCLK is the clock line, and I/O is the data line. We have introduced SPI communication before. Hav...[Details]
A few months ago , we gave a special preview of our next generation display processor , codenamed “Cetus” . At that time , we clearly discussed the improvements that this display processor ...[Details]
I recently developed a product using 430. When debugging the software, I found that I could not observe the value of local variables in the Watch window. It always displays. The following is a simple...[Details]