MEC1418 - Fan Microchip - Free user manual and instructions
Find the device manual for free MEC1418 Microchip in PDF.
| Product Type | Embedded Controller / Microcontroller |
| Brand | Microchip |
| Model | MEC1418 |
| Package Type | QFN (Quad Flat No-leads) |
| Pin Count | 64 pins |
| Operating Voltage | 3.3V core, 1.8V I/O |
| Operating Temperature Range | -40°C to +85°C |
| Clock Speed | 48 MHz (typical) |
| Flash Memory | 128 KB |
| SRAM | 32 KB |
| Interface Protocols | SPI, I2C, UART, GPIO |
| Core Architecture | ARM Cortex-M0+ (or proprietary 8-bit) |
| Special Features | Low power modes, PWM, ADC, watchdog timer |
| Dimensions (approx.) | 7mm x 7mm |
| Weight (approx.) | 0.5 g |
| Power Consumption | 2 mA active, 1 µA sleep |
| Programming Interface | SWD (Serial Wire Debug) |
| RoHS Compliant | Yes |
| Safety Certifications | IEC 60730 (Class B) |
| Maintenance | No cleaning required; ESD safe handling |
Frequently Asked Questions - MEC1418 Microchip
User questions about MEC1418 Microchip
0 question about this device. Answer the ones you know or ask your own.
Ask a new question about this device
Download the instructions for your Fan in PDF format for free! Find your manual MEC1418 - Microchip and take your electronic device back in hand. On this page are published all the documents necessary for the use of your device. MEC1418 by Microchip.
USER MANUAL MEC1418 Microchip
PWM Controlled Fan for MEC140x/MEC141x/MEC142x
Author: Tom Tse / Greg VanWesten Microchip Technology Inc.
INTRODUCTION
Pulse Width Modulation (PWM) modules, which produce basically digital waveforms, can be used in many applications as a more efficient and lower power alternative to the traditional 8 bit Digital-to-Analog (D/A) converters using only two inexpensive filter components. A wide variety of microcontroller applications that exist today are better served by utilizing a PWM generated analog output as opposed to an 8 bit D/A converter. One application where using a high resolution PWM has value vs. a traditional 8 Bit DAC is in driving the 3-wire voltage controlled fan in a PC.
Audience
This document is written for a reader that is familiar with hardware design. The goal of this application note is to provide information regarding how to use a PWM to drive 3-wire fans that provides system benefits and an enhanced customer experience.
References
The following documents should be referenced when using this application note. Please contact your Microchip representative for availability.
- Microchip MEC140x/MEC141x/MEC142x Data Sheet
- Microchip MEC140x/MEC141x/MEC142x EVBs
1.0 OVERVIEW
Key potential benefits of using a high resolution PWM generated analog output for 3 wire fan control include:
- Finer RPM resolution (4x) control vs a traditional 8 bit DAC.
- Finer RPM control can potentially solve the issue of having two consumer platforms at the same thermal condition each running at a different RPM Zoned speed – since the finer control would allow you to control RPM closer to mechanical resonant points of the box and thus significantly reduce the chance of one machine running at different binned zone speeds).
Note: A typical PC has up to 10 bands (zones) of RPMs that they run the fan in – stepping around mechanical resonant frequencies of the platform.
The purpose of this white paper is to show the benefits of using the MEC140x/MEC141x/MEC142x 16 bit PWM vs a traditional 8 bit DAC to control 3 wire fans. (see typical schematic of a 3 wire fan drive in Figure 1-1 by DAC and Figure 1-2 by PWM).
FIGURE 1-1: 3-WIRE FAN DRIVE BY DAC

FIGURE 1-2: 3-WIRE FAN DRIVE BY PWM WITH R/C FILTER

2.0 RPM CONTROL ADVANTAGE
This section shows the RPM control advantage (measured data) of PWM generated analog output vs 8 bit DAC.
To establish a baseline of the RPM control of 3-wire fans using the 8 bit DAC today, data was taken at the following three points ( VSET input to fan driver, VOUT voltage to 3-wire fan, and RPM for given fan Voltage) in the above schematic, shown in Figure 1-1, to characterize the 8 Bit DAC based 3 wire fan control implemented by today.
Note: Theoretical expectations based on a 6000 RPM fan would be 6000/256 = \~24 RPM step control resolution.
The measured data is shown in Table 3-1 and Figure 2-1.
FIGURE 2-1: DAC VOLTAGE VS RPM

As you can see from the above data for the average RPM step resolution is \~24 RMP.
Note: The measured RPM data also shows that in reality the DAC generates worse than the average \~24 RMP (i.e. with system noise, the data shows jumping of more than 45 RPM).
Now utilizing the MEC140x/MEC141x/MEC142x PWM (1Khz) output with a simple single pole (set at 1.6Hz) Low pass filter the data was retaken as shown in Table 3-2 and Figure 2-2.
FIGURE 2-2: DUTY CYCLE VS RPM

As a result, the average RPM step control was significant reduced to approx. 5 - 8 RPM. Resulting in much finer RPM fan control.
Note: The PWM data shown in Figure 2-2 is 10-bit stepping.
3.0 THEORY AND MATH OF CONVERTING THE PWM TO ANALOG VOLTAGE
Use a simple in expensive R/C Low pass filter: R=10K and C=10uF cap, sets the pole at \~1.6Hz to filter our 1Khz PWM output.
FIGURE 3-1: TYPICAL IN-EXPENSIVE R/C LOW PASS FILTER

