diff --git a/python/surf/devices/ti/_Adc32Rf45Channel.py b/python/surf/devices/ti/_Adc32Rf45Channel.py index 3e03bb72ce..ccb619f92a 100644 --- a/python/surf/devices/ti/_Adc32Rf45Channel.py +++ b/python/surf/devices/ti/_Adc32Rf45Channel.py @@ -128,10 +128,10 @@ def __init__( self, verify=True, offset=0, **kwargs): # Main Digital Page ################### self.add(pr.RemoteVariable(name='MainDigital', - offset = mainDigital, # 0x0C000 - 0x0C1FF, 512 Bytes + offset = mainDigital, # 0x0C000 - 0x0C3FF, 1024 Bytes base = pr.UInt, bitOffset = 0, - numValues = 0x80, + numValues = 0x100, valueBits = 32, valueStride = 32, updateNotify = False,