This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts
This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

mbed nRF51822 timer bug

Am I the only one to experience what seems to be a bug? (same code is running fine on a Nucelo board)

developer.mbed.org/.../

This code is to put in evidence a BUG in the TIMER implementation on Nordic TIMER of nRF51822. This Example was created for plateform nRF51-DK. Led 2 will stop blinking (crashed main) when user button is pressed several time. User button start an interrpt, the interrupt set a tickker timer 200ms later. Meanwhile in the main loop LED 2 is changing state. You will see that after a while LED2 will stop blinking meaning that the program has crashed.

I also posted this here: developer.mbed.org/.../

Parents Reply Children
No Data
Related