Symbol loading is now in GoodFETCC instead of goodfet.cc.
[goodfet] / client / GoodFETCC.py
index 5d76b1a..672c1af 100644 (file)
@@ -304,6 +304,9 @@ class GoodFETCC(GoodFET):
         #print "Status: %s." % self.status();
         self.CCreleasecpu();
         self.CChaltcpu();
+        #Get SmartRF Studio regs if they exist.
+        self.loadsymbols(); 
+
         #print "Status: %s." % self.status();
         
     def stop(self):