This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

error code 0x057D

hi 

I am using nRF52832.i have added 3 service and and 3 characterastics to one service 

1.Peripheral service (accelormeter + gyroscope sensor) and 3 characterstics

2.battery service

3 device information service

i am using SDK14.2.0

 i connect to device and disconnect using nRF connect app,when i try to reconnect ,i cant be reconnected until i dont reprogram the device.I run code in debug mode 

i found this 0> <error> app: Error 0x057D (1405) at line 1024 in file: KGJ`hóˆ@h

though i havent added file name with this "KGJ`hóˆ@h".I am not able to understand why device cant be reconnected and error with this file name and code .

quick  response will be highly  appreciated .

Thank you

Parents Reply Children
  • Do you get the exact same message, or something similar?

    Can you also try to add an APP_ERROR_CHECK(1); somewhere in your main() function, and figure out where in the project that tells you what APP_ERROR_CHECK(err_code) that is caught in the error handler. 

    The reason I can't tell you exactly where is because the error handler works a bit different in different IDEs.

    The jibberish message can have a couple of reasons:

    1. There is something wrong with the LOG when the error occurs, so that the message looks weird.

    2. The error log doesn't understand what function that returned the err_code passed into APP_ERROR_CHECK, and it is having difficulties to translate it to readable text.

    Best regards,

    Edvin

Related