Difference between revisions of "WISE-1530 SDK"

From ESS-WIKI
Jump to: navigation, search
Line 155: Line 155:
  
 
[[File:WISE-1530 J-Flash Save-as.png|RTENOTITLE]]
 
[[File:WISE-1530 J-Flash Save-as.png|RTENOTITLE]]
 +
 +
== Programming  ==

Revision as of 05:12, 3 August 2017

Setup Development Environment

Preparing for Hardware

The user needs to prepare for hardware as following:

  • WISE-1530, WISE-1500 and WISE-ED22.
  • 802.11b/g/n (2.4 GHz) Wireless Access Point (AP).
  • PC running the Microsoft Windows 7 operating systems

Please refer to the following steps for setup a WISE series of boards before using WISE-1520.

Step01: Please prepare boards as below.

          RTENOTITLE

 WISE-1530

 WISE-1500

 WISE-ED22

 WISE-ED22 reset button

 CN2 on WISE-1500

 SW3 on WISE-1500    

  • Pleas check pin1 and pin2 to “OFF” as default.
  • Switch pin2 to decide whether running “backup to default” while device

booting. “ON”: enabled, “OFF”: disable

 WISE-1530 reset button, one button on WISE-1500 and the other on WISE-ED22

⑧ Micro USB connector    

  • Drag-n-drop programming
  • Serial port and debugging
  • Power supplies for UART1 debug port

 RF connector

Step02: Connect the WISE-ED22 to PC using micro-USB cable.

  • The device will be visible in the Device Manager as below, user can use serial tools (putty, tera term ...etc.) to key-in command. 

          Mbed  uart.png

WICED Studio

The user can refer to the following steps for setup WICED Studio with WISE-1530 SDK.

Windows Install

  1. Download WICED-Studio-4.1.1.8-IDE-Installer.exe.zip
  2. Extract the installer exe from the zip file to temp folder on your computer; do not execute the installer from the zip file
  3. Double click the installer exe to install WICED Studio as below picture

WICED installer 1.png

WICED installer 2.png

WICED installer 3-1.png

WICED installer 4.png

WICED installer 5.png

  1. After installation in completed, launch WICED Studio IDE from shortcut on desktop
  2. When you see the Select WICED Platform page, choose the 43xxx_Wi-Fi item. You can change in "WICED Platform"  in SDK toolbar also.


WICED installer 6.png

Copy patch file

  1. Download and unzip WM-BN-BM-22_SDK_4.1.x_platform_patch.zip
  2. Copy platforms folder to <SDK folder>\43xxx_Wi-Fi\ and select replace
  3. Copy WICED folder to <SDK folder>\43xxx_Wi-Fi\ and select replace

Build Source File

Make a "Make Target" file

       Step1: In Make Target window click mouse right button

       Step2: Select New...

WICED make target new.png

       Step3: Type "snip.gpio-BCMUSI22.A1"

RTENOTITLE

Field explanation: snip.gpio-BCMUSI22.A1

  • snip.gpio: application project name
  • BCMUSI22: platform name, for WISE-1530 platform don't change this field.
  • A1: platform version, for WISE-1530 platform don't change this field. 

RTENOTITLE



​       User can  refer <SDK folder>\43xxx_Wi-Fi\doc\make_target_examples.txt to get more detail.

RTENOTITLE

Build Project

Double click "Make Target" file to build project.

RTENOTITLE

It is build complete when you see below 

RTENOTITLE

Generate a Programming File

It will generate three bin files in <SDK folder>\43xxx_Wi-Fi\build folder when build complete.

  1. Bootloader: waf.bootloader-NoOS-BCMUSI22.A1.bin 
  2. DCT( Device Configuration Table): DCT.bin:
  3. Application: snip.gpio-BCMUSI22.A1.bin

RTENOTITLE

Download and install J-Link software, we need J-Flash tool to combine three bin files for programming.

Launch J-Flash

RTENOTITLE

Open bootloader bin file

RTENOTITLE

Merge DCT bin file

RTENOTITLE

Merge application bin file

RTENOTITLE

Save as a final bin file

RTENOTITLE

Programming