Old revisions Add to book Export to PDF Book Creator Add this page to your book Book Creator Remove this page from your book Manage book (0 page(s)) Help Debugging API When developing an application, you can check debugging message that occurs within the SDK. Register the callback function through BS2_SetDebugExCallback to check debugging message in real time. BS2_SetDebugExCallback: Registers the callback function that gets called for debugging message. Callback Function typedef void (*CBDebugExPrint)(uint32_t level, uint32_t module, const char* msg); 1. CBDebugExPrint Callback function that is called for debugging message.