Hello Yaroslav,
The different regions contain the following:
DATA_region1:
Contains the BSS region of memory.
TEXT_region1:
Contains Interrupt vectors
PRODUCT_INFO_region:
Contains the product data.
TEXT_region2:
Contains the program text and constant values, ARM data, constructors and destructors.
DATA_region2:
Uninitialized data, heap, stack, NVM table
NVM_region:
Specifies the Non Volatile Memory region.
I hope this helps,
Best regards,
Sebastian