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

cross mob

Platform Files for CYBT-343151-EVAL – KBA226799

lock attach
Attachments are accessible only for community members.

Platform Files for CYBT-343151-EVAL – KBA226799

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

Author: HaiY_26           Version: **

Translation - Japanese: CYBT-343151-EVAL 用プラットフォームファイル - KBA226799 - Community Translated (JA)

Question:

Which platform files should be used for the CYBT-343151-EVAL kit in WICED® Studio 6.2.1 or later?

Answer:

The CYBT-343151-EVAL kit includes a fully integrated and certified Bluetoothâ Smart ready wireless module (CYBT-343151-01).

Make the following changes to WICED Studio 6.2.1 to start using the CYBT-343151-EVAL kit platform:

  1. Download CYBT_343151_EVAL_PLATFORM_FILES.zip attached with this KBA.
  2. Save and extract the downloaded file in your computer.
  3. Navigate to CYT_343151_EVAL_PLATFORM_FILES > platforms. Select and copy CYBT_343151_EVAL folder.
  4. Paste the folder in the WICED Studio 6.2.1 folder path …\ WICED-Studio-6.2\20706-A2_Bluetooth\platforms\. Figure 1 shows the location of folder in WICED Studio 6.2.1.

    Figure
    1
    . Project Folder Location
    pastedImage_2.png
  5. Navigate to CYBT_343151_EVAL_PLATFORM_FILES\Wiced-BT\tier2\brcm\libraries\lib\20703, and copy FM25Q04_sflash.a.
  6. Paste and replace FM25Q04_sflash.a file in …\WICED-Studio-6.2\20706-A2_Bluetooth\Wiced-BT\tier2\brcm\libraries\lib\20703\ as shown in Figure 2.

    Figure 2. FM25Q04_sflash.a File Location

    pastedImage_9.png
  7. Include FM25Q04_sflash.a in the makefile.mk of user’s application project. Figure 3 shows an example for hello_sensor application project. FM25Q04_sflash.a must be included in the make file if application firmware performs NVRAM write or read operations (a serial flash device (NVRAM) is available on the CYBT-343151-01 module). 

    Figure 3. APP_PATCHES_AND_LIBS += FM25Q04_sflash.a

    pastedImage_13.png

A sample make target to build a project in WICED Studio 6.2.1 for this CYBT-343151 evaluation kit is as follows:

demo.hello_sensor-CYBT_343151_EVAL download

Attachments
0 Likes
363 Views
Contributors