adafruit / seesaw

I2C friend to expand capabilities of other chips.
Other
76 stars 34 forks source link

NMI_Handler in qxk_port.S is not invoked after PR#39 causing a hang in I2c transactions #44

Closed eugeneanikin closed 3 years ago

eugeneanikin commented 3 years ago

I built "make BOARD=samd09Breakout" using latest code and "gcc version 10.2.1 20201103 (release) (GNU Arm Embedded Toolchain 10-2020-q4-major)" The board stops reacting after the first i2c transaction. I traced the source of the problem to a PR#39. In startup_samd09.c NMI_Handler was renamed into NonMaskableInt_Handler, however qxk_port.S was not updated.

ladyada commented 3 years ago

thanks, can ya submit a PR?

eugeneanikin commented 3 years ago

Working on it...

On Mon, Feb 1, 2021 at 1:02 PM ladyada notifications@github.com wrote:

thanks, can ya submit a PR?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/adafruit/seesaw/issues/44#issuecomment-771155347, or unsubscribe https://github.com/notifications/unsubscribe-auth/AED75AACBGCGP37ZNGSYSITS44JE5ANCNFSM4W5OSD5A .

eugeneanikin commented 3 years ago

PR#45