Important changes to forums and questions
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
9 years, 9 months ago.
Where does error("message"); go in nRF51822?
In mbed there is a general error function used in some libraries: error("message");
a) For nRF51822 how is error() handled?
example library calling error():
Related item:
b) I have seen that the nRF51822 will put a standard LED into a fast blink if there are some runtime errors
- Suggest you reserve that output pin and blink pattern for an indicator on your PCB during development
- Where would I find more info about error indication, and is there any memory location that stored an error code for it?