Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob

16-MHz BLE ECO for PSoC 6 BLE Demo Project – KBA223251

16-MHz BLE ECO for PSoC 6 BLE Demo Project – KBA223251

Community-Team
Employee
Employee
50 questions asked 10 questions asked 5 questions asked

Version: *A

Translation - Japanese: PSoC®6 デモプロジェクト用の16-MHz BLE ECO - KBA210620 - Community Translated (JA)

Question:

How do I modify PSoC 6 BLE demo projects to use a 16-MHz ECO for BLE?

Answer:

You need to change the clock configuration of the PSoC Creator/ModusToolbox project to accept a 16-MHz ECO. The demo project by default uses the CY8CKIT-062-BLE kit, which uses the 32-MHz ECO.

  1. Open a demo project. For example, open the ‘FindMe’ project.
  2. Double-click Clocks, and then choose System ECO.
  3. Click Edit Clock.
    pastedImage_5.png
    pastedImage_0.png

  4. In the Configure System Clocks window, enable the AltHF:BLE ECO option and chose the ECO Frequency as 16 MHz. Select the desired divider or use the default. The Startup time is specified in the ECO crystal’s datasheet. The Load cap can be used to tune the ECO’s frequency deviation. See AN95089 for details.

        pastedImage_10.png

For ModusToolbox projects, perform the steps given below.

  1. Open a demo project. For example, open the ‘FindMe’ project.
  2. Navigate to Device Configurator-> Platform and enable ALTHF option.
  3. In the ALTHF - Parameters window, choose the ECO Frequency as 16 MHz. Select the desired divider or use the default. The Startup time is specified in the ECO crystal’s datasheet. The Load cap can be used to tune the ECO’s frequency deviation. See AN95089 for details.

pastedImage_25.png

0 Likes
507 Views
Contributors