I heard from others that an electronics company in Shanghai has developed a video algorithm software that can run 8-channel CIF on the Trimedia 17 series, and it is real-time CIF, and can run 16-chann...
When configuring the ePWM register, the code for configuring the comparator is as follows: EPWM1Regs.CMPA.half.CMPA=350; I checked the data and found that CMPA is 16 bits. After checking in ccs, I fou...
Business: Long-term commitment to the development of large-scale integrated circuits and solutions in the fields of storage, set-top boxes, video codecs, and the Internet of Things
Scale: RD and desig...
The conduction voltage between transistors be and be is generally 0.7 volts. What will happen if I increase the voltage infinitely? Is there a maximum voltage between be and be?...
Today I will disassemble the Puyuan DS1102Z-E oscilloscope I bought last year. It has dual channels, 100Mhz bandwidth, and 1G sampling rate.
When I bought it at the online flagship store, the price wa...
"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]
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]
After studying the F4 FSMC method to drive the touch screen for a few days, I have gained some understanding, which are listed below. The unorganized record is only for my own reference in the future...[Details]
This paper proposes a design scheme for an embedded CNC system based on ARM and FPGA. The software and hardware design of the ARM system, the implementation method of hardware fine interpolation ...[Details]
Today I am using the AD function of the stm8s microcontroller. There are ten channels from AN0 to AN9 on the microcontroller. I want to use only three of them, AN5 to AN7. //ADC initialization void A...[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]
1. SCL is always controlled by the Master. SDA is controlled by the Slave when reading data and by the Master when writing data according to the direction of data transmission. After the 8-bit data i...[Details]
Not long ago, we discussed the disruptive trends that will change the future of display solutions and the changes that High Dynamic Range (HDR) can bring , which provides a more realistic...[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]
; ******************************************** ; Function : RS232 serial port sample program based on HT48R50A * ; MICroProcessor : HT48R50A-1/28SKDIP-A * ; Author: www.picavr.com * ; Crystal ...[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]
The transformation from traditional factories to smart factories will inevitably become the biggest "wave" in the future world manufacturing industry. How can traditional factories quickly achieve th...[Details]
We often need to set an I/O port as output, input, or input with pull-up. In fastavr, this is how it works: Example: Set the entire A port as output: ddra=255 'Decimal representation, the single qu...[Details]