DSP C2000 char occupies 2 bytesRecently, I am using the eCAN function of TMS320F28335, and MailBox can only send and receive BYTE type data.Since BYTE type data is not defined in the header file, I in...
ESP32-Audio-kit is a small audio development board that supports TF card, headphone output, two microphone inputs and two speaker outputs. It is convenient for developing music playback functions and ...
I wrote a tool to test database connection, but on one PDA (the PDA I used was different), the close form, maximum and minimum buttons in the title bar could not be displayed, but the title (upper lef...
Hello, teachers: I am a beginner in Windows Mobile embedded development. Now, I am using C# to develop software based on Windows Mobile 5.0. Due to user needs, we purchased and configured a Zebra (Zeb...
Hardware: bare board of via de epia px series (X86), N various connection cables and a 512 memory stick. I have never done it on X86 before, so I don't know how to do it. I checked online, but couldn'...
Circuit Function and Advantages
This circuit is a precision, low noise, low power, 8-pole active low-pass filter with a gain of 40 dB that uses a Sallen-Key topology to provide a Butterworth response....
"Originally, there are many people who can design very good
chips
, but the market does not give domestic
chips
the opportunity to iterate, and domestic companies cannot give engine...[Details]
I have read the source code of mbed these days, and the interface encapsulation for upper-level application calls is quite good. The code quality is relatively high, the comments are also very detai...[Details]
On April 18-19, 2018, at the "Second Distributed Photovoltaic Carnival" held in Hangzhou, Jinko Power and China New Energy Assets Investment, Financing and Trading Platform (hereinafter referred to as...[Details]
Recently, Jiangsu GoodWe Power Technology Co., Ltd. ("GoodWe") unveiled two products of the SDT family, the 17kW smart photovoltaic inverter GW17KN-DT and the 20kW smart photovoltaic inverter GW20KN-D...[Details]
Today’s medical devices are filled with increasingly complex electronic devices that monitor, display, assist and warn patients. The latest generation of medical device electronic devices are smaller...[Details]
Introduction: As a power electronic device, the photovoltaic inverter mainly converts the direct current generated by the photovoltaic module into alternating current. Because there are thousands o...[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]
When STM32 uses JTMS (PA13) and JTCK (PA14) as normal I/O ports, add the following code before initialization (the order cannot be reversed): RCC_APB2PeriphClockCmd(RCC_APB2Periph_AFIO, ENABLE); G...[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]
1. What is PWM What is PWM? Professionally speaking, it is pulse width modulation. In layman's terms, it is the continuous output of high and low levels. For example, the microcontroller outputs...[Details]
An easy programming question for microcontrollers! Urgent, write a 3-byte binary subtraction subroutine. When using the main program to call multiple groups of data for debugging, two situations need...[Details]
LiDAR is a comprehensive light detection and measurement system. Compared with ordinary radar, LiDAR can provide high-resolution radiation intensity geometric images, distance images, and speed im...[Details]
Take serial port interrupt as an example: like: void serial() interrupt 4 { } and void serial_uart() interrupt 4 { } The functions of both functions are to define the serial port interrupt function. ...[Details]