2023-12-01 06:57 AM
Hello,
What I have done:
- Following instructions from AN5185 document.
- Using STM32CubeProgrammer v2.14.0
- NUCLEO-WB15CC powered on
- With STM32CubeProgrammer :
- ST-Link configuration
ST-Link upgrade (v3.12.3)
Update to firmware V2J42M27
- ST-Link Connect
- Firmware Upgrade Services with
C:\ST\STM32Cube_FW_WB_V1.18.0\Projects\STM32WB_Copro_Wireless_Binaries\STM32WB1x\stm32wb1x_BLE_Stack_full_fw.bin
Start address: 0x08021000
Start Stack after upgrade
-> Firmware upgrade -> "Application is running, Please Hold on..."
=> Firmware Upgrade Success
- Erasing and Programming with
C:\ST\STM32Cube_FW_WB_V1.18.0\Projects\NUCLEO-WB15CC\Applications\BLE\BLE_p2pServer_ota\Binary\BLE_p2pServer_ota_reference.bin
Start address: 0x08007000
Verify programming
Run after programming
-> Start programming -> Filedownload complete
-> Download verified successfuly
-> Start operation achieved successfully
At this point, only the main led of the board is blinked, not the small led during one minute
the P2PSRV1 device is not advertizing!
There is a problem somewhere, but I don't know where.
I also tried operations descrived in "STM32WB Bluetooth® LE Hardware Setup" without success (P2PSRV1 not advertizing).
I have missed something, but what?
Thank you for your help.
Best regards,
FWX.
Solved! Go to Solution.
2023-12-05 01:58 AM
Hello,
To run BLE_p2pServer_ota example, you should flash BLE_ota example at 0x08000000.
Best Regards
2023-12-05 01:58 AM
Hello,
To run BLE_p2pServer_ota example, you should flash BLE_ota example at 0x08000000.
Best Regards
2023-12-05 02:18 AM
Hi Remy.
Thank you very much for your answer.
Now, my application is running!
Best regards.
FWX.
2023-12-05 02:22 AM
Hi Remy,
Thank you for your answer.
Now, my application is running!
Best regards,
FWX.