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.
Dear experts, I am a hardware engineer. I have some knowledge of MCU in school. Now I want to learn AVR MCU, but I don't know where to start? For example, I want to compile a temperature sensor progra...
I am using mspf149. Now I need to distinguish two falling edge signals. I connect the two to P1.7 and p1.6 respectively. Only these two interrupts are allowed and there are interrupts. However, in the...
In order to learn more about Spring in detail, I started reading the official documents of Spring these days. To be honest, I seldom read official documents before, and even if I did, I read the docum...
I saw on the Internet that the driver installation path is to choose TIUSBFET/WinXP in the IAR directory, but it doesn't work. I am using 64-bit Win7. How can I install it?...
When the domestic discussion about "ZTE being banned" was hot, Alibaba officially announced the acquisition of chip supplier
Zhongtianwei
, but the investment amount was not disclosed. At t...[Details]
At the beginning of the new year of 2018, after the release of the national photovoltaic policy, we found that the state’s support for village-level poverty alleviation power stations has not weake...[Details]
Independent watchdog (IWDG) and low power mode are often used in STM32 development. The watchdog is to detect and solve faults caused by software errors, and the low power mode is to enter sleep mode...[Details]
A crystal oscillator can be electrically equivalent to a two-terminal network consisting of a capacitor and a resistor in parallel and a capacitor in series. In electrical engineering, this network h...[Details]
LiDAR is a comprehensive light detection and measurement system. Compared with ordinary radar, LiDAR can provide high-resolution radiation intensity geometric images, distance images, and speed im...[Details]
1. ATMEGA128 Data Sheet Watchdog Timer The watchdog timer is driven by an independent 1 MHz on-chip oscillator. This is a typical value at VCC = 5V. See the characteristic data for typical val...[Details]
int main( void ) { WDTCTL=WDTPW+WDTHOLD; //Turn off the watchdog BCSCTL1 =CALBC1_1MHz; //Set DCO to 1MHZ DCOCTL =CALBC1_1MHZ; //Select the timing mode, and select the clock source as ACLK, that ...[Details]
MSP 430 MCU key program #include msp430x14x.h #include "key.h" void Init_Port(void) { //Set all pins of P1 port to input mode during initialization P1DIR = 0; //Set all pins of ...[Details]
After understanding the principle of remote control transmission, you can make a remote control by yourself, but what if there is no special chip? Use a single-chip microcomputer, and then cooperate ...[Details]
MCS-51 series single-chip microcomputers do not have PWM output function, which can be realized by using timer and software. It is very practical for occasions where precision is not required. High-s...[Details]
Recently, the Ministry of Science and Technology issued a notice approving the establishment of six national research centers, including Beijing Molecular Science, Wuhan Optoelectronics, Beijing Co...[Details]
AVR MCU keyboard subroutine Keyboard scanning has interrupt mode and query mode #include "jn8515def.h" /******The following is the keyboard arrangement diagram****** | | | f...[Details]