According to foreign media reports, relevant departments in Taiwan announced yesterday that an engineer from TSMC was diagnosed with COVID-19. TSMC said it has strengthened disinfection of the employe...
GPIO CSL Library Using the CSL library API function to configure the DSP is obviously more convenient and easier to understand than configuring registers one by one. The following describes how to use...
Regarding the LED open circuit fault feedback of boost and buck-boost DCDC chips, I carefully read the datasheets of some chips, but there is no mention of fault feedback about LED open circuit in the...
Engineers will inevitably have to draw boards, but they may be relatively casual when drawing boards by themselves. However, in a specific project, there always needs to be a standardized design opera...
[i=s]This post was last edited by lb8820265 on 2021-12-7 00:16[/i]I have introduced the judgment of the forward and reverse rotation of the photoelectric encoder. I also found that the Raspberry Pi ca...
Qizhi Future Testing First TIF2023 Tektronix Innovation Forum concluded successfully, with 6 key words summarizing leading testing solutions Beijing, China, July 6, 2023 - Tektronix Technology's T...[Details]
In theory, serial port debugging should be very simple, but it has troubled me for nearly two weeks. I am at a loss. The data received from the GPS module has been incorrect. This morning, I compared ...[Details]
The following code is a routine to use I2C library functions to read the temperature data of HTU21D. ret=HAL_I2C_Mem_Read(&hi2c1,0x80,0xf3,I2C_MEMADD_SIZE_8BIT,rx_buf,2,2000); if(ret == HAL_OK) ...[Details]
On December 20, Han's Laser released the content of a recent investor survey activity, in which the company introduced its overall performance in the first three quarters and the progress of its vari...[Details]
1 Introduction
Today, the areas with the greatest potential for energy saving include lighting systems and motors and electronic products. All three areas can save energy and reduce co...[Details]
In recent years, as AI has been pushed to the top of the industry, brain-computer interface technology has also regained its vitality. As the world's leading supplier of brain-computer interface tech...[Details]
1. Application background: In the production process of sonar equipment, the insulation and continuity test of the cable is a necessary process. The existing test method is to set the voltage of the ...[Details]
The new UR earphones announced by Meizu yesterday were officially launched. This new product, called "UR LIVE Special Edition", is priced at 1,299 yuan and is now on sale. It is reported that the M...[Details]
Two working states 1. ARM state: 32 bits. The ARM state executes word-aligned 32-bit ARM instructions. 2. Thumb state, 16 bits, execute half-word aligned 16-bit instructions. 3. Use the Bx Rn ins...[Details]
RISC-V cores are starting to appear in heterogeneous SoCs, marking a move from standalone designs to mainstream applications, where they are used in everything from accelerators and processors to sec...[Details]
Instrument stepper motor : A stepper motor is an open-loop control element that converts an electrical pulse signal into an angular displacement or a linear displacement. In the case of non-ove...[Details]
ADLINK obtains ISO 26262 vehicle functional safety design process certification, making a strong push into the autonomous driving market
summary:
ADLINK
is ISO 2...[Details]
Introduction Power sequencing is a necessary function for microcontrollers, FPGAs, DSPs, ADCs, and other devices that require multiple voltage rails. These applications typically require that the co...[Details]
Inverter power supplies are widely used, especially precision instruments have higher requirements for inverter power supply performance. A good inverter power supply not only requires stable operatio...[Details]
1. Steps to write ts driver (beginners can just take a look at it, the content is a bit confusing)
1. Copy the header file;
2. Write entry and exit functions
3. All...[Details]