HI,
I'm use nrf51822 and SDK 10. I want to use APP_ERROR_CHECK function to show error msg, I did also enable LOG function to support this, but it do not work.
here is what i do below:
I use ble_app_alert_notification, add -DDEBUG flag...some thing like this post.
I also mask app_error_handler and assert_nrf_callback in main.c.
change to O0 form O3.
but it do not work.
Any suggestion? or any project supported that I can reference?
Thinks again!