SiliconLabs / arduino

Arduino Core for Silicon Labs devices
67 stars 10 forks source link

[request] Which Arduino Nano Matter GPIOs are interrupt-capable? #64

Open rei-vilo opened 2 weeks ago

rei-vilo commented 2 weeks ago

Summary

Which Arduino Nano Matter GPIOs are interrupt-capable?

The https://docs.arduino.cc/resources/pinouts/ABX00112-full-pinout.pdf does not provide this information.

Thank you!

rei-vilo commented 1 week ago

Trying again raised this error.

FREERTOS ASSERT ( !( ( xTaskGetSchedulerState() == taskSCHEDULER_SUSPENDED ) && ( xTicksToWait != 0 ) ) )

Both the SP and I²C bus are used. I tried with multiple GPIOs, both analog like A0 and digital like D1, to no avail.