Section attribute macro for placement in flash even in a COPY_TO_RAM binary For example a `uint32_t` variable explicitly placed in flash (it will hard fault if you attempt to write it!) uint32_t __in_flash("my_group_name") foo = 23; The section attribute is `.flashdata.`