When writing code in assembly language, we can get the execution time of a section of code by adding up the instruction cycles of the assembly instructions. But if we write code in C language, for exa...
FPGA controls SDRAM reading and writing, first writes two data to two storage units of SDRAM, and then reads out the data written in for the first time. May I ask, after SDRAM is powered on, must it b...
[i=s]This post was last edited by jonny0811 on 2015-12-4 22:11[/i] [color=#000]I recently used the epwm function of ti28335. When I looked through the information, there was one thing I didn't underst...
However, everyone cannot live without the Internet during the festival; After the holidays, everyone leaves the Internet. Even a wired network cannot capture people’s hearts. However, whether it is a ...
Testing ATmega32A serial communication, using internal 1M oscillator, fuse setting 213099, sending ASCII code 0 to 2, the returned hexadecimal is two bytes, 3e 00, 4c 00, 66 00, such a simple thing ca...
[size=4]After solving the basic performance and safety issues, the remaining issues are conduction and radiation. At this time, you can discuss the subsequent price with the customer and optimize the ...
The day before yesterday, I learned about STM's Systick and found it quite useful for precise timing. When I used CVAVR before, I found that the delay.h in it was very useful. So, I used STM32's...[Details]
In 1949, after three years of civil war, the Nationalist government was defeated and retreated to Taiwan. The political and academic circles launched a large-scale reflection on why they failed in ...[Details]
As a leading company in automotive semiconductors, Freescale and Khronos Group have jointly launched an automotive multimedia embedded microprocessor i.MX35 with an integrated OpenVG hardware acceler...[Details]
Note: This STM32 microcontroller is the STM32F103 series. The ADC of Stm32 has DMA function. This is beyond doubt and is what we use most! However, if we want to sample a signal (such as a pulse sign...[Details]
The code for using timer 0 to implement a running light in a 51 MCU is as follows. The LED light is connected to port P1. The code is annotated below, so I won't explain it in detail. My English is n...[Details]
This article will introduce how to make an electronic keyboard using SPCE061A, and provide source code. If you have an experiment box from Lingyang University, it will be easy to complete, just a mat...[Details]
In the design process of low-cost intelligent instruments, the priority is cost. As the core component, the single-chip microcomputer is usually a low-end 8-bit or 4-bit machine. As far as the curr...[Details]
Scientists have developed an
electronic skin
that allows users to manipulate virtual objects remotely
, which will further enhance the user's immersive virtual experience. Let's follow the ...[Details]
According to MiningWeekly, citing Bloomberg News, California, which is using power batteries to boost the electric vehicle craze, is launching another similar public utility revolution, which may c...[Details]
Configuration: ATMega16L @3.3V @7.3728MHz 1602B LCD @5.0V @6 lines Compiler: WinAVR 20060125 I built a multi-purpose board myself, 1602 is powered by 5V, M16 is powered by 3.3V. In order to ...[Details]
There are many programming tools for single-chip AVR, including C, ASM, PASCAL, BASIC, etc. Except ASM, which is provided free of charge by ATMEL, most other tools are charged. The C compiler is the ...[Details]