ARMmbed / ARMmbed/mbed-os-example-ble

Not working for CY8CKIT_062_BLE

Open
#396 0 comments 0 reactions 0 assignees View on GitHub
type: bug
Dominant language
C++
Stars
135
Forks
114
PR merge metrics
No merged PRs in 30d

Description

### 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`

Contributor guide

Open the contributing guide

Research direction

Reproduce the failure with the BLE_BatteryLevel example using mbed_app.json and `mbed compile -m CY8CKIT_062_BLE -t GCC_ARM`. Start by examining the CY8CKIT_062_BLE target configuration and its CORDIO/HCI support; done means the example compiles and can be debugged for the specified target and toolchain.

Written by the indexing model from the issue text.

Assessment

Tech stack
cpp
Domain
embedded-iot
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.