Hi,
You can try re-building CMET for K32W061 with a modification. For instructions on how to rebuild CMET, please consult JN-AN-1242 > Docs > JN-AN-1242-Customer-Module-Eval-Tool document, Section 3 Downloading the Application.
For the modification, open ANxxxx_CustomerModuleEvalTool.c and search the following portion of the code:

Here, change the condition to:
if( (u32ChipType != CHIP_K32W061) && (u32ChipType != CHIP_K32W041) )

After this, re-build the project, flash the new binary into your device and test the application. Please, let me know your findings.
Regards,
Eduardo.