The RTC module of GD32F350 provides a calendar function including date (year/month/day) and time (hour/minute/second/subsecond). Except for subseconds displayed in binary code, time and date are displ...
1. No unified industry regulations and standards. Due to the lack of unified industry standards, large, medium and small manufacturers act independently, and a wide variety of incompatible products fl...
[align=left][/align] [align=left][size=5][color=#ff8c00]This is the frequency band of China Unicom of WCDMA[/color][/size][/align] [align=left][/align] [size=5][color=#ff8c00]Natural cooling or air co...
I'm currently writing a function that converts a string into a number. The requirements are as follows:The string contains digits from 0 to 9, stored one by one in ASCII format. They are converted int...
Recently, when calling the Aurora 8b/10b IP module, everything was normal when simulating with the modelsim function . However, when it was downloaded to the FPGA board, the signal that the channel_up...
The required function is to ensure the level of a platform. When the platform is not level, it is controlled by a stepper motor and kept level using a level. Has anyone done a similar project? If ther...
Chip: STM32F107VCT6 Application Pin: THOUSANDS, RMII STM32CubeMX is very convenient to use ETH. The software comes with LWIP and configuration. This time, STM32F107VCT6+DP83848CVV is used. The MII a...[Details]
I have always wanted to write some posts and blogs, but I just couldn't bear to do it as I just graduated. After some preparation, I decided to write down some of the things I learned in the past few...[Details]
Time flies. Since the beginning of 2018, news related to home appliance companies have repeatedly made headlines, and competition in the home appliance market continues to intensify. In order to be...[Details]
Kevin Jensen ams Semiconductor
Sensors
and lighting expert. Let's learn more about the relevant content with the network communication editor.
Everything is becoming "smart" these ...[Details]
As the brain of a mobile phone, the mobile phone processing chip is of great importance. Xiaomi, which started out as the MIUI company, has long been keenly aware of the gap between China and devel...[Details]
Household photovoltaic power stations mainly utilize idle resources on existing household buildings, such as roofs, wall facades, balconies, courtyards, etc., to install and use distributed photovo...[Details]
sprintf is a function in the C language library that converts data types. There is a situation where In 51 MCU, define unsigned char temp; Then I want to use the serial port to print out temp in deci...[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]
Title: Use the table lookup method to convert a hexadecimal number into ASCII code. The input parameter is placed in the internal RAM 50H, and the output parameter is in R0. Requirements: Complete th...[Details]
6MHz crystal oscillator, using timer counter 1, using interrupt mode, through P1.0 to make a light emitting diode turn on for 100ms, turn off for 300ms, and repeat. Assembly programming is used to ac...[Details]
Assume that the MCS-51 microcontroller uses a 12MHz crystal oscillator, and wants to use a timer to generate a pulse with a duty cycle of about 30% and a period of 60ms at port P1.0. ;==============...[Details]
//------------------------------------------------------------ // MSP 430 subroutine (LCD controller subroutine) // Statement: Please keep the above information for reprinting. For commercial use,...[Details]
When programming with Elan MCU, please pay attention to the following points: 1. When the program is longer than 1K, page jump will occur. If an interrupt handler is enabled, after entering the inte...[Details]