Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

6
  • 2
    What is the question? Commented Sep 27 at 1:52
  • I need a simple code set for the Arduino Nano R4 that generates an interrupt every 30 MicroSeconds Commented Sep 27 at 2:20
  • see the Arduino_LED_Matrix example for Uno R4 WiFi. it uses FspTimer Commented Sep 27 at 5:53
  • 1
    Re “the project requires a much faster A/D [than the Arduino Nano's]”: This is achievable on a classic Nano by setting the ADC prescaler to 32 (26 µs conversion time), at the cost of negligible loss of ADC accuracy. It could be easier to program than the new Nano R4. Commented Sep 27 at 9:44
  • Specifically for using FspTimer: github.com/arduino/ArduinoCore-renesas/blob/… Commented Sep 27 at 11:08