STM32WB Application recieves hardfault keyword after TL_Enable() is called
In a project with STM32WB55RG + FreeRTOS, calling TL_Enable() often results in a Hardfault with the keyword @SRAM2A_BASE: 0x1170FD0F (picture).
Hardfault is repeated regularly until you make a small change in the code in any part of the program. After making a random change, with some probability, the stack starts working normally every time it is started. Even one line of code in any part of the program can have an impact on startup. Tried all possible options.
Code generated with CubeMx. Interrupt handlers have been added. Any thoughts on diagnosing the problem?

