forked from micropython/micropython
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Closed
Description
CircuitPython version
Adafruit CircuitPython 7.1.1 on 2022-01-14; Adafruit Feather ESP32-S2 TFT with ESP32S2
Code/REPL
import board
import audiobusio
audio = audiobusio.I2SOut(word_select=board.A0, data=board.A1, bit_clock=board.A2)
Behavior
CircuitPython hard crashes to safe mode.
Auto-reload is off.
Running in safe mode! Not running saved code.
You are in safe mode because:
CircuitPython core code crashed hard. Whoops!
Crash into the HardFault_Handler.
Please file an issue with the contents of your CIRCUITPY drive at
https://github.com/adafruit/circuitpython/issues
Press any key to enter the REPL. Use CTRL-D to reload.
Description
No response
Additional information
This appears to happen independent of which pins are used. It also happens if the breakout board is connected or not connected.