ARMmbed / mbed-os-example-ble

BLE demos using mbed OS and mbed cli
Apache License 2.0
134 stars 118 forks source link

Not working for CY8CKIT_062_BLE #396

Open kjsGraspor opened 8 months ago

kjsGraspor commented 8 months ago

Description of defect

Missing HCI driver. Maybe I am overseing something, but I am unable to debug the bluetooth example "BLE_BatteryLevel", for my PSOC6 target.

Target(s) and toolchain(s) (name and version) displaying this defect ?

CY8CKIT_062_BLE and ARM_GCC 7.2.1

What version of the example and mbed-os are you using (tag or sha) ?

mbed os 5.15.5

How is this defect reproduced ?

Adding the following target to the mbed_app.json file "CY8CKIT_062_BLE": { "target.features_add": ["BLE"], "target.extra_labels_add": ["CORDIO"] }

and then compile for the same target: mbed compile -m CY8CKIT_062_BLE -t GCC_ARM