1.1.12 Client - Debug APIs
Debug information is available from both the WINCS02 driver and WINCS02 device.
Driver Debug
The WINCS02 driver produces debug output via a printf style callback of type WDRV_WINC_DEBUG_PRINT_CALLBACK
provided by the application and registered with the driver via WDRV_WINC_DebugRegisterCallback
.
Alternatively if the SYS_DEBUG
service is included in the Harmony project this will be used.
Device Debug
Debug output is available via a UART from the WINCS02 device. Which UART is used is configured by calling WDRV_WINC_DebugUARTSet
.