Skip to content

Commit

Permalink
Merge pull request #9585 from lrusinowicz/ble_controller_core
Browse files Browse the repository at this point in the history
PSOC6: M0 core binary image for BLE controller updated to version 1.05
  • Loading branch information
0xc0170 committed Feb 4, 2019
2 parents 6e0fceb + 83b4e4a commit 2526ac8
Show file tree
Hide file tree
Showing 3 changed files with 1,689 additions and 1,657 deletions.
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
README for pre-compiled PSoC 6 Cortex M0+ core images
=====================================================

This folder contains precompiled program images for the CM0+ core of the PSoC 6(63xx) MCU suitable for use with MBed OS applications running on CM4 core. Two images are available:
This folder contains pre-compiled program images for the CM0+ core of the PSoC 6(63xx) MCU suitable for use with MBed OS applications running on CM4 core. Two images are available:

* `psoc63_m0_default_1.02.hex`

This image contains basic code, that brings up the chip, starts CM4 core and puts CM0+ core into a deep sleep. It is suitable for use with all Mbed applications except those intendif to use BLE feature.

* `psoc63_m0_ble_controller_1.01.hex`
* `psoc63_m0_ble_controller_1.05.hex`

This image brings up the chip, starts CM4 core and runs BLE HCI controller for the build-in BLE device. This image is suitable for use with Mbed BLE applications.

Expand Down
Loading

0 comments on commit 2526ac8

Please sign in to comment.