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

cross mob

Platform Files for CYBT-333032-EVAL - KBA226800

lock attach
Attachments are accessible only for community members.

Platform Files for CYBT-333032-EVAL - KBA226800

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

Author: HaiY_26           Version: **

Question:

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

Answer:

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

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

  1. Download CYBT_333032_EVAL_PLATFORM_FILES.zip attached with this KBA.
  2. Save and extract the downloaded file in your computer.
  3. Navigate to CYT_333032_EVAL_PLATFORM_FILES > platforms. Select and copy CYBT_333032_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_3.png
  5. Navigate to CYBT_333032_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-333032-01 module). 

    Figure 3. APP_PATCHES_AND_LIBS += FM25Q04_sflash.a
    pastedImage_12.png

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

demo.hello_sensor-CYBT_333032_EVAL download

Attachments
0 Likes
400 Views
Contributors