1SECTION_DATA_PROLOGUE(_RTT_SECTION_NAME,(NOLOAD),)
2{
3__rtt_buff_data_start = .;
4*(CONFIG_SEGGER_RTT_SECTION_CUSTOM_NAME)
5__rtt_buff_data_end = ALIGN(4);
6} GROUP_DATA_LINK_IN(RAMABLE_REGION, RAMABLE_REGION)
7__rtt_buff_data_size = __rtt_buff_data_end - __rtt_buff_data_start;
8