Skip to content

AVR_IOT sequans controller rebooting on pinconfigure and attachinterrupt #8

Answered by M65649
SeanCairns asked this question in Q&A
Discussion options

You must be logged in to vote

Hello @SeanCairns,

There is a bug in DxCore version 1.5 -> 1.5.3 where the PORTC interrupt handler is not defined, leading to a reset with the new interrupt system introduced in DxCore 1.5. The patch for this has been merged (SpenceKonde/DxCore#388), but is not released yet. In order to alleviate this with the newest version of DxCore, go to the Arduino IDE and chooose: Tools -> attachInterrupt() Version -> Old version.

Regarding the live editor. It does not use the newest version of DxCore yet due to this fact, so that's why it works.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@SeanCairns
Comment options

Answer selected by SeanCairns
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants