Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Interrupt Pin (IRQ) not working #2

Open
MohsinEngineer opened this issue Jun 8, 2016 · 1 comment
Open

Interrupt Pin (IRQ) not working #2

MohsinEngineer opened this issue Jun 8, 2016 · 1 comment

Comments

@MohsinEngineer
Copy link

I am facing problems using sc16is750 breakout board. I want to use the interrupt method mentioned in the datasheet. According to which, the IRQ pin should be active low whenever Rx or Tx pins are active, and an Interrupt should be generated.

But the IRQ pin remains high nonetheless. I have set up an external 1k ohm pull-up resistor as mentioned with 3.3v VDD.

Can someone help me out?

@nopnop2002
Copy link

nopnop2002 commented Jan 1, 2022

There is a bug at the PCB routing:
On all boards, the wire between the SC16IS750 IRQ pin and the board's IRQ connector is missing.
Therefore, interrupt notification by IRQ does not work.

It's not a library issue.

      Breakout
      +--------------------------
      |
      |       +---------------+
      |       |SC16IS750      |
      |       |               |
      |       |               |
      |       |               |
      |       |               |
      |       |               |
      |       |               |
      |       |               |
     IRQ  +--IRQ              |
      |   |   |               |
      |   |   |               |
      |   |   |               |
      |   |   +---------------+
      |   |
      |   +--1Kohm--N/C
      |
      +--------------------------

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants