schematic: mark R15 as no place

R15 is pulling VCC_SIM down.
it has probably been added because a load resistor is present in
the FPF2109 datasheet example application, or to not have VCC_SIM
in tri-state.
since we don't read VCC_SIM it is not important to have it in a
defined state.
also the card, phone, or simtrace will provide power to the card
when required (else the card load is high enough to immediately
pull it down).
current flowing from the other card pins back to VCC should not
happen, and if it happens this high value resistor will not have
any effect.

this change has been tested with a real device.
trace and card emulation worked with a Nokia 3310.

Change-Id: I002b1fcf1039c8910d902e476a47183172d70761
This commit is contained in:
Kevin Redon 2019-09-03 17:08:39 +02:00
parent 7fc392aabf
commit 9cb8f504cb
2 changed files with 8 additions and 4 deletions

View File

@ -451,8 +451,8 @@ $Comp
L Device:Battery BT1
U 1 1 4DC804A6
P 650 4850
F 0 "BT1" H 650 5050 50 0000 C CNN
F 1 "4.5-6V" H 650 4650 50 0000 C CNN
F 0 "BT1" H 750 5050 50 0000 C CNN
F 1 "4.5-6V" H 800 4650 50 0000 C CNN
F 2 "PIN_ARRAY_2X1" H 650 4850 60 0001 C CNN
F 3 "" H 650 4850 60 0001 C CNN
1 650 4850
@ -1481,10 +1481,12 @@ $Comp
L Device:R R15
U 1 1 526C5035
P 3050 3150
F 0 "R15" H 3200 3200 40 0000 C CNN
F 1 "100K" H 3200 3100 40 0000 C CNN
F 0 "R15" H 3200 3250 40 0000 C CNN
F 1 "100K" H 3200 3150 40 0000 C CNN
F 2 "SM0603" V 2980 3150 30 0001 C CNN
F 3 "" H 3050 3150 60 0001 C CNN
F 4 "NP" H 3200 3050 50 0000 C CNN "Populate"
F 5 "not needed since we don't read VCC_SIM" H 3050 3150 50 0001 C CNN "Note"
1 3050 3150
1 0 0 -1
$EndComp
@ -2418,4 +2420,6 @@ F 3 "~" H 850 4450 60 0000 C CNN
1 850 4450
1 0 0 -1
$EndComp
Text Notes 9250 6700 0 59 ~ 0
NP = do Not Place (because not required)
$EndSCHEMATC

Binary file not shown.