Data Sheet

Firmware development and SDK
User is allowed to developed their own firmware for PRBMD02 through SDK as following:
1. copy SDK to a working directory
2. install MDK Keil5 for ARM IDE
3. Example code in SDK can now be edit and compiled.
Experience on ARM core firmware development will be very helpful for development the firmware.
The SDK for PRBMD02 including the following resource:
Note: SDK for PRBMD02 (PHY6222 core) is different from the SDK for PRBMD00 (PHY6212 core).
PRBMD02 DATASHEET 1.10
K-SOLUTION
28
; SDK components, including BLE API, GATT profile, drivers and other components
; example
;
;
; alternate iBeacon example
; Apple Notification Center Service example
; I2S tunnelling example
; General peripheral example
; UART tunnelling example
; eddystone example
; HID example
; Heart rate profile example
; iBeacon example
; Basic OTA example
; example of LED control by PWM, by BLE command
; simple boardcasting example, for tire pressure monitor
;
; General example for sport bracelet
; General example, real time timer base on AP Timer + OSAL Timer
; Example of running within flash, for application not requiring realtime response
;
; OTA bootloader
; Special example for upgrading OTA bootloader
;
; ADC driver example
; AP timer driving example
; File system example
; GPIO demo example
; 4x4 keypad example
; 240x240 TFT display example
; PWM demo example
; QDEC demo example
; SPI ext. device example
; Audio sampling example
; SBC coding format audio sampling example
; Watchdog example
; lib and .h document, including Bluetooth stack and Font library
; Font resource document
; ROM symbol table and others