Hi
i am getting Fatal error while uploading code in my nRF52823 plz find attachment which i enclosed.
and showing break point at NRF_BREAKPOINT_COND; plz tell me what should i do ?
Thank you
Hi
i am getting Fatal error while uploading code in my nRF52823 plz find attachment which i enclosed.
and showing break point at NRF_BREAKPOINT_COND; plz tell me what should i do ?
Thank you
Yay, another screenshot that shows ABSOLUTELY NOTHING NEW OR USEFUL.
The app_error_handling stuff unfortunately contains a "naked" function which "destroys" the otherwise useable stack trace. Thus the "wrong" value for the variables shown here. Try setting a breakpoint on the line 560.
You know you can copy and paste those error messages as text, right...?
I also highly recommend taking a beginner course in C microcontroller programming, since you seem to be unable to understand the NordicSemi example C code properly. Yes they use a ton of macros, but these are not at all difficult to understand or read.
Thank you it's working but I am not able to see the received data and how to send data
Did you see the messages before? If so, where? If not, where do you expect to see them?
ye this is the link
www.youtube.com/watch
could you please tell me is this the right code to send data using nRF UART app and also receive data from BLE?below is the path of my project
G:\EMBEDDEDBMY\nRF52832 new version\nRF5_SDK_15.3.0_59ac345\examples\ble_peripheral\ble_app_uart\pca10040\s132\ses
nRF UART app is connected with BLE but i am not able to send data or receive
Thank you