Application to update the BlueNRG-MS firmware of X-NUCLEO-IDB05A1 component board
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: img72c.c
- Revision:
- 11:32a57eea3341
- Parent:
- 10:59d9c2ef8c6c
diff -r 59d9c2ef8c6c -r 32a57eea3341 img72c.c
--- a/img72c.c Fri Jan 11 16:23:32 2019 +0000
+++ b/img72c.c Tue Mar 19 10:22:42 2019 +0000
@@ -1,6 +1,6 @@
#include <stdint.h>
-/* FW version 7.2c */
+/* FW version 7.2c
const uint8_t fw_image[] = {0x00, 0x00, 0x00, 0x00,
0x10, 0xB5, 0x04, 0x00,
0x00, 0xF0, 0x10, 0xF8,
@@ -16898,3 +16898,4 @@
0xFF, 0xFF, 0xFF, 0xFF,
0xFF, 0xFF, 0xFF, 0xFF,
};
+*/
\ No newline at end of file
