]> jspc29.x-matter.uni-frankfurt.de Git - mimosis_chain.git/commitdiff
repaired testmode enable/disable and new testmode for pll test
authorMaps <maps@ikf>
Thu, 12 Dec 2024 10:31:49 +0000 (11:31 +0100)
committerMaps <maps@ikf>
Thu, 12 Dec 2024 10:31:49 +0000 (11:31 +0100)
scripts/conf/CONF_testmode_aaaa.pl [new file with mode: 0644]
scripts/conf/CONF_testmode_disable.pl
scripts/conf/CONF_testmode_enable.pl

diff --git a/scripts/conf/CONF_testmode_aaaa.pl b/scripts/conf/CONF_testmode_aaaa.pl
new file mode 100644 (file)
index 0000000..06c99d3
--- /dev/null
@@ -0,0 +1,26 @@
+#read files like my @config = do "CONF_allregisters.pl";
+#same like testmode_enabled.pl
+  [0x8040,   0xaa  ], # PATTERN0
+  [0x8041,   0xaa  ], # PATTERN1
+  [0x8042,   0xaa  ], # PATTERN2
+  [0x8043,   0xaa  ], # PATTERN3
+  [0x8044,   0xaa  ], # PATTERN4
+  [0x8045,   0xaa  ], # PATTERN5
+  [0x8046,   0xaa  ], # PATTERN6
+  [0x8047,   0xaa  ], # PATTERN7
+  [0x8048,   0xaa  ], # PATTERN8
+  [0x8049,   0xaa  ], # PATTERN9
+  [0x804A,   0xaa  ], # PATTERN10
+  [0x804B,   0xaa  ], # PATTERN11
+  [0x804C,   0xaa  ], # PATTERN12
+  [0x804D,   0xaa  ], # PATTERN13
+  [0x804E,   0xaa  ], # PATTERN14
+  [0x804F,   0xaa  ], # PATTERN15
+
+  [0x0020,   0x60  ], #RUNMODE  -> table 8   0x80 termination
+  [0x0027,   0x00  ], #CLKGEN1  -> table 15  0x01 rescue clock
+
+  [0x0022,   0x00  ], #INJCURR  -> table 10, bit 4: injpllcurrent
+
+  [0x0029,   0x15  ], #PLL      -> table 17  0x2 LDO off, 0x1 VCO on
+  [0x0020,   0x68  ],
index 1d51f049ee5b0229c9a3e5d9d0d0a591897b9aa8..41ad1854e656d7a36ef329b6394a2ece454c0099 100644 (file)
@@ -1,3 +1,3 @@
 #read files like my @config = do "CONF_allregisters.pl";
 #same like testmode_enabled.pl
-  [0x0020,   0x40  ], #
+  [0x0020,   0x60  ], #
index e1a408bfd3c825e7d05cb8594cf6e9947b3b5f53..0758fbaa83cd3e2c9518f2ebf4cc8bf27b900337 100644 (file)
@@ -17,4 +17,4 @@
   [0x804E,   0xaa  ], # PATTERN14
   [0x804F,   0xfc  ], # PATTERN15
 
-  [0x0020,   0x48  ],
+  [0x0020,   0x68  ],