This is an old revision of the document!


FIXME This page is not fully translated, yet. Please help completing the translation.
(remove this paragraph once the translation is finished)

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.

typedef void (*CBDebugExPrint)(uint32_t level, uint32_t module, const char* msg);

1. CBDebugExPrint
Callback function that is called for debugging message.