Section attribute macro for placement not in flash (i.e in RAM) For example a 3 element `uint32_t` array placed in RAM (even though it is `static const`) static const uint32_t __not_in_flash("my_group_name") an_array[3]; The section attribute is `.time_critical.`