CircuitPython version
Adafruit CircuitPython 7.0.0-rc.2 on 2021-09-15; FeatherS2 with ESP32S2
Adafruit CircuitPython 7.0.0-rc.2 on 2021-09-15; Adafruit MagTag with ESP32S2
Adafruit CircuitPython 7.0.0-rc.2 on 2021-09-15; LILYGO TTGO T8 ESP32-S2 w/Display with ESP32S2
Code/REPL
No minimum reproducible example at this time.
Behavior
This is more of a placeholder issue since it's not reproducible on demand.
These are intermittent hardfaults that occur during code.py run, but not obviously correlated to any particular operations within the code. Have not seen this on PyPortal (the only SAMD I have on rc.2 at the moment).
In the 48 or so hours since installing rc.2, have seen this:
(5) times on a specific FeatherS2 with an I2C PCF8523 RTC and a 2C EPD FeatherWing
(5) times on a specific MagTag with an I2C DS3231 RTC and an I2C SHT31D
(1) time on a specific LILYGO (built-in TFT) with no external devices attached
(0) times since rc.2 install on 5 other ESP32-S2 devices, some with external I2C devices and / or external SPI TFT displays (one of these has 10 external I2C devices and an external SPI TFT)
Prior to rc.2, I would mainly see intermittent hardfaults on FunHouse, but it had the I2C PCF8523 RTC at the time. I moved it to the FeatherS2 above to see if the hardfaults would move.
I don't see hardfaults on another half dozen or so 6.2.0 FeatherS2s, though of course they do not use the full arsenal of newer features.
I'll continue to track, and upgrade to rc.3 (or release) on all of these devices at some point, starting from erase_flash. I'll also try to put DEBUG builds on a couple devices to get better info.
Description
No response
Additional information
No response
CircuitPython version
Code/REPL
No minimum reproducible example at this time.
Behavior
This is more of a placeholder issue since it's not reproducible on demand.
These are intermittent hardfaults that occur during code.py run, but not obviously correlated to any particular operations within the code. Have not seen this on PyPortal (the only SAMD I have on rc.2 at the moment).
In the 48 or so hours since installing rc.2, have seen this:
(5) times on a specific FeatherS2 with an I2C PCF8523 RTC and a 2C EPD FeatherWing
(5) times on a specific MagTag with an I2C DS3231 RTC and an I2C SHT31D
(1) time on a specific LILYGO (built-in TFT) with no external devices attached
(0) times since rc.2 install on 5 other ESP32-S2 devices, some with external I2C devices and / or external SPI TFT displays (one of these has 10 external I2C devices and an external SPI TFT)
Prior to rc.2, I would mainly see intermittent hardfaults on FunHouse, but it had the I2C PCF8523 RTC at the time. I moved it to the FeatherS2 above to see if the hardfaults would move.
I don't see hardfaults on another half dozen or so 6.2.0 FeatherS2s, though of course they do not use the full arsenal of newer features.
I'll continue to track, and upgrade to rc.3 (or release) on all of these devices at some point, starting from
erase_flash. I'll also try to putDEBUGbuilds on a couple devices to get better info.Description
No response
Additional information
No response