-
Notifications
You must be signed in to change notification settings - Fork 1.3k
a bug not to worry about. #2628
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
This sounds like a good issue for someone who wants to learn how to use a debugger. My guess is that CircuitPython is either crashed or in an infinite loop. Here is a Learn guide to start with: https://learn.adafruit.com/debugging-the-samd21-with-gdb The same process works on the SAMD51 too. |
Thanks @DavePutz! dir may be incorrectly trying to read the voltage value rather than returning the name. What happens when you dir a |
digitalio seems to work OK without the patch:
Without the patch dir(microcontroller.cpu) just hangs, stuck in the while loop in adc_sync_read_channel()
|
@tannewt , to be more complete, the stack leading up to the call of adc_sync_read_channel looks like:
|
Huh, interesting. I'd consider this fixed then. I think it's a bit of weirdness around properties but nothing to worry too much about. Thanks @DavePutz ! |
Hi,
while playing around with Adafruit CircuitPython 5.0.0-beta.5 on 2020-02-05; Adafruit ItsyBitsy M4 Express with samd51g19 I did the following:
This results in a frozen repl !
And after a while, the Windows serial device "goes away"...
I don't consider this at all serious, but worth to notice.
Thomas
The text was updated successfully, but these errors were encountered: