Skip to content

Hard Crash when using audiobusio on ESP32-S2 TFT Feather #6053

@terussell85

Description

@terussell85

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions