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

BSD error codes

extern void bsd_recoverable_error_handler(uint32_t error)

AND

extern void bsd_irrecoverable_error_handler(uint32_t error);

Will return various error codes - is there a list to decipher what they mean? Especially error code 3 seems frequent...
Parents Reply
  • Haakon,

    Thanks for your reply. The fix for the referenced errata is applied. Still there are occurrences of the error (Especially 3).

    1. I find that usually it is the recoverable error that is thrown. However - I find it that the link is not really recoverable. Meaning socket operations to the modem will never return. Alas - I do not know error code 3 - so hard to tell what is actually going on.

    2. Is there any steps required when recovering from recoverable error handler through any of the API calls in bsdlib?

Children
Related