Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: mbed X_NUCLEO_IDB0XA1 BLE_API
Fork of BlueNRG-MS-Stack-Updater by
BlueNRG-MS Stack Updater
This program allows to update BlueNRG-MS (X-NUCLEO-IDB05A1) stack image.
It programs BlueNRG-MS with the latest version of stack image provided through a C array: img73.c
The target firmware version is 7.3 (BLE 4.2 compliance). If the update is successful, LED1 blinks slowly; on error, LED1 blinks fast.
Tested platforms
Note
This application should not be used to update the stack image of BlueNRG (X-NUCLEO-IDB04A1) component which is considered deprecated.
Diff: main.cpp
- Revision:
- 8:dc5ac2cb972e
- Parent:
- 7:baf997c2d2f9
- Child:
- 10:59d9c2ef8c6c
diff -r baf997c2d2f9 -r dc5ac2cb972e main.cpp --- a/main.cpp Mon Dec 19 10:04:26 2016 +0000 +++ b/main.cpp Wed Nov 21 10:48:06 2018 +0000 @@ -20,7 +20,7 @@ #define BLUENRG_MS_HW_VERSION (0x31) // This file defines the array used to store the firmware -#include "img72c.c" +#include "img73.c" DigitalOut led1(LED1);
