I just learned some time ago that AVR download cables are divided into ASP and ISP. I found out that the ASP I bought cannot communicate via serial port. I didn’t install the driver at that time. It w...
[i=s] This post was last edited by w545029118 on 2014-7-13 20:25 [/i] [align=left][font=宋体][size=4][color=#0000ff][b]Foreword [/b][/color][/size][/font][/align][align=left][font=宋体] I suddenly receive...
My DSP program is about the network port. I use ADDS-HPUSB-ICE and the download cable to add it to the DSP code space. Do I have to load it manually every time I start it? Now my network port function...
Does anyone know why the size of the bins compiled twice are different when the same code is compiled for bootrom? make bootrom.bin The result of the first compilation is: bootrom: 17024(t) + 74800(d)...
Abstract: This paper introduces the characteristics and basic structure of the real-time operating system ECOS , and specifically studies the porting method of ECOS on Samsung 's S3C2510 embedded chip...
I recently upgraded MDK to V5.25 and found that there are many libraries in the Managing Run-Time Environment. Compared with the past, it is much better, from the bottom-level driver to the upper-le...[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]
Autonomous driving
and
5G
are the two hot topics that global companies and media are paying the most attention to, and the combination of the two is the focus of everyone's attention....[Details]
On May 16, in response to
the public opinion storm caused by
Lenovo's
"
5G
voting" incident,
Lenovo
Holdings Chairman and
Lenovo
Group Founder Liu Chuanzhi, Lenovo Gr...[Details]
The photovoltaic industry has become a new business card for China to the world. It not only represents China's leading technology, but also constantly breaks various records with its development spee...[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]
In the 80C51 single-chip microcomputer, the clock frequency is known to be 6MHz. Please program P1.0 and P1.1 to output square waves with periods of 2s and 0.5s respectively. Please give the answer a...[Details]
//Note: The GCC-AVR version used in this article is WinAVR20100110 Interrupts are not part of the C language, and the implementation of interrupts is implemented by the compiler. Therefore, the writ...[Details]
What is an AVR microcontroller? What are the advantages of an AVR microcontroller? Why should you choose an AVR microcontroller? AVR microcontroller is a new type of microcontroller developed by ATME...[Details]
The watchdog timer is a counter whose basic function is to restart the system after a software problem or program runaway occurs. The watchdog counter counts automatically when it is working normally...[Details]
MSP 430 MCU key program #include msp430x14x.h #include "key.h" void Init_Port(void) { //Set all pins of P1 port to input mode during initialization P1DIR = 0; //Set all pins of ...[Details]
;The chip is EM78P153 ;P64, P65 are connected to the crystal oscillator, the oscillation mode is 4MHz crystal oscillator ; Watchdog off, instruction cycle is 2 CLOCK, P63 is reset pin ;**************...[Details]
Ht47AD converter application include ht47c20.inc data .section 'data' Rs equ 0064h n db ? count db ? kh db ? kl db ? th db ? tl db ? int_count db ? ;---------------------------- code .section at 0 ...[Details]