Ejemplo n.º 1
0
 def assertReset(self, asserted):
     if asserted:
         dapSWJPins(self.interface, 0, 'nRESET')
     else:
         dapSWJPins(self.interface, 0x80, 'nRESET')
Ejemplo n.º 2
0
 def assertReset(self, asserted):
     if asserted:
         dapSWJPins(self.interface, 0, 'nRESET')
     else:
         dapSWJPins(self.interface, 0x80, 'nRESET')
Ejemplo n.º 3
0
 def reset(self):
     dapSWJPins(self.interface, 0, 'nRESET')
     sleep(0.1)
     dapSWJPins(self.interface, 0x80, 'nRESET')
     sleep(0.1)
Ejemplo n.º 4
0
 def reset(self):
     dapSWJPins(self.interface, 0, 'nRESET')
     sleep(0.1)
     dapSWJPins(self.interface, 0x80, 'nRESET')
     sleep(0.1)