The TMS320C2000 series DSP is a DSP series launched by Texas Instruments (TI) in the United States that combines the features of microcontrollers and high-performance DSPs. This series of DSPs has pow...
[i=s]This post was last edited by Qiangzi00001 on 2015-9-10 17:02[/i] [postbg]bg3.png[/postbg][align=left][font=宋体] Last time I finished the system clock part, today I want to make an OLED to display ...
Three tips to make XP several times faster, very simple (absolutely practical) 1. Reduce the waiting time for boot disk scanning, start → run, type: chkntfs /t:0 2. Delete system backup files: After a...
[i=s]This post was last edited by qwerghf on 2017-2-8 23:35[/i] Thank you very much NXP and EEWORLD for hosting this Kinetis KW41Z Creative Competition. I have never paid attention to this MCU before,...
The author is a poor sophomore. I have been using dsp for a year. I played with arm6410 for a while and put it aside for a long time. After playing with 51 in my freshman year, I got a 28335 board. I ...
Function List and Notes (lower-level driver part) 1. IO port initialization: control IO and communication IO. Control includes power control, reset and low power mode. Communication is the serial po...[Details]
The pins of stm32 have two uses: GPIO (general purpose io) and AFIO (alternate function io) For some pins (depending on the chip), neither of these two uses exists. For example, in 64-pin products, O...[Details]
1. Function and purpose There are two pins BOOT0 and BOOT1 on each STM32 chip. The level status of these two pins when the chip is reset determines which area the program starts from after th...[Details]
I have encountered many problems when tinkering with LD driver recently. I will record them one by one below. Otherwise, who will remember who in five hundred years? 1. Configuration issues of multi-...[Details]
Requirements: Set timer T1 as an external event counter, count 500 pulses every time, then switch T1 to timing mode and output a positive pulse with a width of 10ms at P1.2. Over and over again. A...[Details]
According to a report by Russian News Agency on November 23, Alexander Hanin, founder and general manager of VisionLabs, a Russian facial recognition software development company, believes that in ...[Details]
Each I/O port of the AVR microcontroller corresponds to three registers: DDRx, PORTx and PINx, where DDRx is the data direction, i.e. input or output; PORTx is the state of the internal pull-up r...[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]
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]
The following table shows the hardware connection between 16*2 LCD and MCU : 1 VSS Grounding 2 V CC Connect to power supply , +5V 3 VO Adjust the visibility, ground it 4 RS Regi...[Details]
A transformer is an electrical device that can change the AC voltage while keeping the AC frequency unchanged. In the power transmission and transformation process of the power system, the transfor...[Details]