4.14.1.2 Data Space Sections

The contents of common sections in data memory are described below.

.bss
This section contains any objects with static storage duration that have not been initialized.
.data
This section contains the RAM image of any objects with static storage duration that have been initialized with values.
.rodata
These sections hold read-only data.