We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ad0dc0 commit 3fde8a1Copy full SHA for 3fde8a1
FlashDetector/src/iTXTech/FlashDetector/Decoder/Samsung.php
@@ -40,17 +40,18 @@ class Samsung extends Decoder{
40
"F" => [1, 1],
41
"G" => [2, 1],
42
"H" => [2, 4],
43
- "K" => [1, 1],//Die stack
+ "K" => [1, 2],
44
"L" => [2, 2],
45
- "M" => [2, 2],//Dual stack package = DSP
46
- "N" => [1, 2],//DSP
+ "M" => [2, 2],
+ "N" => [1, 2],
47
"O" => [3, 8],
48
"P" => [2, 8],
49
"Q" => [1, 8],
50
"R" => [2, 12],
51
"S" => [2, 6],
52
- "T" => [1, 1],//SLC SINGLE (S/B)
+ "T" => [1, 1],
53
"U" => [2, 16],
54
+ "V" => [1, 16],
55
"W" => [1, 4],
56
"X" => [4, -1],//QLC ?die
57
];
0 commit comments