CWHUSKY: Lab 2_1A: "AttributeError: FWUP: Unsupported ChipID = 30303020"

Hi Alex,

So the following change fixed the programming issue for me. I tried A/B/A testing and it seems to be reliable:

@@ -170,7 +170,7 @@ class SAM4SProgrammer(Programmer):
         self.scope.io.nrst = 0
         time.sleep(0.2)
         self.scope.io.nrst = None
-        time.sleep(0.2)
+        time.sleep(0.5)
 
         self._old_baud = self.scope._get_usart()._baud
         prog = self.get_prog()

I have some more issues but I’ll start a new thread on those.

Thanks!

1 Like