-
Notifications
You must be signed in to change notification settings - Fork 2
Nano 33 BLE will not run library examples using NRF_TIMER_1 #6
Comments
Hi @cattledogGH I confirm that Will spend time later to investigate why and update. It's possible If so, we have only |
I'm testing now using the old pre-v2.0.0 Mbed core and Starting from core It seems that Arduino new core (from v2.0.0+) somehow messed up Hereafter is the debug output running ISR_16_Timers_Array_Complex, using
You can see similar
only by using ArduinoCore-mbed core v2.4.1. I'd appreciate if you can help by posting an issue on ArduinoCore-mbed core issues as I'm currently so busy creating / porting libraries to Portenta_H7. Thanks and Regards, |
### Releases v1.3.0 1. Don't use NRF_TIMER_1 because of [ArduinoCore-mbed mbed_nano core v2.0.0+](https://github.com/arduino/ArduinoCore-mbed) 2. Force to use NRF_TIMER_3 if select NRF_TIMER_0, NRF_TIMER_1 or NRF_TIMER_2 3. Check [Nano 33 BLE will not run library examples using NRF_TIMER_1 #6](#6)
### Releases v1.3.0 1. Don't use NRF_TIMER_1 because of [ArduinoCore-mbed mbed_nano core v2.0.0+](https://github.com/arduino/ArduinoCore-mbed) 2. Force to use NRF_TIMER_3 if select NRF_TIMER_0, NRF_TIMER_1 or NRF_TIMER_2 3. Check [Nano 33 BLE will not run library examples using NRF_TIMER_1 #6](#6)
### Releases v1.3.0 1. Don't use NRF_TIMER_1 because of [ArduinoCore-mbed mbed_nano core v2.0.0+](https://github.com/arduino/ArduinoCore-mbed) 2. Force to use NRF_TIMER_3 if select NRF_TIMER_0, NRF_TIMER_1 or NRF_TIMER_2 3. Check [Nano 33 BLE will not run library examples using NRF_TIMER_1 #6](#6)
Hi, I've modified and published a new NRF52_MBED_TimerInterrupt releases v1.3.0 to fix the
Your contribution has been noted in Contributions and Thanks As this currently is not the issue cause by this library, I'm closing it now. Releases v1.3.0
|
Issue logged against the mbed nano core. |
Uh oh!
There was an error while loading. Please reload this page.
Arduino IDE 1.8.15
mbed nano 2.4.1 core
Board selection "Arduino Nano 33"
NRF52_MBED_TimerInterrupt v1.2.1
Library example files (e.g. Argument_None) run as expected with the use of Timer3 and Timer4. Most of the example programs are written for these two timers,
The library states
In library example Argument_None, if either Timer3 or Timer4 is changed to Timer1, the led will not flash and the timer count does not increment.
Is there an issue with the implementation of Timer1 on the Nano33 Ble?
The text was updated successfully, but these errors were encountered: