Associate II
August 26, 2020
Question
STM32WB Debug OTA application
- August 26, 2020
- 15 replies
- 8050 views
Hello,
I run STM32WB exemple : BLE_p2pServer_ota on STM32CubeIDE with the BLE_Ota exemple for bootloader. In this application we start from address 0x08007000
MEMORY
{
FLASH (rx) : ORIGIN = 0x08007000, LENGTH = 484k
RAM1 (xrw) : ORIGIN = 0x20000004, LENGTH = 191k
RAM_SHARED (xrw) : ORIGIN = 0x20030000, LENGTH = 10K
}
How could i do in the STM32CUBEIDE debug configuration to run the debug on this application ?
Thanks.
