2023-06-01 02:08 AM
2023-06-08 03:16 AM
Hello,
By default the support of debugger is not supported in BLE_TransparentMode see the following define in app_conf.h file:
#define CFG_DEBUGGER_SUPPORTED 0
So, you have to set this define to 1 if you want to debug.
Best Regards