Hi @LIZQ,
Are you using PD-BDM (Packet Driven BDM) communication plugin ?
If so - you can disable it by updating the following definition in the embedded application (freemaster_cfg.h
#define FMSTR_DISABLE 1 /* To disable all FreeMASTER functionalities */
Note: FreeMASTER will still be able to connect to the board via standard BDM plugin to read and write target memory over debug interface. This plugin relies entirely on the J-Link Probe and on-target BDM/JTAG module and does not require FreeMASTER specific enablement.