You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@AndrewMoscoe, the Gen3 devices only have four usable timers:
0: Softdevice - do not use
1: Radio - Used by BLE (and mesh)
2: Usart (Serial1) Can use if not using Serial1.
3: Usart (Serial2 on Xenon) Cannot be used on Argon or Boron because it’s required by NCP.
4: NFC - recommended (unless you need NFC).
@rickkas7, Gen3 devices do not have the same interrupt designations for timers nor do they have a timer5. The examples given for attachSystemInterrupt() and attachInterruptDirect() for Gen3 devices incorrectly refer to Gen2 interrupts and timers. There needs to be Gen3-specific examples.
https://docs.particle.io/reference/device-os/firmware/boron/#attachsysteminterrupt-
If I try to compile that example code for Boron, I get an error:
From a brief look at the deviceOS code, I think this function is for other platforms, and is not implemented for the Boron?
The text was updated successfully, but these errors were encountered: