// Populate the Reload Descriptor for the B sequence
Reload_Descriptor_B.xfercfg = xfercfg_b; // Buffer B transfer configuration
Reload_Descriptor_B.source = (uint32_t)((&seqb_string[0]) + xfercount_b); // Buffer B source data end address + (xfercount*srcinc)
Reload_Descriptor_B.dest = (uint32_t)(&LPC_USART0->TXDAT); // Buffer B destination data end address
Reload_Descriptor_B.next = (uint32_t)(&Reload_Descriptor_B); // Buffer B next points to Reload descriptor A