This is a monitor program for BLE NRF51822 chip. You can check memory, register and system information.
Dependencies: BLE_API mbed nRF51822 nRF51_Vdd
Please refer follows.
/users/kenjiArai/code/debug_tools/
/users/kenjiArai/notebook/ble--tytaiyo-yuden-module-for-mbed/
Diff: main.cpp
- Revision:
- 5:8c37a47ac34c
- Parent:
- 4:36ad7c7d0400
--- a/main.cpp Sun Feb 14 21:55:30 2016 +0000 +++ b/main.cpp Sun Jan 08 04:36:55 2017 +0000 @@ -19,8 +19,8 @@ * http://www.page.sannet.ne.jp/kenjia/index.html * http://mbed.org/users/kenjiArai/ * - * Started: January 3rd, 2016 - * Revised: Feburary 13th, 2016 + * Started: January 3rd, 2016 + * Revised: January 8th, 2017 */ // Include --------------------------------------------------------------------------------------- @@ -42,7 +42,8 @@ // Object ---------------------------------------------------------------------------------------- BLE ble; DigitalOut led1(LED1, 1); -Serial pc(USBTX, USBRX); +//Serial pc(USBTX, USBRX); +Serial pc(P0_3, P0_1); // TX, RX I2C i2c(P0_29,P0_28); SPI spi(P0_20,P0_22,P0_25); nRF51_Vdd vdd(3.6f, 2.6f);