This code is tho put in evidence a BUG in the TIMER implementation on Nordic TIMER bug 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 laterthe change LED 1. Meanwhile in the main loop LED 2 is changing state. You will see taht after a chile LED2 will sotp blinking meaning that program is crashed.
Fork of mbed_blinky by
Changes
Revision | Date | Who | Commit message |
---|---|---|---|
7:a121fc972b2a | 2014-12-29 | roscop | this code is tho put in evidence a bug in the TIMER implementation on Nordic nRF51822. Example was created for plateform nRF51-DK.; Led 2 will stop blinking (crashed main) when user button 2 is pressed several time. |
6:e8cd76f38fa9 | 2014-05-09 | screamer | Fixed the builds URL |
5:0ee0afc66ccd | 2014-04-03 | screamer | Always import the latest mbed SDK build |
4:81cea7a352b0 | 2014-03-18 | stevep | Re-add newline |
3:2e347c65be00 | 2014-03-18 | stevep | revert |
2:c30dc3ae7426 | 2014-03-18 | stevep | add comment |
1:0e7c9a80e2a6 | 2014-02-21 | Stephen Paulger |
Use latest build |
0:7dec7e9ac085 | 2013-10-11 | dan | First commit |