Skip to content
Snippets Groups Projects
Commit b7b9a175 authored by Gijs Schoonderbeek's avatar Gijs Schoonderbeek
Browse files

tested production_apsct on HW

parent fd1793c3
No related branches found
No related tags found
1 merge request!3Apsct production
......@@ -21,9 +21,9 @@ DEBUG = False
SET_PLL = True
READ_LOCK = True
READ_ALL = True
CHECK_EEPROM = False
CHECK_EEPROM = True
PWR_RST = False # True
READ_SENSOR = False # True
READ_SENSOR = True
READ_REGS = False # True
CLK_FREQ = '200MHz'
......@@ -43,14 +43,14 @@ if SET_PLL:
apsct.set_apsct(CLK_FREQ)
if READ_LOCK:
apsct.pll_200.read_lol()
apsct.pll_200.read_lock()
if READ_REGS:
apsct.pll_200.read_all_regs_pll()
if READ_ALL:
apsct.pll_200.read_all_regs_pll()
apsct.pll_160.read_all_regs_pll()
# apsct.pll_160.read_all_regs_pll()
apsct.read_IO_expanderis()
if READ_SENSOR:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment