SiliconLabs / arduino

Arduino Core for Silicon Labs devices
88 stars 16 forks source link

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

Open rei-vilo opened 5 months ago

rei-vilo commented 5 months 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 5 months 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.