🤖Have you ever tried Chat.M5Stack.com before asking??😎
    M5Stack Community
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login

    ECHO not working

    Atom
    3
    3
    45
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • D
      Devigan
      last edited by

      (7942) i2s(legacy): i2s_driver_uninstall(1562): I2S port 0 has not installed. appricate any help

      1 Reply Last reply Reply Quote 0
      • kurikoK
        kuriko
        last edited by

        @Devigan
        which demo code are u using? i suspect it's the library version problem

        Good morning, and welcome to the Black Mesa Transit System.

        1 Reply Last reply Reply Quote 0
        • H
          hacxx
          last edited by

          The error means I2S port 0 driver wasn’t installed before uninstall was called. Make sure you call i2s_driver_install() successfully before attempting i2s_driver_uninstall(). Also, check that your code isn’t trying to uninstall the driver twice or uninstall before install. Reviewing the initialization sequence and adding error checks after install calls should help fix this issue. If you’re using legacy I2S, consider updating to the latest driver APIs for better stability.

          1 Reply Last reply Reply Quote 1
          • First post
            Last post