Can you guys help me, I don't know if the following can be implemented. The 10G PHY chip used in the design is VSC8486-11 (XUAI to XFI). Can the FPGA-VSC8486-VSC8486-FPGA method be implemented? Should...
[size=4][b]The RF device of a mobile phone is like the radio soldiers of the army. Communication depends on it. [/b][/size] [size=4] [/size] [size=4] China is the world's largest mobile phone manufact...
Can anyone make a PHS converter? It is to convert the PHS card into a telephone line output, which can be connected to an ordinary telephone and used like a wired telephone. It is OK to make it simple...
Is there any way to monitor a small stone at the airport? Or a screw or a nut, the size of these things is about 1cm, and they can be detected. Machine vision has been tried, but the effect is not ide...
I am a novice, and I have accepted a project that requires me to control a device called SPLQC according to the API development document. I have read the document many times, but I am not sure about t...
I use an STM8S microcontroller, and I open 3 IO ports for the D port as external interrupts. In the interrupt service function, I use the LED light on and off to determine whether an interrupt has bee...
On April 20, the Photovoltaic Summit, guided by Jiangsu Renewable Energy Industry Association, hosted by Growatt, and supported by LONGi Solar Technology Co., Ltd. and Jiangsu Bigo New Energy Group...[Details]
1. Usage scenarios In the first case, when using a common STM32 delay function, similar to HAL_Delay(time), since this function uses a loop to judge and delay, when executing this function, the ent...[Details]
In the development of artificial intelligence, talent reserve is undoubtedly an important part. Artificial intelligence should be a bottom-level technology that can be deeply embedded in any indust...[Details]
China Energy Storage Network News:
On the 7th, Jurong Economic Development Zone signed a strategic cooperation framework agreement on comprehensive energy services with State Grid Jiangsu Int...[Details]
*This article is based on the author's report at the "Embedded System Association Theme Discussion (Total 22nd) - Current Situation and Development Prospects of Internet of Things Operating Systems...[Details]
In January, Android 7.0 Marshmallow surpassed Lollipop three years ago to become the second most used Android version in the world. According to
the latest data from
Google
, a snapshot of d...[Details]
From the functional classification, it can be divided into: 1. Active control ADAS: ACC/AEB/LKS, etc. 2. Warning ADAS: FCW/LDW/PCW, etc. 3. Other auxiliary ADAS: BSD/ADB/panora...[Details]
The analog watchdog of the ADC is used to check if the voltage is out of bounds. It has two upper and lower bounds, which can be set in the registers ADC_HTR and ADC_LTR respectively. The library fun...[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]
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. The operand is in register, R0--R7 2. Operands are in internal RAM 3. Operands are in external RAM But they are all similar. For ...[Details]
;Question requirements: ;Stopwatch timing, press S0 to start timing, and the digital tube will display; ;Press S0 again to stop. If S0 is not pressed to stop after counting for 1 minute, the buzzer w...[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]