Seeing so many creative products released by everyone, I also want to join in: Half a year ago, I found that there are many fun things on Letao, so I carefully selected and found a "USB shy doll". The...
[size=4][color=#252525] DSP core + coprocessor This type of DSP generally integrates a dedicated coprocessor for a certain type of application, thereby accelerating the DSP algorithm. TI's research sh...
First of all, based on your major (in fact, you should base it on your career aspirations after graduation), figure out whether you are mainly software-oriented, a combination of both hardware and sof...
Thanks to ON Semiconductor and Avnet for organizing the competition:victory:, thanks to nmg for the promotion, and Dudu for the reminders and notifications:congratulate: Welcome everyone to bring a sm...
sunduozeonsemi and Avnet IoT Innovation Design Competition
From telephone to television, from LAN to INTERNET, from microwave to digital communication, people's production and life are closely related to the transmission of images and sounds.
The way of commu...
[align=left]Using TI's TM4C129XL to Conduct Internet of Things Experiments[/font][/align] [align=left]At the TI MCU Design Days[/font][font=宋体] seminar in August, the Internet of Things services of TI...
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]
In the past few days, the Chinese display panel giant
BOE
has been flooded with articles supported by Liu Shuwei. Let's follow the embedded editor to learn about the relevant content.
...[Details]
For 80,000
ZTE
(000063.SZ) employees and more Chinese ICT (information and communication technology) industry practitioners, the news from across the ocean on the evening of April 16 kept t...[Details]
In the actual project development process, we often need to get the running time of a section of code. The usual method is to use an oscilloscope to measure it. This blog post will use SysTick to acc...[Details]
In the actual project development process, hardware circuits often need to be modified, and the modified parts need to modify the driver. Thinking about the coming and going of such requirements is t...[Details]
In the actual project development process, it is common to encounter modifications to the hardware circuit, and then the modified part requires the modification of the driver. Thinking about the comi...[Details]
Unique device identifiers are suitable for: ● Used as a serial number (e.g. USB string serial number or other terminal applications) ● Use the unique ID as a security key when used in conjunction wit...[Details]
CMSIS Driver has similar API functions and similar calling methods. It is a further encapsulation based on the ST HAL library. It is much more convenient and simpler to use and configure than the ST ...[Details]
The program got stuck during LCD initialization. Through hardware debugging, it was found that it was stuck in the Delay_ms() function. Going to the definition, it was found to be a macro definition ...[Details]
In the previous article, I wrote a simple GPIO running light test, which looked a bit monotonous. I was used to serial port debugging. If there was no serial port on the board, I had to find another ...[Details]
Chip: STM32F103C8T6 Application Pin: Output: PA0, PA1 TIM2 CH2 channel To achieve 50HZ (20ms) adjustable PWM output on the PA1 pin, set the system TIMx_CNT=8MHZ=8000 000HZ, set TIMx_PSC=800-1, then T...[Details]
stm32cubeMX graphical configuration content STM32CubeMX is part of the original STMCube initiative from st microelectronics, and STM32Cube includes STM32CubeMX. STM32CubeMX is a graphical software co...[Details]
1. Basic Concepts of LCD/LCM The structure of Liquid Crystal Display (LCD) is to place liquid crystals between two parallel pieces of glass. There are many vertical and horizontal fine wires between...[Details]
1. Initial understanding of FSMC: FSMC consists of 4 modules: (1) AHB interface (including FSMC configuration register) (2) NOR flash memory and PSRAM controller (when driving LCD, LCD is like a PSRA...[Details]