At the very beginning of the program in the main function, my stack pointer is 0x20026390, although I expected it to be in the 0x20040000 area.
In this case, static memory is used 26% - 35072 bytes.
Those. my static memory should be in the memory area 0x20020000 - 0x20028900, it turns out that I have already crossed the memory boundary by the stack pointer
The question arises, what could this be related to? I did not change the memory configuration in any way, i.e. sram0_ns is used with a size of 128 KB
Kind regards,
Yuri