With a fan PWM is 1Khz, the ripple is down \~60db (factor of 1000) - see bode plot below in Figure 3-2.
FIGURE 3-2: BODE PLOT FOR FREQUENCY ANALYSIS
![| Frequency [Hz] | Magnitude [dB] | | -------------- | -------------- | | 0.01E0 | 0 | | 0.1E0 | 0 | | 1E0 | -20 | | 1E0 | -40 | | 1E0 | -60 | | 1E3 | -60 |](/content/2026/05/1058784/images/fb0df2faaa6f468db8930bc8a1a396ea566ae8add30a2a8a65490dac7b8c890f.jpg)
Calculated error with this filter introduced would be 3V / 1000 = 3mv ripple on the filtered PWM value (essentially 1 bit of resolution on 10 bit PWM - which is in noise level for the PC board environment).
Note: This 3mV is input voltage ripple that is insignificant (i.e. factor of 20 less) compared to the error associated with the Fan driver chip itself, which shows for a fixed 1V Vset input the output voltage could vary almost 100mV. See Fan driver spec: as shown in Figure 3-3.
FIGURE 3-3: TYPICAL FAN DRIVER SPEC
| Output Voltage/VSET Voltage | VOUT/VSET | VIN=5.5V, VSET=1V to 3.2V, IOUT=30mA | 1.552 | 1.6 | 1.648 | V/V |
APPENDIX A: DAC GENERATED ANALOG OUTPUT DATA
TABLE 3-1: DAC GENERATED ANALOG OUTPUT
| DAC8-bit(Steps) | VSET Voltage | VOUT (Voltage to Fan) VOUT = 1.6 VSET + Inaccuracies of Fan Driver | RPM |
| 40943.2984 | 9893851.091 | ||
| 40783.2984 | 993868.472 | ||
| 40623.2984 | 9893858.521 | ||
| 40463.2934 | 9893836.317 | ||
| 40303.284.9 | 893848.621 | ||
| 40143.2674 | 993886.01 | ||
| 39983.2544 | 9893824.092 | ||
| 39823.2414 | 9893841.229 | ||
| 39663.2274 | 9893875.969 | ||
| 39503.2154 | 9893858.521 | ||
| 39343.2024 | 9893856.041 | ||
| 39183.1894 | 9893868.472 | ||
| 39023.1764 | 9893836.317 | ||
| 38863.1634 | 9893846.154 | ||
| 38703.154.9 | 893838.772 | ||
| 38543.1374 | 993868.472 | ||
| 38383.1244 | 9893843.69 | ||
| 38223.1114 | 9813838.772 | ||
| 38063.0984 | 9613819.223 | ||
| 37903.0854 | 943831.418 | ||
| 37743.0724 | 923843.69 | ||
| 37583.0594 | 8993831.418 | ||
| 37423.0464 | 8783821.656 | ||
| 37263.0334 | 8573811.944 | ||
| 37103.024.8 | 363802.281 | ||
| 36943.0074 | 8153752.345 | ||
| 36782.9944 | 7953792.668 | ||
| 36622.9814 | 7743740.648 | ||
| 36462.9694 | 7533752.345 | ||
| 36302.9564 | 7333745.318 | ||
| 36142.9434 | 7123710.575 | ||
| 35982.934.6 | 923667.482 | ||
| 35822.9164 | 6713636.364 | ||
| 35662.9044 | 6513577.818 | ||
| 35502.8914 | 6313571.429 | ||
| 35342.8784 | 6113544.005 | ||
| 35182.8654 | 593548.196 | ||
| 35022.8524 | 573496.503 | ||
| 34862.8394 | 5493470.214 | ||
| 34702.8264 | 5293470.214 | ||
| 34542.8134 | 5083418.803 | ||
| 34382.84.48 | 73401.361 | ||
| 34222.7874 | 4673384.095 | ||
| 34062.7744 | 4463407.155 | ||
| 33902.7614 | 4263357.583 | ||
| 33742.7484 | 4053363.229 | ||
| 33582.7354 | 3853346.347 | ||
| 33422.7234 | 3643302.146 | ||
| 33262.7094 | 3433273.322 | ||
| 33102.6964 | 3233264.418 | ||
| 32942.6844 | 3023253.796 | ||
| 32782.6714 | 2813237.992 | ||
| 32622.6584 | 2613243.243 | ||
| 32462.6454 | 243231.018 | ||
| 32302.6324 | 2193188.098 | ||
| 32142.6194 | 1993224.073 | ||
| 31982.6064 | 1783169.572 | ||
| 31822.5934 | 1573157.895 | ||
| 31662.584.1 | 373169.572 | ||
| 31502.5674 | 1163103.983 | ||
| 31342.5544 | 0963131.524 | ||
| 31182.5414 | 0753089.598 | ||
| 31022.5284 | 0543078.502 | ||
| 30862.5154 | 0343051.882 | ||
| 30702.5024 | 0133030.303 | ||
| 30542.4893 | 9923019.628 | ||
| 30382.4763 | 9723000 | ||
| 30222.4633 | 9512971.768 | ||
| 30062.453.9 | 312941.176 | ||
| 29902.4373 | 912938.296 | ||
| 29742.4253 | 892949.853 | ||
| 29582.4123 | 8692891.566 | ||
| 29422.3983 | 8482866.699 | ||
| 29262.3863 | 8282850.356 | ||
| 29102.3733 | 8072851.711 | ||
| 28942.363.7 | 872823.529 | ||
| 28782.3473 | 7662801.12 | ||
| 28622.3343 | 7452781.641 | ||
| 28462.3213 | 7252780.352 | ||
| 28302.3083 | 7042744.739 | ||
| 28142.2953 | 6832744.739 | ||
| 27982.2823 | 6632702.703 | ||
| 27822.2693 | 6422683.363 | ||
| 27662.2563 | 6222665.482 | ||
| 27502.2433 | 6012652.52 | ||
| 27342.233.5 | 812654.867 | ||
| 27182.2173 | 562605.297 | ||
| 27022.2043 | 542588.438 | ||
| 26862.1913 | 5192554.278 | ||
| 26702.1783 | 4982538.071 | ||
| 26542.1653 | 4782524.19 | ||
| 26382.1533 | 4572518.892 | ||
| 26222.143.4 | 362472.188 | ||
| 26062.1273 | 4162450.98 | ||
| 25902.1143 | 3952445.985 | ||
| 25742.1013 | 3752424.242 | ||
| 25582.0883 | 3542404.81 | ||
| 25422.0753 | 3332392.344 | ||
| 25262.0623 | 3132358.491 | ||
| 25102.0493 | 2922345.582 | ||
| 24942.0363 | 2722311.248 | ||
| 24782.0233 | 2512310.358 | ||
| 24622.0132 | 32301.496 | ||
| 24461.9973 | 212253.098 | ||
| 24301.9843 | 1892227.171 | ||
| 24141.9713 | 1682205.072 | ||
| 23981.9583 | 1482183.406 | ||
| 23821.9453 | 1272173.126 | ||
| 23661.9323 | 1062137.513 | ||
| 23501.9193 | 0862117.896 | ||
| 23341.9063 | 0652097.169 | ||
| 23181.8933 | 0442088.409 | ||
| 23021.883.0 | 232054.795 | ||
| 22861.8673 | 0032042.206 | ||
| 22701.8552 | 9822013.423 | ||
| 22541.8412 | 9621992.693 | ||
| 22381.8292 | 9411980.198 | ||
| 22221.8162 | 921949.318 | ||
| 22061.8032 | 91924.31 | ||
| 21901.792.8 | 791899.335 | ||
| 21741.7772 | 8581880.878 | ||
| 21581.7642 | 8381863.933 | ||
| 21421.7512 | 8171839.362 | ||
| 21261.7382 | 7971815.431 | ||
| 21101.7252 | 7761789.442 | ||
| 20941.7122 | 7551784.652 | ||
| 20781.6992 | 7351755.926 | ||
| 20621.6862 | 7141729.107 | ||
| 20461.6732 | 6931699.717 | ||
| 20301.6626 | 721682.086 | ||
| 20141.6472 | 6521656.543 | ||
| 19981.6342 | 6311632.209 | ||
| 19821.6212 | 6111609.874 | ||
| 19661.6082 | 591591.934 | ||
| 19501.5952 | 5691571.503 | ||
| 19341.5822 | 5491553.599 | ||
| 19181.5692 | 5281529.442 | ||
| 19021.5562 | 5071496.633 | ||
| 18861.5442 | 4861478.925 | ||
| 18701.5312 | 4661450.677 | ||
| 18541.5182 | 4451425.856 | ||
| 18381.5052 | 4241397.95 | ||
| 18221.4922 | 4041378.676 | ||
| 18061.4792 | 3831355.626 | ||
| 17901.4662 | 3621328.904 | ||
| 17741.4532 | 3421310.902 | ||
| 17581.4423 | 3211279.863 | ||
| 17421.4272 | 31253.918 | ||
| 17261.4142 | 281229.508 | ||
| 17101.4012 | 2591207.973 | ||
| 16941.3882 | 2381182.965 | ||
| 16781.3752 | 2171160.766 | ||
| 16621.3622 | 1961134.859 | ||
| 16461.3492 | 1761110.905 | ||
| 16301.3362 | 1551083.619 | ||
| 16141.3232 | 1341059.696 | ||
| 15981.3121 | 1141037.703 | ||
| 15821.2972 | 0931007.557 | ||
| 15661.2842 | 072987.492 | ||
| 15501.2712 | 052962.773 | ||
| 15341.2582 | 031935.745 | ||
| 15181.2452 | 01911.854 | ||
| 15021.2331 | 989883.392 | ||
| 14861.221.9 | 69860.709 | ||
| 14701.2061 | 948835.189 | ||
| 14541.1941 | 927808.952 | ||
| 14381.1811 | 907782.779 | ||
| 14221.1681 | 886763.359 | ||
| 14061.1551 | 855737.01 | ||
| 13901.1421 | 845710.732 | ||
| 13741.1291 | 82591.554 | ||
| 13581.1161 | 80491.554 | ||
| 13421.1031 | 78491.554 | ||
| 13261.091.7 | 6391.554 | ||
| 13101.0771 | 74291.554 | ||
| 12941.0641 | 72291.554 | ||
| 12781.0511 | 791.554 |
APPENDIX B: PWM GENERATED ANALOG OUTPUT DATA
TABLE 3-2: PWM GENERATED ANALOG OUTPUT
| PWM10-bit(Steps) | VSET Voltage | VOUT (Voltage to Fan) VOUT = 1.6 VSET + Inaccuracies of Fan Driver | RPM |
| 99.99853.301 | 4.9923841.229 | ||
| 99.90083.299 | 4.9923863.49 | ||
| 99.80323.295 | 4.9923831.418 | ||
| 99.70553.292 | 4.9923843.69 | ||
| 99.60783.289 | 4.9923846.154 | ||
| 99.51023.286 | 4.9923836.317 | ||
| 99.41253.283 | 4.9923851.091 | ||
| 99.31493.279 | 4.9923843.69 | ||
| 99.21723.276 | 4.9923856.041 | ||
| 99.11963.273 | 4.9923821.656 | ||
| 99.02193.274 | 4.9923841.229 | ||
| 98.92423.266 | 4.9923873.467 | ||
| 98.82663.263 | 4.9923861.004 | ||
| 98.72893.264 | 4.9923824.092 | ||
| 98.63133.257 | 4.9923848.621 | ||
| 98.53363.254 | 4.9923843.69 | ||
| 98.43603.254 | 4.9923858.521 | ||
| 98.33833.247 | 4.9923816.794 | ||
| 98.24063.244 | 4.9923853.565 | ||
| 98.14303.241 | 4.9923838.772 | ||
| 98.04533.237 | 4.9923851.091 | ||
| 97.94773.234 | 4.9923836.317 | ||
| 97.85003.231 | 4.9923819.223 | ||
| 97.75233.228 | 4.9923843.69 | ||
| 97.65473.225 | 4.9923856.041 | ||
| 97.55703.221 | 4.9923833.866 | ||
| 97.45943.218 | 4.9923828.973 | ||
| 97.36173.215 | 4.9923848.621 | ||
| 97.26413.212 | 4.9923868.472 | ||
| 97.16643.209 | 4.9923848.621 | ||
| 97.06873.205 | 4.9923843.69 | ||
| 96.97113.202 | 4.9923836.317 | ||
| 96.87343.199 | 4.9923878.474 | ||
| 96.77583.196 | 4.9923858.521 | ||
| 96.67813.192 | 4.9923856.041 | ||
| 96.58053.189 | 4.9923843.69 | ||
| 96.48283.186 | 4.9923853.565 | ||
| 96.38513.183 | 4.9923828.973 | ||
| 96.28753.184 | 4.9923853.565 | ||
| 96.18983.176 | 4.9923836.317 | ||
| 96.09223.173 | 4.9913833.866 | ||
| 95.99453.174 | 4.9923875.969 | ||
| 95.89683.167 | 4.9913853.565 | ||
| 95.79923.163 | 4.9913846.154 | ||
| 95.70153.164 | 4.9913843.69 | ||
| 95.60393.157 | 4.9913836.317 | ||
| 95.50623.154 | 4.9923846.154 | ||
| 95.40863.151 | 4.9913848.621 | ||
| 95.31093.147 | 4.9923838.772 | ||
| 95.21323.144 | 4.9923831.418 | ||
| 95.11563.141 | 4.9913821.656 | ||
| 95.01793.138 | 4.9923843.69 | ||
| 94.92033.135 | 4.9923831.418 | ||
| 94.82263.131 | 4.9913848.621 | ||
| 94.72503.128 | 4.9913851.091 | ||
| 94.62733.125 | 4.993848.621 | ||
| 94.52963.122 | 4.993838.772 | ||
| 94.43203.118 | 4.9883838.772 | ||
| 94.33433.115 | 4.9863873.467 | ||
| 94.23673.112 | 4.9833856.041 | ||
| 94.13903.109 | 4.9793878.474 | ||
| 94.04143.106 | 4.9743843.69 | ||
| 93.94373.102 | 4.9693826.531 | ||
| 93.84603.099 | 4.9643841.229 | ||
| 93.74843.096 | 4.9593821.656 | ||
| 93.65073.093 | 4.9543846.154 | ||
| 93.55313.094 | 4.9493799.873 | ||
| 93.45543.086 | 4.9443836.317 | ||
| 93.35773.083 | 4.9393824.092 | ||
| 93.26013.084 | 4.9333809.524 | ||
| 93.16243.077 | 4.9283807.107 | ||
| 93.06483.073 | 4.9233833.866 | ||
| 92.96713.074 | 4.9183841.229 | ||
| 92.86953.067 | 4.9133821.656 | ||
| 92.77183.064 | 4.9073816.794 | ||
| 92.67413.061 | 4.9023799.873 | ||
| 92.57653.057 | 4.8973799.873 | ||
| 92.47883.054 | 4.8923821.656 | ||
| 92.38123.051 | 4.8873816.794 | ||
| 92.28353.048 | 4.8823802.281 | ||
| 92.18593.045 | 4.8763802.281 | ||
| 92.08823.041 | 4.8713811.944 | ||
| 91.99053.038 | 4.8663809.524 | ||
| 91.89293.035 | 4.8613795.066 | ||
| 91.79523.032 | 4.8563804.692 | ||
| 91.69763.028 | 4.8513783.102 | ||
| 91.59993.025 | 4.8453773.585 | ||
| 91.50233.022 | 4.843783.102 | ||
| 91.40463.019 | 4.8353797.468 | ||
| 91.30693.016 | 4.833768.844 | ||
| 91.20933.012 | 4.8253785.489 | ||
| 91.11163.009 | 4.823761.755 | ||
| 91.01403.006 | 4.8143757.044 | ||
| 90.91633.003 | 4.8093764.115 | ||
| 90.81862.999 | 4.8043759.398 | ||
| 90.72102.996 | 4.7993766.478 | ||
| 90.62332.993 | 4.7943766.478 | ||
| 90.52572.994 | 4.7893766.478 | ||
| 90.42802.987 | 4.7833778.338 | ||
| 90.33042.983 | 4.7783790.272 | ||
| 90.23272.984 | 4.7733745.318 | ||
| 90.13502.977 | 4.7683775.96 | ||
| 90.03742.974 | 4.7633771.213 | ||
| 89.93972.974 | 4.7583750 | ||
| 89.84212.967 | 4.7523745.318 | ||
| 89.74442.964 | 4.7473754.693 | ||
| 89.64682.961 | 4.7423738.318 | ||
| 89.54912.958 | 4.7373745.318 | ||
| 89.45142.954 | 4.7323757.044 | ||
| 89.35382.951 | 4.7273740.648 | ||
| 89.25612.948 | 4.7223738.318 | ||
| 89.15852.945 | 4.7173715.17 | ||
| 89.06082.942 | 4.7123724.395 | ||
| 88.96312.938 | 4.7073665.241 | ||
| 88.86552.935 | 4.7023676.471 | ||
| 88.76782.932 | 4.6973663.004 | ||
| 88.67022.929 | 4.6913645.2 | ||
| 88.57252.925 | 4.6863676.471 | ||
| 88.47492.922 | 4.6813638.569 | ||
| 88.37722.919 | 4.6763614.458 | ||
| 88.27952.916 | 4.6713623.188 | ||
| 88.18192.913 | 4.6663610.108 | ||
| 88.08422.909 | 4.6613614.458 | ||
| 87.98662.906 | 4.6563579.952 | ||
| 87.88892.903 | 4.6513605.769 | ||
| 87.79132.94 | 4.6463586.372 | ||
| 87.69362.897 | 4.6413579.952 | ||
| 87.59592.893 | 4.6363579.952 | ||
| 87.49832.894 | 6313575.685 | ||
| 87.40062.887 | 4.6263554.502 | ||
| 87.30302.884 | 4.6213571.429 | ||
| 87.20532.884 | 6163548.196 | ||
| 87.10772.877 | 4.6113569.304 | ||
| 87.01002.874 | 4.6053519.062 | ||
| 86.91232.874 | 63548.196 | ||
| 86.81472.868 | 4.5953514.938 | ||
| 86.71702.864 | 4.593533.569 | ||
| 86.61942.861 | 4.5853523.194 | ||
| 86.52172.858 | 4.583510.825 | ||
| 86.42402.855 | 4.5753512.881 | ||
| 86.32642.851 | 4.5693504.673 | ||
| 86.22872.848 | 4.5643490.401 | ||
| 86.13112.845 | 4.563521.127 | ||
| 86.03342.842 | 4.5543516.999 | ||
| 85.93582.838 | 4.5493510.825 | ||
| 85.83812.835 | 4.5443476.246 | ||
| 85.74042.832 | 4.5393488.372 | ||
| 85.64282.829 | 4.5343472.222 | ||
| 85.54512.826 | 4.5293480.278 | ||
| 85.44752.823 | 4.5243504.673 | ||
| 85.34982.819 | 4.5193448.276 | ||
| 85.25222.816 | 4.5143450.259 | ||
| 85.15452.813 | 4.5083454.231 | ||
| 85.05682.814 | 5033446.295 | ||
| 84.95922.806 | 4.4983454.231 | ||
| 84.86152.803 | 4.4933430.532 | ||
| 84.76392.84 | 4883422.704 | ||
| 84.66622.797 | 4.4833426.613 | ||
| 84.56862.794 | 4.4783409.091 | ||
| 84.47092.794 | 4.733414.912 | ||
| 84.37322.787 | 4.4673403.29 | ||
| 84.27562.784 | 4.4623409.091 | ||
| 84.17792.781 | 4.4573391.747 | ||
| 84.08032.777 | 4.4523422.704 | ||
| 83.98262.774 | 4.4473401.361 | ||
| 83.88492.771 | 4.4423389.831 | ||
| 83.78732.768 | 4.4373401.361 | ||
| 83.68962.764 | 4.4323386.005 | ||
| 83.59202.761 | 4.4273378.378 | ||
| 83.49432.758 | 4.4213397.508 | ||
| 83.39672.755 | 4.4163387.916 | ||
| 83.29902.751 | 4.4113389.831 | ||
| 83.20132.748 | 4.4063340.757 | ||
| 83.10372.745 | 4.4013346.347 | ||
| 83.00602.742 | 4.3963361.345 | ||
| 82.90842.739 | 4.3913337.041 | ||
| 82.81072.735 | 4.3863340.757 | ||
| 82.71312.732 | 4.3813338.898 | ||
| 82.61542.729 | 4.3763316.75 | ||
| 82.51772.726 | 4.3713316.75 | ||
| 82.42012.723 | 4.3663331.483 | ||
| 82.32242.724 | 4.363309.432 | ||
| 82.22482.716 | 4.3553311.258 | ||
| 82.12712.713 | 4.353331.483 | ||
| 82.02942.714 | 4.3453289.474 | ||
| 81.93182.707 | 4.343320.421 | ||
| 81.83412.704 | 4.3353307.607 | ||
| 81.73652.74 | 4.33284.072 | ||
| 81.63882.697 | 4.3253271.538 | ||
| 81.54122.694 | 4.323266.195 | ||
| 81.44352.691 | 4.3153284.072 | ||
| 81.34582.688 | 4.313280.481 | ||
| 81.24822.685 | 4.3053282.276 | ||
| 81.15052.682 | 4.33289.474 | ||
| 81.05292.678 | 4.2943260.87 | ||
| 80.95522.675 | 4.2893271.538 | ||
| 80.85762.672 | 4.2843255.562 | ||
| 80.75992.669 | 4.2793260.87 | ||
| 80.66222.665 | 4.2743241.491 | ||
| 80.56462.662 | 4.2693259.098 | ||
| 80.46692.659 | 4.2643255.562 | ||
| 80.36932.656 | 4.2593248.511 | ||
| 80.27162.653 | 4.2543232.759 | ||
| 80.17402.649 | 4.2483232.759 | ||
| 80.07632.646 | 4.2433222.342 | ||
| 79.97862.643 | 4.2383237.992 | ||
| 79.88102.644 | 4.2333225.806 | ||
| 79.78332.636 | 4.2283210.273 | ||
| 79.68572.633 | 4.2233201.708 | ||
| 79.58802.634 | 4.2183211.991 | ||
| 79.49032.627 | 4.2123205.128 | ||
| 79.39272.624 | 4.2073191.489 | ||
| 79.29502.624 | 4.2023191.489 | ||
| 79.19742.617 | 4.1973172.924 | ||
| 79.09972.614 | 4.1923191.489 | ||
| 79.00212.611 | 4.1873181.336 | ||
| 78.90442.608 | 4.1823169.572 | ||
| 78.80672.604 | 4.1773167.899 | ||
| 78.70912.601 | 4.1723159.558 | ||
| 78.61142.598 | 4.1663191.489 | ||
| 78.51382.595 | 4.1613157.895 | ||
| 78.41612.592 | 4.1563152.916 | ||
| 78.31852.588 | 4.1513161.222 | ||
| 78.22082.585 | 4.1463164.557 | ||
| 78.12312.582 | 4.1413139.717 | ||
| 78.02552.579 | 4.1363143.007 | ||
| 77.92782.575 | 4.1313115.265 | ||
| 77.83022.572 | 4.1263123.373 | ||
| 77.73252.569 | 4.123138.075 | ||
| 77.63492.566 | 4.1153121.748 | ||
| 77.53722.563 | 4.113113.648 | ||
| 77.43952.559 | 4.1053125 | ||
| 77.34192.556 | 4.13141.361 | ||
| 77.24422.553 | 4.0953099.174 | ||
| 77.14662.554 | 4.093118.503 | ||
| 77.04892.546 | 4.0853115.265 | ||
| 76.95122.543 | 4.0793116.883 | ||
| 76.85362.544 | 4.0743120.125 | ||
| 76.75592.537 | 4.0693078.502 | ||
| 76.65832.533 | 4.0643069.054 | ||
| 76.56062.534 | 4.0593070.624 | ||
| 76.46302.527 | 4.0543065.917 | ||
| 76.36532.524 | 4.0483065.917 | ||
| 76.26762.521 | 4.0443058.104 | ||
| 76.17002.517 | 4.0383067.485 | ||
| 76.07232.514 | 4.0333058.104 | ||
| 75.97472.511 | 4.0283058.104 | ||
| 75.87702.508 | 4.0233076.923 | ||
| 75.77942.505 | 4.0183064.351 | ||
| 75.68172.501 | 4.0133030.303 | ||
| 75.58402.498 | 4.0083053.435 | ||
| 75.48642.495 | 4.0023021.148 | ||
| 75.38872.492 | 3.9983037.975 | ||
| 75.29112.489 | 3.9933015.075 | ||
| 75.19342.485 | 3.9873021.148 | ||
| 75.09582.482 | 3.9823022.67 | ||
| 74.99812.479 | 3.9772992.519 | ||
| 74.90042.476 | 3.9722980.626 | ||
| 74.80282.473 | 3.9672985.075 | ||
| 74.70512.469 | 3.9622970.297 | ||
| 74.60752.466 | 3.9572989.537 | ||
| 74.50982.463 | 3.9522980.626 | ||
| 74.41212.463 | 3.9462973.241 | ||
| 74.31452.456 | 3.9412948.403 | ||
| 74.21682.453 | 3.9362957.122 | ||
| 74.11922.453 | 3.9312941.176 | ||
| 74.02152.447 | 3.9262958.58 | ||
| 73.92392.444 | 3.9212983.59 | ||
| 73.82622.443 | 3.9162954.21 | ||
| 73.72852.437 | 3.9112936.858 | ||
| 73.63092.434 | 3.9052931.119 | ||
| 73.53322.431 | 3.92931.119 | ||
| 73.43562.428 | 3.8962921.13 | ||
| 73.33792.424 | 3.892925.402 | ||
| 73.24032.421 | 3.8852932.551 | ||
| 73.14262.418 | 3.882901.354 | ||
| 73.04492.414 | 3.8752904.163 | ||
| 72.94732.411 | 3.872918.288 | ||
| 72.84962.408 | 3.8652909.796 | ||
| 72.75202.405 | 3.862881.844 | ||
| 72.65432.401 | 3.8552898.551 | ||
| 72.55662.399 | 3.8492880.461 | ||
| 72.45902.395 | 3.8442870.813 | ||
| 72.36132.392 | 3.8392854.424 | ||
| 72.26372.389 | 3.8342861.23 | ||
| 72.16602.386 | 3.8292868.069 | ||
| 72.06842.382 | 3.8242883.229 | ||
| 71.97072.379 | 3.8192859.867 | ||
| 71.87302.376 | 3.8142865.33 | ||
| 71.77542.373 | 3.8092858.504 | ||
| 71.67772.369 | 3.8032836.879 | ||
| 71.58012.366 | 3.7982830.189 | ||
| 71.48242.363 | 3.7932806.361 | ||
| 71.38482.363 | 3.7882836.879 | ||
| 71.28712.357 | 3.7832823.529 | ||
| 71.18942.354 | 3.7782805.049 | ||
| 71.09182.353 | 3.7732811.621 | ||
| 70.99412.347 | 3.7682812.94 | ||
| 70.89652.344 | 3.7622811.621 | ||
| 70.79882.341 | 3.7572801.12 | ||
| 70.70122.337 | 3.7522781.641 | ||
| 70.60352.334 | 3.7472771.363 | ||
| 70.50582.331 | 3.7422785.515 | ||
| 70.40822.328 | 3.7372777.778 | ||
| 70.31052.324 | 3.7322802.429 | ||
| 70.21292.321 | 3.7272782.931 | ||
| 70.11522.318 | 3.7222788.104 | ||
| 70.01752.315 | 3.7162772.643 | ||
| 69.91992.311 | 3.7112762.431 | ||
| 69.82222.309 | 3.7062730.997 | ||
| 69.72462.305 | 3.7012748.511 | ||
| 69.62692.302 | 3.6962729.754 | ||
| 69.52932.299 | 3.6912729.754 | ||
| 69.43162.296 | 3.6862729.754 | ||
| 69.33392.292 | 3.682753.557 | ||
| 69.23632.289 | 3.6752718.623 | ||
| 69.13862.286 | 3.672708.804 | ||
| 69.04102.283 | 3.6652733.485 | ||
| 68.94332.283 | 3.662716.161 | ||
| 68.84572.276 | 3.6552686.968 | ||
| 68.74802.273 | 3.652702.703 | ||
| 68.65032.273 | 6452699.055 | ||
| 68.55272.267 | 3.642688.172 | ||
| 68.45502.263 | 3.6342676.182 | ||
| 68.35742.263 | 6292657.219 | ||
| 68.25972.257 | 3.6242664.298 | ||
| 68.16212.254 | 3.6192656.042 | ||
| 68.06442.251 | 3.6142678.571 | ||
| 67.96672.247 | 3.6092649.007 | ||
| 67.86912.244 | 3.6042659.574 | ||
| 67.77142.241 | 3.5992639.683 | ||
| 67.67382.238 | 3.5942639.683 | ||
| 67.57612.235 | 3.5882631.579 | ||
| 67.47842.231 | 3.5842623.524 | ||
| 67.38082.228 | 3.5782617.801 | ||
| 67.28312.225 | 3.5732614.379 | ||
| 67.18552.222 | 3.5682609.83 | ||
| 67.08782.218 | 3.5632620.087 | ||
| 66.99022.215 | 3.5582604.167 | ||
| 66.89252.212 | 3.5532605.297 | ||
| 66.79482.209 | 3.5482606.429 | ||
| 66.69722.206 | 3.5432594.034 | ||
| 66.59952.202 | 3.5372578.427 | ||
| 66.50192.199 | 3.5322576.213 | ||
| 66.40422.196 | 3.5272568.493 | ||
| 66.30662.193 | 3.5222566.296 | ||
| 66.20892.189 | 3.5172559.727 | ||
| 66.11122.186 | 3.5122547.771 | ||
| 66.01362.183 | 3.5062548.853 | ||
| 65.91592.183 | 3.5012539.145 | ||
| 65.81832.177 | 3.4962528.445 | ||
| 65.72062.173 | 3.4912517.835 | ||
| 65.62292.173 | 4.862548.853 | ||
| 65.52532.167 | 3.4812532.714 | ||
| 65.42762.164 | 3.4762527.38 | ||
| 65.33002.161 | 3.4712518.892 | ||
| 65.23232.157 | 3.4662517.835 | ||
| 65.13472.154 | 3.4612505.219 | ||
| 65.03702.151 | 3.4562522.068 | ||
| 64.93932.148 | 3.452497.918 | ||
| 64.84172.145 | 3.4452510.46 | ||
| 64.74402.141 | 3.442494.802 | ||
| 64.64642.138 | 3.4352480.364 | ||
| 64.54872.135 | 3.432494.802 | ||
| 64.45112.132 | 3.4252489.627 | ||
| 64.35342.128 | 3.422482.416 | ||
| 64.25572.125 | 3.4152447.98 | ||
| 64.15812.122 | 3.412439.024 | ||
| 64.06042.119 | 3.4042446.982 | ||
| 63.96282.116 | 3.3992439.024 | ||
| 63.86512.112 | 3.3942438.033 | ||
| 63.76752.109 | 3.3892429.15 | ||
| 63.66982.106 | 3.3842431.118 | ||
| 63.57212.103 | 3.3792433.09 | ||
| 63.47452.13 | 3.742432.104 | ||
| 63.37682.096 | 3.3692417.405 | ||
| 63.27922.093 | 3.3642410.607 | ||
| 63.18152.093 | 3.3582418.38 | ||
| 63.08382.087 | 3.3532421.308 | ||
| 62.98622.083 | 3.3482398.082 | ||
| 62.88852.083 | 3.3432409.639 | ||
| 62.79092.077 | 3.3382378.121 | ||
| 62.69322.074 | 3.3332396.166 | ||
| 62.59562.071 | 3.3282371.542 | ||
| 62.49792.067 | 3.3232391.391 | ||
| 62.40022.064 | 3.3172366.864 | ||
| 62.30262.061 | 3.3122357.564 | ||
| 62.20492.058 | 3.3072349.256 | ||
| 62.10732.055 | 3.3022347.418 | ||
| 62.00962.051 | 3.2972339.181 | ||
| 61.91202.048 | 3.2922353.864 | ||
| 61.81432.045 | 3.2872339.181 | ||
| 61.71662.042 | 3.2812325.581 | ||
| 61.61902.039 | 3.2772321.981 | ||
| 61.52132.035 | 3.2712315.708 | ||
| 61.42372.032 | 3.2662313.03 | ||
| 61.32602.029 | 3.2612298.851 | ||
| 61.22842.026 | 3.2562295.333 | ||
| 61.13072.022 | 3.2512313.03 | ||
| 61.03302.019 | 3.2462290.951 | ||
| 60.93542.016 | 3.2412286.585 | ||
| 60.83772.013 | 3.2362271.007 | ||
| 60.74012.013 | 3.2312272.727 | ||
| 60.64242.006 | 3.2252270.148 | ||
| 60.54472.003 | 3.222260.739 | ||
| 60.447123.21 | 52254.791 | ||
| 60.34941.997 | 3.212264.151 | ||
| 60.25181.993 | 3.2052256.487 | ||
| 60.15411.993 | 3.22241.315 | ||
| 60.05651.987 | 3.1952249.719 | ||
| 59.95881.984 | 3.192242.991 | ||
| 59.86111.981 | 3.1842215.657 | ||
| 59.76351.977 | 3.1792214.022 | ||
| 59.66581.974 | 3.1742229.654 | ||
| 59.56821.971 | 3.1692212.389 | ||
| 59.47051.968 | 3.1642207.506 | ||
| 59.37291.965 | 3.1592200.22 | ||
| 59.27521.961 | 3.1542190.581 | ||
| 59.17751.958 | 3.1492183.406 | ||
| 59.07991.955 | 3.1432181.818 | ||
| 58.98221.952 | 3.1382184.201 | ||
| 58.88461.948 | 3.1332173.126 | ||
| 58.78691.945 | 3.1282161.383 | ||
| 58.68931.942 | 3.1232173.913 | ||
| 58.59161.939 | 3.1182151.309 | ||
| 58.49391.936 | 3.1132155.172 | ||
| 58.39631.932 | 3.1082141.328 | ||
| 58.29861.929 | 3.1022135.991 | ||
| 58.20101.926 | 3.0972142.092 | ||
| 58.10331.923 | 3.0922124.646 | ||
| 58.00561.923 | 3.0872142.092 | ||
| 57.90801.916 | 3.0822120.141 | ||
| 57.81031.913 | 3.0772122.391 | ||
| 57.71271.913 | 3.0722111.932 | ||
| 57.61501.907 | 3.0672110.447 | ||
| 57.51741.903 | 3.0622115.656 | ||
| 57.41971.93 | 3.0572103.787 | ||
| 57.32201.897 | 3.0512089.864 | ||
| 57.22441.894 | 3.0462080.444 | ||
| 57.12671.891 | 3.0412078.282 | ||
| 57.02911.887 | 3.0362068.252 | ||
| 56.93141.884 | 3.0312061.147 | ||
| 56.83381.881 | 3.0262055.498 | ||
| 56.73611.878 | 3.022049.18 | ||
| 56.63841.874 | 3.0152038.736 | ||
| 56.54081.871 | 3.012034.588 | ||
| 56.44311.868 | 3.0052029.084 | ||
| 56.34551.865 | 32031.144 | ||
| 56.24781.862 | 2.9952020.202 | ||
| 56.15011.858 | 2.992015.452 | ||
| 56.05251.855 | 2.9852018.843 | ||
| 55.95481.852 | 2.982010.724 | ||
| 55.85721.849 | 2.9742005.348 | ||
| 55.75951.846 | 2.9692001.334 | ||
| 55.66191.842 | 2.9641992.032 | ||
| 55.56421.839 | 2.9591982.161 | ||
| 55.46651.836 | 2.9541985.44 | ||
| 55.36891.833 | 2.9491988.072 | ||
| 55.27121.832 | 2.9441987.413 | ||
| 55.17361.826 | 2.9391970.443 | ||
| 55.07591.823 | 2.9331962.709 | ||
| 54.97831.822 | 2.9281971.738 | ||
| 54.88061.817 | 2.9231953.761 | ||
| 54.78291.813 | 2.9181944.895 | ||
| 54.68531.812 | 2.9131931.745 | ||
| 54.58761.807 | 2.9071933.613 | ||
| 54.49001.804 | 2.9031916.933 | ||
| 54.39231.801 | 2.8981916.933 | ||
| 54.29471.797 | 2.8921913.265 | ||
| 54.19701.794 | 2.8871902.95 | ||
| 54.09931.791 | 2.8821902.346 | ||
| 54.00171.788 | 2.8771902.95 | ||
| 53.90401.785 | 2.8721897.533 | ||
| 53.80641.781 | 2.8671887.98 | ||
| 53.70871.778 | 2.8621893.939 | ||
| 53.61101.775 | 2.8571893.342 | ||
| 53.51341.772 | 2.8521875.586 | ||
| 53.41571.768 | 2.8461875 | ||
| 53.31811.765 | 2.8411862.776 | ||
| 53.22041.762 | 2.8361850.709 | ||
| 53.12281.759 | 2.8311854.141 | ||
| 53.02511.756 | 2.8261843.318 | ||
| 52.92741.752 | 2.8211831.502 | ||
| 52.82981.749 | 2.8161842.752 | ||
| 52.73211.746 | 2.8111827.597 | ||
| 52.63451.743 | 2.8061830.943 | ||
| 52.53681.742 | 2.81807.773 | ||
| 52.43921.736 | 2.7951818.733 | ||
| 52.34151.733 | 2.791800.18 | ||
| 52.24381.732 | 2.7851807.773 | ||
| 52.14621.727 | 2.781780.415 | ||
| 52.04851.723 | 2.7751780.944 | ||
| 51.95091.722 | 2.771773.574 | ||
| 51.85321.717 | 2.7641778.832 | ||
| 51.75561.714 | 2.7591765.225 | ||
| 51.65791.711 | 2.7541766.264 | ||
| 51.56021.707 | 2.7491753.361 | ||
| 51.46261.704 | 2.7441755.413 | ||
| 51.36491.701 | 2.7391745.201 | ||
| 51.26731.698 | 2.7341742.666 | ||
| 51.16961.695 | 2.7291744.186 | ||
| 51.07191.691 | 2.7241737.619 | ||
| 50.97431.688 | 2.7181726.122 | ||
| 50.87661.685 | 2.7131715.756 | ||
| 50.77901.682 | 2.7081711.352 | ||
| 50.68131.678 | 2.7031706.485 | ||
| 50.58371.675 | 2.6981696.833 | ||
| 50.48601.672 | 2.6931699.235 | ||
| 50.38831.669 | 2.6881691.094 | ||
| 50.29071.666 | 2.6821688.714 | ||
| 50.19301.662 | 2.6771679.261 | ||
| 50.09541.659 | 2.6721674.107 | ||
| 49.99771.656 | 2.6671668.057 | ||
| 49.90011.653 | 2.6621660.21 | ||
| 49.80241.649 | 2.6571661.13 | ||
| 49.70471.646 | 2.6521648.352 | ||
| 49.60711.643 | 2.6471642.486 | ||
| 49.50941.642 | 2.6411642.486 | ||
| 49.41181.637 | 2.6361640.241 | ||
| 49.31411.633 | 2.6311637.108 | ||
| 49.21641.632 | 2.6261622.499 | ||
| 49.11881.627 | 2.6211617.251 | ||
| 49.02111.624 | 2.6161615.074 | ||
| 48.92351.621 | 2.6111612.037 | ||
| 48.82581.617 | 2.6061610.738 | ||
| 48.72821.614 | 2.61595.32 | ||
| 48.63051.611 | 2.5951597.444 | ||
| 48.53281.608 | 2.591575.63 | ||
| 48.43521.605 | 2.5851589.825 | ||
| 48.33751.601 | 2.581570.681 | ||
| 48.23991.598 | 2.5751574.39 | ||
| 48.14221.595 | 2.571558.037 | ||
| 48.04461.592 | 2.5641559.657 | ||
| 47.94691.588 | 2.5591554.404 | ||
| 47.84921.585 | 2.5541544.402 | ||
| 47.75161.582 | 2.5491542.416 | ||
| 47.65391.579 | 2.5441533.35 | ||
| 47.55631.576 | 2.5391529.442 | ||
| 47.45861.572 | 2.5341515.917 | ||
| 47.36101.569 | 2.5291506.024 | ||
| 47.26331.566 | 2.5241515.534 | ||
| 47.16561.563 | 2.5181513.241 | ||
| 47.06801.562 | 2.5131494.024 | ||
| 46.97031.556 | 2.5081498.127 | ||
| 46.87271.553 | 2.5031483.68 | ||
| 46.77501.552 | 4.981476.378 | ||
| 46.67731.547 | 2.4931478.925 | ||
| 46.57971.543 | 2.4881466.634 | ||
| 46.48201.542 | 4.821460.565 | ||
| 46.38441.537 | 2.4771454.545 | ||
| 46.28671.534 | 2.4721455.957 | ||
| 46.18911.531 | 2.4671448.226 | ||
| 46.09141.527 | 2.4621451.73 | ||
| 45.99371.524 | 2.4571434.377 | ||
| 45.89611.521 | 2.4521433.692 | ||
| 45.79841.518 | 2.4471418.104 | ||
| 45.70081.515 | 2.4411412.097 | ||
| 45.60311.511 | 2.4361404.166 | ||
| 45.50551.508 | 2.4311395.998 | ||
| 45.40781.505 | 2.4261394.7 | ||
| 45.31011.502 | 2.4211395.024 | ||
| 45.21251.499 | 2.4161393.081 | ||
| 45.11481.495 | 2.4111382.17 | ||
| 45.01721.492 | 2.4051385.042 | ||
| 44.91951.489 | 2.41363.946 | ||
| 44.82191.486 | 2.3951359.619 | ||
| 44.72421.482 | 2.391358.696 | ||
| 44.62651.479 | 2.3851345.895 | ||
| 44.52891.476 | 2.381353.791 | ||
| 44.43121.473 | 2.3751337.494 | ||
| 44.33361.472 | 2.3691327.727 | ||
| 44.23591.466 | 2.3641327.434 | ||
| 44.13821.463 | 2.3591320.132 | ||
| 44.04061.462 | 2.3541314.924 | ||
| 43.94291.457 | 2.3491308.044 | ||
| 43.84531.453 | 2.3441303.781 | ||
| 43.74761.452 | 2.3391295.057 | ||
| 43.65001.447 | 2.3341281.23 | ||
| 43.55231.444 | 2.3281282.325 | ||
| 43.45461.441 | 2.3231278.772 | ||
| 43.35701.437 | 2.3181271.725 | ||
| 43.25931.434 | 2.3131262.095 | ||
| 43.16171.431 | 2.3081259.446 | ||
| 43.06401.428 | 2.3031254.443 | ||
| 42.96641.425 | 2.2981247.92 | ||
| 42.86871.421 | 2.2931239.157 | ||
| 42.77101.418 | 2.2871236.858 | ||
| 42.67341.415 | 2.2821231.274 | ||
| 42.57571.412 | 2.2771219.264 | ||
| 42.47811.408 | 2.2721216.792 | ||
| 42.38041.405 | 2.2671211.876 | ||
| 42.28271.402 | 2.2621206.515 | ||
| 42.18511.399 | 2.2571203.128 | ||
| 42.08741.396 | 2.2511192.132 | ||
| 41.98981.392 | 2.2461187.648 | ||
| 41.89211.389 | 2.2411179.941 | ||
| 41.79451.386 | 2.2361174.168 | ||
| 41.69681.383 | 2.2311168.224 | ||
| 41.59911.382 | 2.2261167.315 | ||
| 41.50151.376 | 2.2211162.34 | ||
| 41.40381.373 | 2.2151149.205 | ||
| 41.30621.372 | 2.211149.866 | ||
| 41.20851.367 | 2.2051138.304 | ||
| 41.11091.364 | 2.21135.718 | ||
| 41.01321.362 | 2.1951126.126 | ||
| 40.91551.357 | 2.191120.448 | ||
| 40.81791.354 | 2.1851110.289 | ||
| 40.72021.351 | 2.1791110.289 | ||
| 40.62261.347 | 2.1741096.091 | ||
| 40.52491.344 | 2.1691095.69 | ||
| 40.42731.341 | 2.1641089.127 | ||
| 40.32961.338 | 2.1591084.599 | ||
| 40.23191.335 | 2.1541083.619 | ||
| 40.13431.331 | 2.1491072.77 | ||
| 40.03661.328 | 2.1441067.806 | ||
| 39.93901.325 | 2.1381059.509 | ||
| 39.84131.322 | 2.1331050.236 | ||
| 39.74361.319 | 2.1281043.478 | ||
| 39.64601.315 | 2.1231044.386 | ||
| 39.54831.312 | 2.1181036.807 | ||
| 39.45071.309 | 2.1131027.925 | ||
| 39.35301.306 | 2.1081021.624 | ||
| 39.25541.302 | 2.1021020.061 | ||
| 39.15771.299 | 2.0971012.829 | ||
| 39.06001.296 | 2.0921006.036 | ||
| 38.96241.293 | 2.087998.835 | ||
| 38.86471.292 | 2.082995.19 | ||
| 38.76711.286 | 2.077991.736 | ||
| 38.66941.283 | 2.072977.995 | ||
| 38.57181.282 | 2.066975.134 | ||
| 38.47411.277 | 2.061967.898 | ||
| 38.37641.274 | 2.056962.464 | ||
| 38.27881.272 | 2.051954.047 | ||
| 38.18111.267 | 2.046947.269 | ||
| 38.08351.264 | 2.041946.522 | ||
| 37.98581.261 | 2.036940.586 | ||
| 37.88821.257 | 2.03929.512 | ||
| 37.79051.254 | 2.025924.357 | ||
| 37.69281.251 | 2.02920.245 | ||
| 37.59521.248 | 2.015911.023 | ||
| 37.49751.245 | 2.01906.208 | ||
| 37.39991.241 | 2.005897.935 | ||
| 37.30221.238 | 2893.123 | ||
| 37.20451.235 | 1.995886.656 | ||
| 37.10691.232 | 1.989878.735 | ||
| 37.00921.229 | 1.984876.552 | ||
| 36.91161.225 | 1.979866.301 | ||
| 36.81391.222 | 1.974865.052 | ||
| 36.71631.219 | 1.969854.944 | ||
| 36.61861.216 | 1.964845.428 | ||
| 36.52091.212 | 1.959841.397 | ||
| 36.42331.209 | 1.953836.237 | ||
| 36.32561.206 | 1.948829.073 | ||
| 36.22801.203 | 1.943821.918 | ||
| 36.13031.21.9 | 38813.118 | ||
| 36.03271.196 | 1.933811.579 | ||
| 35.93501.193 | 1.928801.925 | ||
| 35.83731.191 | 923799.148 | ||
| 35.73971.187 | 1.917790.097 | ||
| 35.64201.184 | 1.912781.759 | ||
| 35.54441.181 | 907779.018 | ||
| 35.44671.177 | 1.902772.4 | ||
| 35.34911.174 | 1.897766.381 | ||
| 35.25141.171 | 1.892759.686 | ||
| 35.15371.168 | 1.886757.193 | ||
| 35.05611.164 | 1.881748.503 | ||
| 34.95841.161 | 1.876740.741 | ||
| 34.86081.158 | 1.871737.644 | ||
| 34.76311.155 | 1.866731.886 | ||
| 34.66541.152 | 1.861722.369 | ||
| 34.56781.148 | 1.856717.274 | ||
| 34.47011.145 | 1.851714.031 | ||
| 34.37251.142 | 1.845708.634 | ||
| 34.27481.138 | 1.84700.771 | ||
| 34.17721.135 | 1.835696.136 | ||
| 34.07951.132 | 1.83690.211 | ||
| 33.98181.129 | 1.825685.949 | ||
| 33.88421.126 | 1.82678.043 | ||
| 33.78651.123 | 1.814674.233 | ||
| 33.68891.119 | 1.81666.297 | ||
| 33.59121.116 | 1.804660.284 | ||
| 33.49361.113 | 1.799651.112 | ||
| 33.39591.111 | 1.794647.598 | ||
| 33.29821.106 | 1.789641.78 | ||
| 33.20061.103 | 1.784635.122 | ||
| 33.10291.11 | 1.779630.848 | ||
| 33.00531.097 | 1.774623.571 | ||
| 32.90761.094 | 1.768616.65 | ||
| 32.80991.091 | 1.763613.685 | ||
| 32.71231.087 | 1.758604.534 | ||
| 32.61461.084 | 1.753602.591 | ||
| 32.51701.081 | 1.748596.718 | ||
| 32.41931.078 | 1.743589.739 | ||
| 32.32171.074 | 1.737585.823 | ||
| 32.22401.071 | 1.732576.868 | ||
| 32.12631.068 | 1.727573.066 | ||
| 32.02871.065 | 1.722570.994 | ||
| 31.93101.062 | 1.717563.116 | ||
| 31.83341.058 | 1.711558.036 | ||
| 31.73571.055 | 1.706555.607 | ||
| 31.63811.052 | 1.701551.065 | ||
| 31.54041.049 | 1.696542.888 | ||
| 31.44271.045 | 1.691539.326 | ||
| 31.34511.042 | 1.686536.337 | ||
| 31.24741.039 | 1.681528.634 | ||
| 31.14981.036 | 1.676523.606 | ||
| 31.05211.032 | 1.671519.481 | ||
| 30.95451.029 | 1.66691.554 | ||
| 30.85681.025 | 1.66191.554 | ||
| 30.75911.023 | 1.65591.554 | ||
| 30.66151.019 | 1.6591.554 |
APPENDIX C: APPLICATION NOTE REVISION HISTORY
TABLE C-1: REVISION HISTORY
| Revision Level & Date Section/Figure/Entry Correction | ||
| DS00002137B (07-10-17) AI | Added MEC142x part number | |
| DS00002137A (04-18-16) Initial Release | ||
Note the following details of the code protection feature on Microchip devices:
• Microchip products meet the specification contained in their particular Microchip Data Sheet.
- Microchip believes that its family of products is one of the most secure families of its kind on the market today, when used in the intended manner and under normal conditions.
- There are dishonest and possibly illegal methods used to breach the code protection feature. All of these methods, to our knowledge, require using the Microchip products in a manner outside the operating specifications contained in Microchip's Data Sheets. Most likely, the person doing so is engaged in theft of intellectual property.
• Microchip is willing to work with the customer who is concerned about the integrity of their code.
- Neither Microchip nor any other semiconductor manufacturer can guarantee the security of their code. Code protection does not mean that we are guaranteeing the product as "unbreakable."
Code protection is constantly evolving. We at Microchip are committed to continuously improving the code protection features of our products. Attempts to break Microchip's code protection feature may be a violation of the Digital Millennium Copyright Act. If such acts allow unauthorized access to your software or other copyrighted work, you may have a right to sue for relief under that Act.
Information contained in this publication regarding device applications and the like is provided only for your convenience and may be superseded by updates. It is your responsibility to ensure that your application meets with your specifications. MICROCHIP MAKES NO REPRESENTATIONS OR WARRANTIES OF ANY KIND WHETHER EXPRESS OR IMPLIED, WRITTEN OR ORAL, STATUTORY OR OTHERWISE, RELATED TO THE INFORMATION, INCLUDING BUT NOT LIMITED TO ITS CONDITION, QUALITY, PERFORMANCE, MERCHANTABILITY OR FITNESS FOR PURPOSE. Microchip disclaims all liability arising from this information and its use. Use of Microchip devices in life support and/or safety applications is entirely at the buyer's risk, and the buyer agrees to defend, indemnify and hold harmless Microchip from any and all damages, claims, suits, or expenses resulting from such use. No licenses are conveyed, implicitly or otherwise, under any Microchip intellectual property rights unless otherwise stated.
Trademarks
The Microchip name and logo, the Microchip logo, AnyRate, AVR, AVR logo, AVR Freaks, BeaconThings, BitCloud, CryptoMemory, CryptoRF, dsPIC, FlashFlex, flexPWR, Heldo, JukeBlox, KEELOQ, KEELOQ logo, Kleer, LANCheck, LINK MD, maXStylus, maXTouch, MediaLB, megaAVR, MOST, MOST logo, MPLAB, OptoLyzer, PIC, picoPower, PICSTART, PIC32 logo, Prochip Designer, QTouch, RightTouch, SAM-BA, SpyNIC, SST, SST Logo, SuperFlash, tinyAVR, UNI/O, and XMEGA are registered trademarks of Microchip Technology Incorporated in the U.S.A. and other countries.
ClockWorks, The Embedded Control Solutions Company, EtherSynch, Hyper Speed Control, HyperLight Load, IntelliMOS, mTouch, Precision Edge, and Quiet-Wire are registered trademarks of Microchip Technology Incorporated in the U.S.A.
Adjacent Key Suppression, AKS, Analog-for-the-Digital Age, Any Capacitor, AnyIn, AnyOut, BodyCom, chipKIT, chipKIT logo, CodeGuard, CryptoAuthentication, CryptoCompanion, CryptoController, dsPICDEM, dsPICDEM.net, Dynamic Average Matching, DAM, ECAN, EtherGREEN, In-Circuit Serial Programming, ICSP, Inter-Chip Connectivity, JitterBlocker, KleerNet, KleerNet logo, Mindi, MiWi, motorBench, MPASM, MPF, MPLAB Certified logo, MPLIB, MPLINK, MultiTRAK, NetDetach, Omniscient Code Generation, PICDEM, PICDEM.net, PICkit, PICtail, PureSilicon, QMatrix, RightTouch logo, REAL ICE, Ripple Blocker, SAM-ICE, Serial Quad I/O, SMART-I.S., SQL, SuperSwitcher, SuperSwitcher II, Total Endurance, TSHARC, USBCheck, VariSense, ViewSpan, WiperLock, Wireless DNA, and ZENA are trademarks of Microchip Technology Incorporated in the U.S.A. and other countries.
SQTP is a service mark of Microchip Technology Incorporated in the U.S.A.
Silicon Storage Technology is a registered trademark of Microchip Technology Inc. in other countries.
GestIC is a registered trademark of Microchip Technology Germany II GmbH & Co. KG, a subsidiary of Microchip Technology Inc., in other countries.
All other trademarks mentioned herein are property of their respective companies.
© 2017, Microchip Technology Incorporated, All Rights Reserved.
ISBN: 9781522419013
QUALITY MANAGEMENT SYSTEM
CERTIFIED BY DNV
=ISO/TS 16949=
Microchip received ISO/TS-16949:2009 certification for its worldwide headquarters, design and wafer fabrication facilities in Chandler and Tempe, Arizona; Gresham, Oregon and design centers in California and India. The Company's quality system processes and procedures are for its PIC® MCUs and dsPIC® DSCs, KEELOC® code hopping devices, Serial EEPROMs, microperipherals, nonvolatile memory and analog products. In addition, Microchip's quality system for the design and manufacture of development systems is ISO 9001:2000 certified.
Worldwide Sales and Service
AMERICAS
Corporate Office
2355 West Chandler Blvd.
Chandler, AZ 85224-6199
Tel: 480-792-7200
Fax: 480-792-7277
Technical Support:
http://www.microchip.com/
support
Web Address:
www.microchip.com
Atlanta
Duluth, GA
Tel: 678-957-9614
Fax: 678-957-1455
Austin, TX
Tel: 512-257-3370
Boston
Westborough, MA
Tel: 774-760-0087
Fax: 774-760-0088
Chicago
Itasca, IL
Tel: 630-285-0071
Fax: 630-285-0075
Dallas
Addison, TX
Tel: 972-818-7423
Fax: 972-818-2924
Detroit
Novi, MI
Tel: 248-848-4000
Houston, TX
Tel: 281-894-5983
Indianapolis
Noblesville, IN
Tel: 317-773-8323
Fax: 317-773-5453
Tel: 317-536-2380
Los Angeles
Mission Viejo, CA
Tel: 949-462-9523
Fax: 949-462-9608
Tel: 951-273-7800
Raleigh, NC
Tel: 919-844-7510
New York, NY
Tel: 631-435-6000
San Jose, CA
Tel: 408-735-9110
Tel: 408-436-4270
Canada - Toronto
Tel: 905-695-1980
Fax: 905-695-2078
ASIA/PACIFIC
Asia Pacific Office
Suites 3707-14, 37th Floor
Tower 6, The Gateway
Harbour City, Kowloon
Hong Kong
Tel: 852-2943-5100
Fax: 852-2401-3431
Australia - Sydney
Tel: 61-2-9868-6733
Fax: 61-2-9868-6755
China - Beijing
Tel: 86-10-8569-7000
Fax: 86-10-8528-2104
China - Chengdu
Tel: 86-28-8665-551
Fax: 86-28-8665-7889
China - Chongqing
Tel: 86-23-8980-9588
Fax: 86-23-8980-9500
China - Dongguan
Tel: 86-769-8702-9880
China - Guangzhou
Tel: 86-20-8755-8029
China - Hangzhou
Tel: 86-571-8792-8115
Fax: 86-571-8792-8116
China - Hong Kong SAR
Tel: 852-2943-5100
Fax: 852-2401-3431
China - Nanjing
Tel: 86-25-8473-2460
Fax: 86-25-8473-2470
China - Qingdao
Tel: 86-532-8502-7355
Fax: 86-532-8502-7205
China - Shanghai
Tel: 86-21-3326-8000
Fax: 86-21-3326-8021
China - Shenyang
Tel: 86-24-2334-2829
Fax: 86-24-2334-2393
China - Shenzhen
Tel: 86-755-8864-2200
Fax: 86-755-8203-1760
China - Wuhan
Tel: 86-27-5980-5300
Fax: 86-27-5980-5118
China - Xian
Tel: 86-29-8833-7252
Fax: 86-29-8833-7256
ASIA/PACIFIC
China - Xiamen
Tel: 86-592-2388138
Fax: 86-592-2388130
China - Zhuhai
Tel: 86-756-3210040
Fax: 86-756-3210049
India - Bangalore
Tel: 91-80-3090-4444
Fax: 91-80-3090-4123
India - New Delhi
Tel: 91-11-4160-8631
Fax: 91-11-4160-8632
India - Pune
Tel: 91-20-3019-1500
Japan - Osaka
Tel: 81-6-6152-7160
Fax: 81-6-6152-9310
Japan - Tokyo
Tel: 81-3-6880-3770
Fax: 81-3-6880-3771
Korea - Daegu
Tel: 82-53-744-4301
Fax: 82-53-744-4302
Korea - Seoul
Tel: 82-2-554-7200
Fax: 82-2-558-5932 or
82-2-558-5934
Malaysia - Kuala Lumpur
Tel: 60-3-6201-9857
Fax: 60-3-6201-9859
Malaysia - Penang
Tel: 60-4-227-8870
Fax: 60-4-227-4068
Philippines - Manila
Tel: 63-2-634-9065
Fax: 63-2-634-9069
Singapore
Tel: 65-6334-8870
Fax: 65-6334-8850
Taiwan - Hsin Chu
Tel: 886-3-5778-366
Fax: 886-3-5770-955
Taiwan - Kaohsiung
Tel: 886-7-213-7830
Taiwan - Taipei
Tel: 886-2-2508-8600
Fax: 886-2-2508-0102
Thailand - Bangkok
Tel: 66-2-694-1351
Fax: 66-2-694-1350
EUROPE
Austria - Wels
Tel: 43-7242-2244-39
Fax: 43-7242-2244-393
Denmark - Copenhagen
Tel: 45-4450-2828
Fax: 45-4485-2829
Finland - Espoo
Tel: 358-9-4520-820
France - Paris
Tel: 33-1-69-53-63-20
Fax: 33-1-69-30-90-79
France - Saint Cloud
Tel: 33-1-30-60-70-00
Germany - Garching
Tel: 49-8931-9700
Germany - Haan
Tel: 49-2129-3766400
Germany - Heilbronn
Tel: 49-7131-67-3636
Germany - Karlsruhe
Tel: 49-721-625370
Germany - Munich
Tel: 49-89-627-144-0
Fax: 49-89-627-144-44
Germany - Rosenheim
Tel: 49-8031-354-560
Israel - Ra'anana
Tel: 972-9-744-7705
Italy - Milan
Tel: 39-0331-742611
Fax: 39-0331-466781
Italy - Padova
Tel: 39-049-7625286
Netherlands - Drunen
Tel: 31-416-690399
Fax: 31-416-690340
Norway - Trondheim
Tel: 47-7289-7561
Poland - Warsaw
Tel: 48-22-3325737
Romania - Bucharest
Tel: 40-21-407-87-50
Spain - Madrid
Tel: 34-91-708-08-90
Fax: 34-91-708-08-91
Sweden - Gothenberg
Tel: 46-31-704-60-40
Sweden - Stockholm
Tel: 46-8-5090-4654
UK - Wokingham
Tel: 44-118-921-5800
Fax: 44-118-921-5820