20-pin SOIC-W, 19 Bussed Resistors; 100% tin (Pb-free) terminations
Absolute TCR Code
00 = ±250ppm/°C; 01 = ±100ppm/°C
02 = ±50ppm/°C; 03 = ±25ppm/°C
Resistance Code
4-Digit Resistance Code
Ex: 1002 = 10K , 50R1 = 50.1
(The USA style coding shown is preferred, but, historically, European style coding (e.g. 10K) may have been used.)
Absolute Tolerance Code
J = ±5%; G = ±2%; F = ±1%; D = ±0.5%
C = ±0.25%; B = ±0.1%
Optional Ratio Tolerance Code
G = ±2%; F = ±1%; D = ±0.5%;
C = ±0.25%; B = ±0.1%; A = ±0.05%
Packaging
Specify tubes or tape & reel.
Tape and reel packaging is compliant with EIA-481-D: 8 mm through 200 mm Embossed Carrier Taping and 8 mm and 12 mm Punched Carrier Taping of Surface Mount Components
for Automatic Handling.
Tube packaging drawing detail available upon request.
May I ask how to get the formula corresponding to the circuit diagram above.... If (RC series connection) is then connected in parallel (RC series connection), then will the equivalent capacity of the...
[i=s]This post was last edited by Hot Ximixiu on 2021-10-15 08:30[/i]Now everyone has turned their attention to another processor architecture, RISC-V, which is an open source instruction set architec...
When looking at the Chinese data sheet, one of the parameters of IR2110 is that the totem pole output peak current is 2A; compared with its English data sheet, there is a parameter called Output high ...
My learning board comes with 89c52rc, which has no problem with burning. But I bought 89c51rc, and it didn't respond when burning. Only one LED on the communication end lights up. After pressing reset...
My girlfriend and I live in different places. She lives in Foshan and I live in Zhongshan. We rent a house in Guangzhou. We go back to Guangzhou every Friday and go back to each other on Sunday. Fortu...
There is love in the world and affection in the world. These beautiful loves on the earth are everywhere!
The new year has begun. Although the temperature has dropped sharply this week, in this world ...
International Solar Photovoltaic Network News: Chinese inverter company Sungrow announced that it will build a 3GW photovoltaic inverter manufacturing plant in Bangalore, the capital of Karnataka, ...[Details]
ZTE
The communication embargo incident has impacted the communication industry and sounded the alarm for the semiconductor industry. Let's follow the embedded editor to learn more about the r...[Details]
On April 19, it was reported that Alibaba DAMO Academy is developing a neural network chip, Ali-
NPU
, which is mainly used for
AI
reasoning calculations such as image and video analys...[Details]
After searching a lot of information, I finally understood the time base timer. I did not use any library functions but operated the registers directly. The following introduces the systick in STM32...[Details]
This part of the code in the void SystemClock_Config(void) function in the main file generated by stm32cubemx RCC_OscInitStruct.OscillatorType = RCC_OSCILLATORTYPE_HSE; This bug occurs, and the f...[Details]
Regarding the PHY construction of LWIP, the PHY chip used is LAN8720A, RMII mode. Regarding the hardware connection part, the Atomic board F407 is used, and the hardware connection is as follows: ...[Details]
When designing a product, if the application environment's requirements for power isolation are not considered, the product will be unstable due to improper design, and even high voltage may damage t...[Details]
As many companies listed with
the concept of
touch screen
begin to "transform and upgrade", the official voice of the TP industry is getting smaller and smaller. At the same time, the list o...[Details]
This paper combines embedded control technology with network control technology to realize the design of temperature control system based on single chip microcomputer through Internet control. Th...[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 storage media corresponding to the three boot modes of STM32 are built-in to the chip, they are: 1. User Flash = Flash built into the chip 2.SRAM = RAM area built into the chip, which is the m...[Details]
OSC_IN and OSC_OUT are external crystal pins by default. If you do not use an external crystal oscillator on the STM32, how to connect OSC_IN and OSC_OUT If you use the internal RC oscillator instead...[Details]
ADC: 1. The ADC module inside STM32 has three ADC1, ADC2, and ADC3, which are independent of each other, so synchronous sampling can be performed. 2ADC input clock must not exceed 14MHz, it is genera...[Details]
12864 LCD parallel port driver is more commonly used, but considering that sometimes the IO port of the microcontroller or MCU is limited, the serial driver method can be used. The following is ...[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]