Hello again =) New question!
Working with keil I could simply detect from where HardFault appeared using CallStack or Disassembly cod. But here Call stack shows only HardFault adress and in disassembly window i can’t jump into adress that I need. It shoews only actual adress, if i try to write the other adress then disassmbly window jumps only one page Up/Down, but not to the place I need 🙁
P.S. I use Stm32f4 (tryed on St-Link and Segger J-link)