Skip to content

Commit 8a04851

Browse files
committed
refactor: use folders to sort images files
Signed-off-by: Frederic Pillon <[email protected]>
1 parent 59eff9e commit 8a04851

12 files changed

+8
-8
lines changed

STM32duinoBLE.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,25 +7,25 @@
77
STM32duinoBLE library does not work with the stock firmware that is loaded in the BLE module of STEVAL-MKSBOX1V1.
88
For this reason, first of all, it is needed to solder on STEVAL-MKSBOX1V1 a JTAG/SWD 0.05" pitch 10pin male connector in the apposite space of the PCB.
99

10-
[[/img/SensorTile_Box1.PNG|alt="Space on PCB where soldering the JTAG connector"]]
10+
[[/img/stm32duinoBLE/SensorTile_Box1.PNG|alt="Space on PCB where soldering the JTAG connector"]]
1111

1212
Then you can use a standard ST-Link V2-1 with a JTAG/SWD 0.05" pitch 10pin to 20pin IDC cable together with [STSW-BNRGFLASHER](https://www.st.com/content/st_com/en/products/embedded-software/wireless-connectivity-software/stsw-bnrgflasher.html) software tool (currently available only for Windows PC) in order to update the firmware of the BLE module of STEVAL-MKSBOX1V1.
1313

1414
First of all, install the ST BlueNRG-1_2 Flasher Utility and open it, then select the SWD tab:
1515

16-
[[/img/SensorTile_Box2.PNG|alt="SWD tab of ST BlueNRG-1_2 Flasher Utility"]]
16+
[[/img/stm32duinoBLE/SensorTile_Box2.PNG|alt="SWD tab of ST BlueNRG-1_2 Flasher Utility"]]
1717

1818
Erase the flash memory of the BlueNRG-1 chip:
1919

20-
[[/img/SensorTile_Box3.PNG|alt="Erase of the BlueNRG-1 chip"]]
20+
[[/img/stm32duinoBLE/SensorTile_Box3.PNG|alt="Erase of the BlueNRG-1 chip"]]
2121

2222
Download the Link Layer Only firmware for the BLE module from the following link:
2323

2424
[DTM_LLOnly.bin](https://github.com/stm32duino/wiki/blob/main/STEVAL-MKSBOX1V1/DTM_LLOnly.bin)
2525

2626
Load the Link Layer Only firmware in the ST BlueNRG-1_2 Flasher Utility and then press the "Flash" button:
2727

28-
[[/img/SensorTile_Box4.PNG|alt="Load and flash the new firmware into BlueNRG-1 chip"]]
28+
[[/img/stm32duinoBLE/SensorTile_Box4.PNG|alt="Load and flash the new firmware into BlueNRG-1 chip"]]
2929

3030
If you need to restore the stock firmware of the BLE module of STEVAL-MKSBOX1V1, you can repeat the procedure using this firmware image:
3131

@@ -42,7 +42,7 @@ Then you can use a standard ST-Link V2-1 with 5 jumper wires female-female toget
4242

4343
You need to connect the J12 pins of the X-NUCLEO-BNRG2A1 to the pins of the ST-Link V2-1 as shown in the picture below.
4444

45-
[[/img/X_NUCLEO_BNRG2A1_1.PNG|alt="Connection among the J12 pins of the X-NUCLEO-BNRG2A1 and the ST-Link V2-1"]]
45+
[[/img/stm32duinoBLE/X_NUCLEO_BNRG2A1_1.PNG|alt="Connection among the J12 pins of the X-NUCLEO-BNRG2A1 and the ST-Link V2-1"]]
4646

4747
In particular we have the following connections:
4848

@@ -56,19 +56,19 @@ In particular we have the following connections:
5656

5757
First of all, install the RF-Flasher Utility and open it, then select the SWD tab:
5858

59-
[[/img/X_NUCLEO_BNRG2A1_5.PNG|alt="SWD tab of RF-Flasher Utility"]]
59+
[[/img/stm32duinoBLE/X_NUCLEO_BNRG2A1_5.PNG|alt="SWD tab of RF-Flasher Utility"]]
6060

6161
Erase the flash memory of the BlueNRG-2 chip:
6262

63-
[[/img/X_NUCLEO_BNRG2A1_6.PNG|alt="Erase of the BlueNRG-2 chip"]]
63+
[[/img/stm32duinoBLE/X_NUCLEO_BNRG2A1_6.PNG|alt="Erase of the BlueNRG-2 chip"]]
6464

6565
Download a new version of the firmware for the BLE module from the following link:
6666

6767
[BLUENRG-M2SP_DTM_SPI.hex](https://github.com/stm32duino/wiki/blob/main/X-NUCLEO-BNRG2A1/BLUENRG-M2SP_DTM_SPI.hex)
6868

6969
Load the new firmware in the RF-Flasher Utility and then press the "Flash" button:
7070

71-
[[/img/X_NUCLEO_BNRG2A1_7.PNG|alt="Load and flash the new firmware into BlueNRG-2 chip"]]
71+
[[/img/stm32duinoBLE/X_NUCLEO_BNRG2A1_7.PNG|alt="Load and flash the new firmware into BlueNRG-2 chip"]]
7272

7373
If you should find some issues during the update process, you can try to repeat the procedure closing the J15 jumper on the X-NUCLEO-BNRG2A1 expansion board.
7474

img/X_NUCLEO_BNRG2A1_2.PNG

-27.9 KB
Binary file not shown.

img/X_NUCLEO_BNRG2A1_3.PNG

-28.7 KB
Binary file not shown.

img/X_NUCLEO_BNRG2A1_4.PNG

-28.3 KB
Binary file not shown.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)