Nordic bluetooth controller with Mbed 5.14

Hi

I am updating the bluetooth module on my PCB, replacing it with BC832, which is basically a NRF52832 on a module.
In the past i just followed the porting guide, which works fine. But this doesn’t work on my BC832. But because my new module is build around the NRF52832, i though using the cordio driver build for that, the “TARGET_NRF5x

But I am unable to setup my target to I can compile it with the NRFx. Please help me.
Here is my target configuration now:

“G2_HW”: {
“inherits”: [“CY8CMOD_062_4343W”],
“features”: [“BLE”],
“extra_labels_add”: [
“PSOC6_02”,
“MXCRYPTO_02”,
“CYW20704”,
“CORDIO”
],
“extra_labels_remove”: [
“4343W”,
“CYW43XXX”,
“WHD”
],
“macros_add”: [“CY8C624ABZI_S2D44”],
“macros_remove”: [“CYBSP_WIFI_CAPABLE”],
“detect_code”: [
“1901”
],
“device_has_remove”: [
“USBDEVICE”
],
“post_binary_hook”: {
“function”: “PSOC6Code.complete”
},
“bootloader_supported”: false,
“sectors”: [
[
268435456,
512
]
]
},

“CYW20704”: {
“extra_labels”: [“CORDIO”],
“features”: [“BLE”]
}

Where CYW20704 is my old custom target working as the bluetooth module/controller.
Please help me change my target configuration, so i can build the project with TARGET_NRFx.

Thanks,
Karl-Johan