Hey guys, has anyone encountered this problem? In CCS, I want to convert uint to uchar, but after the conversion, the uchar type variable cannot be displayed in the default format, and can only be dis...
There is a problem with using Receive to implement format conversion in DShow development. HRESULT Receive(IMediaSample *pSample) { YUV2RGB565(pSample, m_width, m_height, unsigned char* pRGB); return ...
Recently, some colleagues wrote some code in C++. The code image they wrote in the past six months is larger than the compiled code we have accumulated for 10 years. I used NMPPC to sort and export va...
The TIMER trigger ADC configuration method can't enter the interrupt. Can you please see if there is any problem? The ADC_TRIGGER_PROCESSOR method can enter the interrupt, but the ADC_TRIGGER_TIMER me...
There are many different ways of human-computer interaction. The more common ones are listed below:
Mouse interaction: Using a mouse to operate a computer and interact was the most common human...[Details]
Long ago, the lifespan of cars in my country was 15 years. Once a car reached 15 years old, it was forced to be scrapped. However, the policy was later changed. As long as the car does not exceed 6...[Details]
We are entering a new era where people are increasingly affordably equipped with more electronic gadgets. Electronics have become essential to our lives. For example, the average consumer now owns ...[Details]
As the scale and business applications of national e-government networks continue to expand, the data and services transmitted over them are becoming increasingly sensitive and critical. To protect...[Details]
Normally, we determine our location and where we want to go by comparing our surroundings with observation and simple GPS tools. However, this kind of reasoning is very difficult for self-driving c...[Details]
With the increasing popularity of automated equipment, linear modules, a common auxiliary device for automated equipment, have also seen a bright future. In particular, in recent years, many small ...[Details]
The drive shaft is a high-speed, low-support rotating body, so its dynamic balance is crucial. Generally, drive shafts undergo dynamic balancing tests and adjustments on a balancing machine before ...[Details]
Today, the voltage of electronic products continues to rise to 400V, 600V and even 1000V, so there are few electronic load models that can handle such high voltages. Many people consider connecting...[Details]
With rapid economic development, the types of pollution sources are increasing, especially in chemical and industrial zones and their surroundings. The patterns of pollution and the types of ecolog...[Details]
Recently, I received a request to use OK1028A-C to output PWM square wave. However, I found that there was no relevant instructions on the OK1028 platform, so I started writing this article.
A...[Details]
On August 19, Huawei's Executive Director and Chairman of the Device BG, Richard Yu, shared a Weibo post about a conversation he had with a Zunjie S800 owner. The owner had driven over 5,000 kilome...[Details]
This article, part of Texas Instruments' "Power Supply Design Tips" series,
focuses on flyback converter design, discussing key design considerations for a 53VDC to 12V/5A continuous conduction...[Details]
On August 19, according to foreign media Cyber Security News reported yesterday, a cybersecurity researcher discovered that hundreds of publicly accessible TeslaMate installation programs are leaki...[Details]
On August 18, domestic EDA manufacturer HuaDa JiuTian launched the advanced packaging design platform Storm for the first time in the world at the end of July. It claims that the chiplet wiring eff...[Details]
Function (FC) parameters
Functions do not have data memory in which to store the values of block parameters. Therefore, when calling a function, all formal parameters must be assigned actual p...[Details]