How can I handle situation , when even empty project stacks at Reset Handler without running code? Code was generated in 1.02 version of CubeIDE for STM32WB55RG . Breakpoints were set on some places in main.c (f.e. Hal_Init() )


I'd try putting it at 0x20030000 (Top of 192KB) as that definitely should be available and not protected.
3.3.4 Embedded SRAM
STM32WB55xx devices feature up to 256 KB of embedded SRAM, split in three blocks:
• SRAM1: up to 192 KB mapped at address 0x2000 0000
• SRAM2a: 32 KB located at address 0x2003 0000 (contiguous to SRAM1) also mirrored at 0x1000 0000, with hardware parity check (this SRAM can be retained in Standby mode)
• SRAM2b: 32 KB located at address 0x2003 8000 (contiguous with SRAM2a) and mirrored at 0x1000 8000 with hardware parity check
SRAM2a and SRAM2b can be write-protected, with 1 KB granularity, A section of the SRAM2a and SRAM2b is secured for the RF sub-system and cannot be accessed by the host CPU1.
The SRAMs can be accessed in read/write with 0 wait states for all CPU1 and CPU2 clock speeds.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.