About

The bss section is used for declaring variables.

uninitialized static data, both variables and constants

The .bss section is a static memory section that contains buffers for data to be declared at runtime.

This buffer memory is zero-filled.

Syntax

section.bss

Documentation / Reference