Navigation

    • Register
    • Login
    • OpenHardware.io
    • Categories
    • Recent
    • Tags
    • Popular
    1. Home
    2. KalleL
    3. Posts
    • Profile
    • Following
    • Followers
    • Topics
    • Posts
    • Best
    • Groups

    Posts made by KalleL

    • RE: ISR not in IRAM error

      I had the same error and realized it was caused in combination with an interrupt routine . Having read the answers above I tried only to introduce
      this directive
      ICACHE_RAM_ATTR void Interrupt_routine()
      { ...code...
      }

      ... and it was all fine 🙂

      posted in Troubleshooting
      KalleL
      KalleL