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

cross mob

Platform Files for CYBT-343026-EVAL

lock attach
Attachments are accessible only for community members.

Platform Files for CYBT-343026-EVAL

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

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

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

 

Make the following changes to WICED Studio 6.1.0.85 to start using the CYBT-343026-EVAL kit platform:

1. Download CYBT_343026_EVAL_PLATFORM_FILES.zip attached with this KBA.

2. Save and extract the downloaded file in your computer.

3. Navigate to CYT_343026_EVAL_PLATFORM_FILES > platforms. Select and copy CYBT_343026_EVAL folder.

4. Paste the folder in the WICED Studio 6.1.0.85 folder path …\ WICED-Studio-6.1\20706-A2_Bluetooth\platforms\. Figure 1 shows the location of folder in WICED Studio 6.1.0.85.

Figure 1. Project Folder Location

pastedImage_15.png

5. Navigate to CYBT_343026_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.1\20706-A2_Bluetooth\Wiced-BT\tier2\brcm\libraries\lib\20703\ as shown in Figure 2.

 
Figure 2. FM25Q04_sflash.a File Location

pastedImage_23.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 CYBT343026-01 module).

 

 Figure 3. APP_PATCHES_AND_LIBS += FM25Q04_sflash.a

 pastedImage_26.png

A sample make target to build a project in WICED Studio 6.1.0.85 for this CYBT-343026 evaluation kit is here.

 

Version: *A

Translation - Japanese: CYBT-343026-EVALのプラットフォームファイル – KBA221025 - Community Translated (JA)

Attachments
7758 Views
Comments
AnjanaM_61
Moderator
Moderator
Moderator
5 comments on KBA First comment on KBA 5 questions asked

Please note:

For WICED SDK 6.4, Please rename the wiced_hal_platform.h in folder location CYBT-343026-EVAL\CYBT_343026_EVAL_PLATFORM_FILES\platforms\CYBT_343026_EVAL\ to wiced_platform.h

Also, in the same platform folder, the #include line in the platform.c file must be updated to the below to reflect the change.

#include "wiced_platform.h"